Gentoo Archives: gentoo-commits

From: Stefan Strogin <steils@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/libressl:master commit in: /
Date: Sat, 20 Jul 2019 00:20:19
Message-Id: 1562541643.2824a36ed1f84394f938a25758db97eed8ff6fe6.steils@gentoo
1 commit: 2824a36ed1f84394f938a25758db97eed8ff6fe6
2 Author: Aidan Harris <me <AT> aidanharr <DOT> is>
3 AuthorDate: Sun Jul 7 22:58:30 2019 +0000
4 Commit: Stefan Strogin <steils <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 7 23:20:43 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=2824a36e
7
8 Fix travis-ci by upgrading from the deprecated 13.0 profile to the 17.0 profile
9
10 Signed-off-by: Aidan Harris <me <AT> aidanharr.is>
11 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
12
13 .travis.yml | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/.travis.yml b/.travis.yml
17 index befef0a..7010d33 100644
18 --- a/.travis.yml
19 +++ b/.travis.yml
20 @@ -11,6 +11,7 @@ notifications:
21 env:
22 global:
23 - PORTAGE_VER="2.3.52"
24 + - PORTAGE_PROFILE="default/linux/amd64/17.0"
25 before_install:
26 - sudo apt-get -qq update
27 - pip install lxml pyyaml
28 @@ -27,7 +28,7 @@ before_script:
29 - echo "portage::250:portage,travis" >> /etc/group
30 - wget "https://www.gentoo.org/dtd/metadata.dtd" -O /usr/portage/distfiles/metadata.dtd
31 - ln -s portage-portage-${PORTAGE_VER}/cnf/repos.conf /etc/portage/repos.conf
32 - - ln -s /usr/portage/profiles/default/linux/amd64/13.0 /etc/portage/make.profile
33 + - ln -s /usr/portage/profiles/${PORTAGE_PROFILE} /etc/portage/make.profile
34 - cd travis-overlay
35 script:
36 - ./../spinner.sh "python ../portage-portage-${PORTAGE_VER}/repoman/bin/repoman full -i -d"