Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: /
Date: Sun, 29 May 2016 07:03:17
Message-Id: 1464505485.15c079c31d2701c39c4b00ab67539d881296de6a.blueness@gentoo
1 commit: 15c079c31d2701c39c4b00ab67539d881296de6a
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 29 07:04:45 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sun May 29 07:04:45 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=15c079c3
7
8 travis.yml: fix portage version
9
10 .travis.yml | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13 diff --git a/.travis.yml b/.travis.yml
14 index 43ba3d9..822c1fc 100644
15 --- a/.travis.yml
16 +++ b/.travis.yml
17 @@ -17,11 +17,11 @@ before_script:
18 - echo "portage:x:250:250:portage:/var/tmp/portage:/bin/false" >> /etc/passwd
19 - echo "portage::250:portage,travis" >> /etc/group
20 - mkdir -p /etc/portage/ /usr/portage/distfiles
21 - - tar xjf portage-2.2.24.tar.bz2
22 + - tar xjf portage-2.2.28.tar.bz2
23 - tar xJf portage-latest.tar.xz -C /usr/
24 - - cp portage-2.2.24/cnf/repos.conf /etc/portage/
25 + - cp portage-2.2.28/cnf/repos.conf /etc/portage/
26 - 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
27 - ln -s /usr/portage/profiles/base/ /etc/portage/make.profile
28 - cd travis-overlay
29 script:
30 - - "./../portage-2.2.24/bin/repoman full -i -d"
31 + - "./../portage-2.2.28/bin/repoman full -i -d"