From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 991E51388C0 for ; Thu, 25 Feb 2016 01:44:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2CAB021C00A; Thu, 25 Feb 2016 01:44:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C9F6621C00A for ; Thu, 25 Feb 2016 01:44:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CF9C3340E2A for ; Thu, 25 Feb 2016 01:44:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF9A68DB for ; Thu, 25 Feb 2016 01:44:46 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1456364661.0630afe9be159eeee6093ab2e3fbac23348cdb9c.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: .travis.yml X-VCS-Directories: / X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 0630afe9be159eeee6093ab2e3fbac23348cdb9c X-VCS-Branch: master Date: Thu, 25 Feb 2016 01:44:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 170bb069-7f19-4ee0-9870-aeeed88786c5 X-Archives-Hash: 6f469339ed186ab13f447bc75c594af2 commit: 0630afe9be159eeee6093ab2e3fbac23348cdb9c Author: Zac Medico gentoo org> AuthorDate: Thu Feb 25 01:43:17 2016 +0000 Commit: Zac Medico gentoo org> CommitDate: Thu Feb 25 01:44:21 2016 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=0630afe9 .travis.yml: copy metadata.dtd for repoman tests .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 237963f..5b68170 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,5 +8,7 @@ python: script: - ./setup.py test - ./setup.py install --root=/tmp/install-root + # prevent repoman tests from trying to fetch metadata.dtd + - cp cnf/metadata.dtd /tmp/install-root/usr/lib/portage/ - sudo rsync -a /tmp/install-root/. / - python -b -Wd -m portage.tests.runTests