Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/ruby-overlay:master commit in: /
Date: Thu, 05 Feb 2015 16:36:43
Message-Id: 1423154194.a9d0473f4c9c3cbc7bbee5c2b6b64d7d6ae0ef9a.mrueg@gentoo
1 commit: a9d0473f4c9c3cbc7bbee5c2b6b64d7d6ae0ef9a
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 5 16:36:34 2015 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 5 16:36:34 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=a9d0473f
7
8 [travis] Update travis.yml
9
10 ---
11 .travis.yml | 10 +++++-----
12 1 file changed, 5 insertions(+), 5 deletions(-)
13
14 diff --git a/.travis.yml b/.travis.yml
15 index f877983..8fee0ed 100644
16 --- a/.travis.yml
17 +++ b/.travis.yml
18 @@ -4,7 +4,7 @@
19 #
20 language: python
21 python:
22 - - "3.4"
23 + - pypy
24 env:
25 - PORTAGE_VER="2.2.15"
26 before_script:
27 @@ -13,16 +13,16 @@ before_script:
28 - mv .git travis-overlay/
29 - wget "https://raw.githubusercontent.com/mrueg/repoman-travis/master/.travis.yml" -O .travis.yml.upstream
30 - wget "https://github.com/gentoo/portage/archive/v${PORTAGE_VER}.tar.gz" -O portage-${PORTAGE_VER}.tar.gz
31 - - wget "http://distfiles.gentoo.org/snapshots/portage-latest.tar.xz"
32 - wget "https://raw.githubusercontent.com/mrueg/repoman-travis/master/spinner.sh"
33 - - sudo chmod 777 /etc/passwd /etc/group /etc /usr spinner.sh
34 + - wget "https://github.com/gentoo/gentoo-portage-rsync-mirror/archive/master.tar.gz" -O portage-tree.tar.gz
35 + - sudo chmod a+rwX /etc/passwd /etc/group /etc /usr spinner.sh
36 + - chmod a+rwx spinner.sh
37 - echo "portage:x:250:250:portage:/var/tmp/portage:/bin/false" >> /etc/passwd
38 - echo "portage::250:portage,travis" >> /etc/group
39 - mkdir -p /etc/portage/ /usr/portage/distfiles
40 - tar xzf portage-${PORTAGE_VER}.tar.gz
41 - - tar xJf portage-latest.tar.xz -C /usr/
42 + - tar xzf portage-tree.tar.gz -C /usr/portage --strip-components=1
43 - cp portage-${PORTAGE_VER}/cnf/repos.conf /etc/portage/
44 - - 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
45 - ln -s /usr/portage/profiles/base/ /etc/portage/make.profile
46 - wget "http://www.gentoo.org/dtd/metadata.dtd" -O /usr/portage/distfiles/metadata.dtd
47 - SIZE=`stat -c %s .travis.yml.upstream`