commit:     dca77c396141f47fa04a2c2362ba896d45f0728b
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 24 03:40:49 2014 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Fri Oct 24 03:40:49 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=dca77c39

travis.yml: use newer portage version

---
 .travis.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index ec1e792..84e0f78 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,18 +2,18 @@ before_script:
     - mkdir travis-overlay
     - mv !(travis-overlay) travis-overlay/
     - mv .git travis-overlay/
-    - wget "http://distfiles.gentoo.org/distfiles/portage-2.2.10.tar.bz2";
+    - wget "http://distfiles.gentoo.org/distfiles/portage-2.2.12.tar.bz2";
     - wget "http://distfiles.gentoo.org/snapshots/portage-latest.tar.xz";
     - sudo chmod 777 /etc/passwd /etc/group /etc /usr
     - echo "portage:x:250:250:portage:/var/tmp/portage:/bin/false" >> 
/etc/passwd
     - echo "portage::250:portage,travis" >> /etc/group
     - mkdir -p /etc/portage/ /usr/portage/distfiles
-    - tar xjf portage-2.2.10.tar.bz2
+    - tar xjf portage-2.2.12.tar.bz2
     - tar xJf portage-latest.tar.xz -C /usr/
-    - cp portage-2.2.10/cnf/repos.conf /etc/portage/
+    - cp portage-2.2.12/cnf/repos.conf /etc/portage/
     - rsync --recursive --links --safe-links --perms --times --omit-dir-times 
--compress --force --whole-file --delete --stats --human-readable --timeout=180 
--exclude=/distfiles --checksum --quiet rsync://rsync.gentoo.org/gentoo-portage 
/usr/portage
     - ln -s /usr/portage/profiles/base/ /etc/portage/make.profile
     - cd travis-overlay
-    - sed -i 's/fcmd=fcmd/fcmd=("%s -q" % fcmd)/' 
./../portage-2.2.10/bin/repoman
+    - sed -i 's/fcmd=fcmd/fcmd=("%s -q" % fcmd)/' 
./../portage-2.2.12/bin/repoman
 script: 
-    - "./../portage-2.2.10/bin/repoman full -d -v"
+    - "./../portage-2.2.12/bin/repoman full -d -v"

Reply via email to