Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: /
Date: Fri, 30 Mar 2018 06:15:43
Message-Id: 1522390523.b77ae0858e1087169795eb3c2fceb7065659de9c.johu@gentoo
1 commit: b77ae0858e1087169795eb3c2fceb7065659de9c
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 30 06:15:23 2018 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 30 06:15:23 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b77ae085
7
8 .travis.yml: Use external repoman
9
10 .travis.yml | 7 +++++--
11 1 file changed, 5 insertions(+), 2 deletions(-)
12
13 diff --git a/.travis.yml b/.travis.yml
14 index 04d4c6afb6..e1f513c9ab 100644
15 --- a/.travis.yml
16 +++ b/.travis.yml
17 @@ -6,7 +6,9 @@ language: python
18 python:
19 - pypy
20 env:
21 - - PORTAGE_VER="2.3.27"
22 + global:
23 + - PORTAGE_VER="2.3.27"
24 + - REPOMAN_VER="2.3.8"
25 before_install:
26 - sudo apt-get -qq update
27 - pip install lxml==4.1.1
28 @@ -18,6 +20,7 @@ before_script:
29 - wget "https://raw.githubusercontent.com/mrueg/repoman-travis/master/.travis.yml" -O .travis.yml.upstream
30 - wget "https://raw.githubusercontent.com/mrueg/repoman-travis/master/spinner.sh"
31 - wget -qO - "https://github.com/gentoo/portage/archive/portage-${PORTAGE_VER}.tar.gz" | tar xz
32 + - wget -qO - "https://github.com/gentoo/portage/archive/repoman-${REPOMAN_VER}.tar.gz" | tar xz
33 - wget -qO - "https://github.com/gentoo-mirror/gentoo/archive/master.tar.gz" | tar xz -C /usr/portage --strip-components=1
34 - chmod a+rwx spinner.sh
35 - echo "portage:x:250:250:portage:/var/tmp/portage:/bin/false" >> /etc/passwd
36 @@ -29,7 +32,7 @@ before_script:
37 - 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
38 - cd travis-overlay
39 script:
40 - - ./../spinner.sh "python ../portage-portage-${PORTAGE_VER}/repoman/bin/repoman full -d"
41 + - ./../spinner.sh "python ../portage-repoman-${REPOMAN_VER}/repoman/bin/repoman full -d"
42 # You can append own scripts after this line
43 notifications:
44 irc: