From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 39E55138359 for ; Wed, 15 Jul 2020 20:40:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 521E1E0827; Wed, 15 Jul 2020 20:40:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 37847E0827 for ; Wed, 15 Jul 2020 20:40:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3EC4C34DFBF for ; Wed, 15 Jul 2020 20:40:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4DF542B3 for ; Wed, 15 Jul 2020 20:40:19 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1594844795.25abb1021e6427691892498449c31a819bd46921.gyakovlev@gentoo> Subject: [gentoo-commits] proj/java:master commit in: / X-VCS-Repository: proj/java X-VCS-Files: .travis.yml X-VCS-Directories: / X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 25abb1021e6427691892498449c31a819bd46921 X-VCS-Branch: master Date: Wed, 15 Jul 2020 20:40:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 26ec1c68-cf6b-4304-8a0e-67a7f8f7867d X-Archives-Hash: b950a16f6ded60f21a1c83a88adea519 commit: 25abb1021e6427691892498449c31a819bd46921 Author: Georgy Yakovlev gentoo org> AuthorDate: Wed Jul 15 20:26:23 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Wed Jul 15 20:26:35 2020 +0000 URL: https://gitweb.gentoo.org/proj/java.git/commit/?id=25abb102 .travis.yml: update Signed-off-by: Georgy Yakovlev gentoo.org> .travis.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.travis.yml b/.travis.yml index df68cf56..86a3ea82 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,30 +4,30 @@ # language: python python: - - pypy + - "3.7" env: - - PORTAGE_VER="2.2.28" + - PORTAGE_VER="2.3.103" +before_install: + - sudo apt-get -qq update + - pip install lxml pyyaml before_script: - - mkdir travis-overlay + - sudo chmod a+rwX /etc/passwd /etc/group /etc /var /var/cache + - mkdir -p travis-overlay /etc/portage /var/cache/distfiles /var/db/repos/gentoo - mv !(travis-overlay) travis-overlay/ - mv .git travis-overlay/ - wget "https://raw.githubusercontent.com/mrueg/repoman-travis/master/.travis.yml" -O .travis.yml.upstream - wget "https://raw.githubusercontent.com/mrueg/repoman-travis/master/spinner.sh" - - wget "https://github.com/gentoo/portage/archive/v${PORTAGE_VER}.tar.gz" -O portage-${PORTAGE_VER}.tar.gz - - wget "https://github.com/gentoo-mirror/gentoo/archive/master.tar.gz" -O portage-tree.tar.gz - - sudo chmod a+rwX /etc/passwd /etc/group /etc /usr spinner.sh + - wget -qO - "https://github.com/gentoo/portage/archive/portage-${PORTAGE_VER}.tar.gz" | tar xz + - wget -qO - "https://github.com/gentoo-mirror/gentoo/archive/master.tar.gz" | tar xz -C /var/db/repos/gentoo --strip-components=1 - chmod a+rwx spinner.sh - echo "portage:x:250:250:portage:/var/tmp/portage:/bin/false" >> /etc/passwd - echo "portage::250:portage,travis" >> /etc/group - - mkdir -p /etc/portage /usr/portage/distfiles - - wget "https://www.gentoo.org/dtd/metadata.dtd" -O /usr/portage/distfiles/metadata.dtd - - tar xzf portage-${PORTAGE_VER}.tar.gz - - tar xzf portage-tree.tar.gz -C /usr/portage --strip-components=1 - - cp portage-${PORTAGE_VER}/cnf/repos.conf /etc/portage/ - - ln -s /usr/portage/profiles/base/ /etc/portage/make.profile + - wget "https://www.gentoo.org/dtd/metadata.dtd" -O /var/cache/distfiles/metadata.dtd + - ln -s $TRAVIS_BUILD_DIR/portage-portage-${PORTAGE_VER}/cnf/repos.conf /etc/portage/repos.conf + - ln -s /var/db/repos/gentoo/profiles/default/linux/amd64/17.0 /etc/portage/make.profile - SIZE=$(stat -c %s .travis.yml.upstream) - 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 - cd travis-overlay script: - - ./../spinner.sh "python ../portage-${PORTAGE_VER}/bin/repoman full -d" + - ./../spinner.sh "python ../portage-portage-${PORTAGE_VER}/repoman/bin/repoman full -d" # You can append own scripts after this line