commit: 4a9f016792b8dec0beb6ca4e35382bb39cf9f0e6
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 14 10:28:15 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Oct 14 10:28:15 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=4a9f0167
[.travis.yml] Sync with upstream.
---
.travis.yml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index c85dae1..0050353 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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