diff options
author | Johannes Huber <johu@gentoo.org> | 2017-12-20 18:50:10 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2017-12-20 18:50:10 +0100 |
commit | 9f2eb458947ff6e52291aef21050f9042fe9a978 (patch) | |
tree | 9eb48d7e515511ec07bfa6a9b3e2170a591d7491 | |
parent | .travis.yml: Bump portage version to 2.3.16 (diff) | |
download | johu-9f2eb458947ff6e52291aef21050f9042fe9a978.tar.gz johu-9f2eb458947ff6e52291aef21050f9042fe9a978.tar.bz2 johu-9f2eb458947ff6e52291aef21050f9042fe9a978.zip |
.travis.yml: Bump portage version to 2.3.19
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 9c55d7e..35ed3b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ language: python python: - pypy env: - - PORTAGE_VER="2.3.16" + - PORTAGE_VER="2.3.19" before_install: - sudo apt-get -qq update - pip install lxml @@ -23,7 +23,7 @@ before_script: - echo "portage:x:250:250:portage:/var/tmp/portage:/bin/false" >> /etc/passwd - echo "portage::250:portage,travis" >> /etc/group - wget "https://www.gentoo.org/dtd/metadata.dtd" -O /usr/portage/distfiles/metadata.dtd - - ln -s portage-portage-${PORTAGE_VER}/cnf/repos.conf /etc/portage/repos.conf + - ln -s $TRAVIS_BUILD_DIR/portage-portage-${PORTAGE_VER}/cnf/repos.conf /etc/portage/repos.conf - ln -s /usr/portage/profiles/default/linux/amd64/13.0 /etc/portage/make.profile - SIZE=$(stat -c %s .travis.yml.upstream) - if ! cmp -n $SIZE -s .travis.yml .travis.yml.upstream; then echo -e "\e[31m !!! .travis.yml outdated! Update available https://github.com/mrueg/repoman-travis \e[0m" > /tmp/update ; fi |