Gentoo Archives: gentoo-commits

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