commit: c051db133f5d7dd4f392878cd6ed3e8c21bba89c
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 23 17:22:53 2017 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Thu Mar 23 17:22:53 2017 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=c051db13
travis: backslashes are copied verbatim, remove
.travis.yml | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 27c134fa7..a9cc22de6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,19 +19,19 @@ install:
script:
- printf "[build_ext]\nportage-ext-modules=true" >> setup.cfg
- - find . -type f -exec \
- sed -e "s|@PORTAGE_EPREFIX@||" \
- -e "s|@PORTAGE_MV@|/bin/mv|" \
- -e "s|@PORTAGE_BASH@|/bin/bash|" \
- -e "s|@PREFIX_PORTAGE_PYTHON@|$(type -P python)|" \
- -e "s|@DEFAULT_PATH@|/usr/bin:/bin|" \
- -e "s|@EXTRA_PATH@|/usr/sbin:/sbin|" \
- -e "s|@portagegroup@|portage|" \
- -e "s|@portageuser@|portage|" \
- -e "s|@rootuser@|root|" \
- -e "s|@rootuid@|0|" \
- -e "s|@rootgid@|0)|" \
- -e "s|@sysconfdir@|/etc|" \
+ - find . -type f -exec
+ sed -e "s|@PORTAGE_EPREFIX@||"
+ -e "s|@PORTAGE_MV@|/bin/mv|"
+ -e "s|@PORTAGE_BASH@|/bin/bash|"
+ -e "s|@PREFIX_PORTAGE_PYTHON@|$(type -P python)|"
+ -e "s|@DEFAULT_PATH@|/usr/bin:/bin|"
+ -e "s|@EXTRA_PATH@|/usr/sbin:/sbin|"
+ -e "s|@portagegroup@|portage|"
+ -e "s|@portageuser@|portage|"
+ -e "s|@rootuser@|root|"
+ -e "s|@rootuid@|0|"
+ -e "s|@rootgid@|0)|"
+ -e "s|@sysconfdir@|/etc|"
-i '{}' +
- ./setup.py test
- ./setup.py install --root=/tmp/install-root