commit:     4deaf8ce60891e5c2efc0e0016bfcadbe30aab33
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  4 10:37:35 2014 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Dec  4 10:37:35 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=4deaf8ce

[.travis.yml] Update

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

diff --git a/.travis.yml b/.travis.yml
index c85dae1..f877983 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,30 +1,33 @@
-# Run repoman on travis
-# https://github.com/mrueg/repoman-travis
+#
+# Run repoman via travis
+# See https://github.com/mrueg/repoman-travis
 #
 language: python
 python:
     - "3.4"
 env:
-    - PORTAGE_VER="2.2.13"
+    - PORTAGE_VER="2.2.15"
 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 
"http://distfiles.gentoo.org/distfiles/portage-${PORTAGE_VER}.tar.bz2";
+    - 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
     - 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-${PORTAGE_VER}.tar.bz2
+    - tar xzf portage-${PORTAGE_VER}.tar.gz
     - tar xJf portage-latest.tar.xz -C /usr/
     - 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
-    - if ! cmp -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
+    - 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
     - cd travis-overlay
 script:
     - ./../spinner.sh "./../portage-${PORTAGE_VER}/bin/repoman full -d"
+# You can append own scripts after this line

Reply via email to