commit: 4b84f797266b17d3c103ff32a1b1a658e15f5636
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Sat May 14 23:39:39 2016 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Sat May 14 23:39:39 2016 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=4b84f797
.travis.yml: Fix the metadata.xsd file copy to find it in the new repoman
namespace
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 5213fee..e0b8b53 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,6 +10,6 @@ script:
- ./setup.py install --root=/tmp/install-root
# prevent repoman tests from trying to fetch metadata.xsd
- mkdir -p /tmp/install-root/usr/lib/portage/cnf
- - cp cnf/metadata.xsd /tmp/install-root/usr/lib/portage/cnf/
+ - cp repoman/cnf/metadata.xsd /tmp/install-root/usr/lib/portage/cnf/
- sudo rsync -a /tmp/install-root/. /
- python -b -Wd -m portage.tests.runTests