public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Georgy Yakovlev" <gyakovlev@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/java:master commit in: /
Date: Wed, 15 Jul 2020 20:40:19 +0000 (UTC)	[thread overview]
Message-ID: <1594844795.25abb1021e6427691892498449c31a819bd46921.gyakovlev@gentoo> (raw)

commit:     25abb1021e6427691892498449c31a819bd46921
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 15 20:26:23 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> 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 <gyakovlev <AT> 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


             reply	other threads:[~2020-07-15 20:40 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-15 20:40 Georgy Yakovlev [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-10-02  0:48 [gentoo-commits] proj/java:master commit in: / Andrew John Hughes
2018-03-28 20:00 Andrew John Hughes
2018-02-03 22:48 Andrew John Hughes
2016-09-02  0:35 Andrew John Hughes
2016-08-08 14:58 Andrew John Hughes
2016-04-29 21:53 James Le Cuirot
2016-02-02 12:48 James Le Cuirot
2016-01-11  2:47 Andrew John Hughes
2015-10-28 20:19 James Le Cuirot
2015-10-28 20:19 James Le Cuirot
2015-09-30 19:04 Patrice Clement
2015-08-21 11:17 Patrice Clement
2015-08-15 20:07 James Le Cuirot
2015-08-10 20:36 Andrew John Hughes
2015-08-09  8:33 James Le Cuirot
2015-08-09  8:33 James Le Cuirot
2015-08-08 12:06 James Le Cuirot
2015-08-08 12:06 James Le Cuirot
2015-08-03  0:16 Andrew John Hughes
2015-07-21 19:55 Andrew John Hughes
2015-07-19 17:09 Andrew John Hughes
2015-06-24 20:49 James Le Cuirot
2015-06-24 16:37 Andrew John Hughes
2015-06-23 20:18 James Le Cuirot
2015-06-23 20:18 James Le Cuirot
2015-06-17 11:20 Andrew John Hughes
2015-04-15  3:50 Andrew John Hughes
2015-02-02 19:51 Andrew John Hughes
2014-09-02  4:30 Andrew John Hughes
2014-08-07 18:41 ` Andrew John Hughes
2014-01-28 17:26 Andrew John Hughes
2013-12-26 19:12 Andrew John Hughes
2013-10-12 16:14 Tom Wijsman
2013-09-09 22:18 Tom Wijsman
2013-09-04 23:28 Andrew John Hughes
2013-09-02 21:49 Andrew John Hughes

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1594844795.25abb1021e6427691892498449c31a819bd46921.gyakovlev@gentoo \
    --to=gyakovlev@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox