public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Markus Meier" <maekke@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/maekke:master commit in: /
Date: Sat, 10 Oct 2015 10:26:12 +0000 (UTC)	[thread overview]
Message-ID: <1444472748.e7ce5689ebf502064236021fb4064f67a23da5f6.maekke@gentoo> (raw)

commit:     e7ce5689ebf502064236021fb4064f67a23da5f6
Author:     Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 10 10:25:48 2015 +0000
Commit:     Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Sat Oct 10 10:25:48 2015 +0000
URL:        https://gitweb.gentoo.org/dev/maekke.git/commit/?id=e7ce5689

bump .travis.yml

Signed-off-by: Markus Meier <maekke <AT> gentoo.org>

 .travis.yml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 461f068..943475c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,28 +6,28 @@ language: python
 python:
     - pypy
 env:
-    - PORTAGE_VER="2.2.20"
+    - PORTAGE_VER="2.2.23"
 before_script:
     - mkdir travis-overlay
     - 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://github.com/gentoo/portage/archive/v${PORTAGE_VER}.tar.gz" -O portage-${PORTAGE_VER}.tar.gz
     - wget "https://raw.githubusercontent.com/mrueg/repoman-travis/master/spinner.sh"
-    - wget "https://github.com/gentoo/gentoo-portage-rsync-mirror/archive/master.tar.gz" -O portage-tree.tar.gz
+    - 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
     - 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
+    - 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 /usr/portage/distfiles/metadata.dtd
-    - 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
+    - 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 "./../portage-${PORTAGE_VER}/bin/repoman full -d"
+    - ./../spinner.sh "python ../portage-${PORTAGE_VER}/bin/repoman full -d"
 # You can append own scripts after this line


             reply	other threads:[~2015-10-10 10:26 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-10 10:26 Markus Meier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-06-02 18:11 [gentoo-commits] dev/maekke:master commit in: / Markus Meier
2016-03-10 17:47 Markus Meier
2015-11-07  6:27 Markus Meier
2015-06-28  9:27 Markus Meier
2015-05-22 21:40 Markus Meier
2015-02-10 17:50 Markus Meier
2015-01-17 12:42 Markus Meier
2014-10-21 18:40 Markus Meier
2014-10-11 18:15 Markus Meier
2014-09-15 21:08 Markus Meier
2014-08-09  9:28 ` Markus Meier
2014-07-13 10:55 Markus Meier
2014-06-20 16:25 Markus Meier
2014-06-19 19:57 Markus Meier
2014-06-19 19:57 Markus Meier
2014-06-19 19:34 Markus Meier
2014-06-19 19:23 Markus Meier
2012-07-20 20:08 Markus Meier
2011-10-08 23:06 Markus Meier
2011-04-10 21:12 Markus Meier

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=1444472748.e7ce5689ebf502064236021fb4064f67a23da5f6.maekke@gentoo \
    --to=maekke@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