commit:     869c13bb95fa911269680a5ea862bff04f444691
Author:     Heather <heather <AT> live <DOT> ru>
AuthorDate: Thu Feb 26 05:54:36 2015 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Thu Feb 26 05:54:36 2015 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=869c13bb

Update .travis.yml

---
 .travis.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index f877983..cef72c6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,25 +4,25 @@
 #
 language: python
 python:
-    - "3.4"
+    - pypy
 env:
-    - PORTAGE_VER="2.2.15"
+    - PORTAGE_VER="2.2.17"
 before_script:
     - mkdir travis-overlay
     - mv !(travis-overlay) travis-overlay/
     - mv .git travis-overlay/
     - wget 
"https://raw.githubusercontent.com/mrueg/repoman-travis/master/.travis.yml"; -O 
.travis.yml.upstream
     - wget "https://github.com/gentoo/portage/archive/v${PORTAGE_VER}.tar.gz"; 
-O portage-${PORTAGE_VER}.tar.gz
-    - wget "http://distfiles.gentoo.org/snapshots/portage-latest.tar.xz";
     - wget 
"https://raw.githubusercontent.com/mrueg/repoman-travis/master/spinner.sh";
-    - sudo chmod 777 /etc/passwd /etc/group /etc /usr spinner.sh
+    - wget 
"https://github.com/gentoo/gentoo-portage-rsync-mirror/archive/master.tar.gz"; 
-O portage-tree.tar.gz
+    - sudo chmod a+rwX /etc/passwd /etc/group /etc /usr spinner.sh
+    - chmod a+rwx spinner.sh
     - 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 xzf portage-${PORTAGE_VER}.tar.gz
-    - tar xJf portage-latest.tar.xz -C /usr/
+    - tar xzf portage-tree.tar.gz -C /usr/portage --strip-components=1
     - cp portage-${PORTAGE_VER}/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
     - wget "http://www.gentoo.org/dtd/metadata.dtd"; -O 
/usr/portage/distfiles/metadata.dtd
     - SIZE=`stat -c %s .travis.yml.upstream`

Reply via email to