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, 25 Feb 2017 20:53:10
Message-Id: 1488055973.b5f06710ffc76e576caf20b81cc37eaf12ae16f5.jlec@gentoo
1 commit: b5f06710ffc76e576caf20b81cc37eaf12ae16f5
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 25 20:52:53 2017 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 25 20:52:53 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b5f06710
7
8 Use a proper profile for travis
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 d5b8c3abe..b1a33fd48 100644
17 --- a/.travis.yml
18 +++ b/.travis.yml
19 @@ -25,7 +25,7 @@ before_script:
20 - echo "portage::250:portage,travis" >> /etc/group
21 - wget "https://www.gentoo.org/dtd/metadata.dtd" -O /usr/portage/distfiles/metadata.dtd
22 - ln -s portage-portage-${PORTAGE_VER}/cnf/repos.conf /etc/portage/repos.conf
23 - - ln -s /usr/portage/profiles/base/ /etc/portage/make.profile
24 + - ln -s /usr/portage/profiles/default/linux/amd64/13.0 /etc/portage/make.profile
25 - SIZE=$(stat -c %s .travis.yml.upstream)
26 - 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
27 - cd travis-overlay