Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: /
Date: Fri, 23 May 2014 23:26:02
Message-Id: 1400887527.e8aca5da6d53c41baa721db980475e582ead381c.mrueg@gentoo
1 commit: e8aca5da6d53c41baa721db980475e582ead381c
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 23 23:25:27 2014 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Fri May 23 23:25:27 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e8aca5da
7
8 Update to travis.yml.
9
10 ---
11 .travis.yml | 3 ++-
12 1 file changed, 2 insertions(+), 1 deletion(-)
13
14 diff --git a/.travis.yml b/.travis.yml
15 index 800ac0b..dfe4538 100644
16 --- a/.travis.yml
17 +++ b/.travis.yml
18 @@ -7,11 +7,12 @@ before_script:
19 - sudo chmod 777 /etc/passwd /etc/group /etc /usr
20 - echo "portage:x:250:250:portage:/var/tmp/portage:/bin/false" >> /etc/passwd
21 - echo "portage::250:portage,travis" >> /etc/group
22 - - mkdir -p /etc/portage /usr/portage/distfiles
23 + - mkdir -p /etc/portage/ /usr/portage/distfiles
24 - tar xjf portage-2.2.10.tar.bz2
25 - tar xJf portage-latest.tar.xz -C /usr/
26 - cp portage-2.2.10/cnf/repos.conf /etc/portage/
27 - 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
28 + - ln -s /usr/portage/profiles/base/ /etc/portage/make.profile
29 - cd travis-overlay
30 script:
31 - "./../portage-2.2.10/bin/repoman full -d"