Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: /
Date: Sat, 02 Jul 2016 08:39:58
Message-Id: 1467448769.066f14158b26376eeb06d18b498cc066f9536866.jlec@gentoo
1 commit: 066f14158b26376eeb06d18b498cc066f9536866
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 2 08:39:29 2016 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 2 08:39:29 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=066f1415
7
8 Fix new location of repoman script
9
10 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
11
12 .travis.yml | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/.travis.yml b/.travis.yml
16 index 356c812..2a22449 100644
17 --- a/.travis.yml
18 +++ b/.travis.yml
19 @@ -31,7 +31,7 @@ before_script:
20 - 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
21 - cd travis-overlay
22 script:
23 - - ./../spinner.sh "python ../portage-${PORTAGE_VER}/bin/repoman full -d"
24 + - ./../spinner.sh "python ../portage-${PORTAGE_VER}/repoman/bin/repoman full -d"
25
26 notifications:
27 irc: "chat.freenode.net#gentoo-science"