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, 11 Oct 2014 18:15:33 +0000 (UTC)	[thread overview]
Message-ID: <1413051327.266ad0d7595cfdf7d593d2845ad8ed2772de27b5.maekke@gentoo> (raw)

commit:     266ad0d7595cfdf7d593d2845ad8ed2772de27b5
Author:     Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 11 18:15:27 2014 +0000
Commit:     Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Sat Oct 11 18:15:27 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=dev/maekke.git;a=commit;h=266ad0d7

bump .travis.yml

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

diff --git a/.travis.yml b/.travis.yml
index 1bf4c6e..0050353 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,9 +3,9 @@
 #
 language: python
 python:
-    - "3.3"
+    - "3.4"
 env:
-    - PORTAGE_VER="2.2.11"
+    - PORTAGE_VER="2.2.13"
 before_script:
     - mkdir travis-overlay
     - mv !(travis-overlay) travis-overlay/
@@ -24,7 +24,9 @@ before_script:
     - rsync --recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --checksum --quiet rsync://rsync.gentoo.org/gentoo-portage /usr/portage
     - ln -s /usr/portage/profiles/base/ /etc/portage/make.profile
     - wget "http://www.gentoo.org/dtd/metadata.dtd" -O /usr/portage/distfiles/metadata.dtd
-    - if ! cmp -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"
+# You can append own scripts after this line


             reply	other threads:[~2014-10-11 18:15 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-11 18:15 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-10-10 10:26 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-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=1413051327.266ad0d7595cfdf7d593d2845ad8ed2772de27b5.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