Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/mrueg:master commit in: /
Date: Sat, 27 Jun 2015 00:25:33
Message-Id: 1435364544.ee2242f7849eabae2d8e89e11b7561e91fbfa4e8.mrueg@gentoo
1 commit: ee2242f7849eabae2d8e89e11b7561e91fbfa4e8
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 27 00:22:24 2015 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 27 00:22:24 2015 +0000
6 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=ee2242f7
7
8 [travis.yml] Update.
9
10 .travis.yml | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/.travis.yml b/.travis.yml
14 index b249ec6..461f068 100644
15 --- a/.travis.yml
16 +++ b/.travis.yml
17 @@ -24,7 +24,7 @@ before_script:
18 - tar xzf portage-tree.tar.gz -C /usr/portage --strip-components=1
19 - cp portage-${PORTAGE_VER}/cnf/repos.conf /etc/portage/
20 - ln -s /usr/portage/profiles/base/ /etc/portage/make.profile
21 - - wget "http://www.gentoo.org/dtd/metadata.dtd" -O /usr/portage/distfiles/metadata.dtd
22 + - wget "https://www.gentoo.org/dtd/metadata.dtd" -O /usr/portage/distfiles/metadata.dtd
23 - SIZE=`stat -c %s .travis.yml.upstream`
24 - 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
25 - cd travis-overlay