From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 683AA13877A for ; Wed, 16 Jul 2014 10:08:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33B6CE077B; Wed, 16 Jul 2014 10:08:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B4835E077B for ; Wed, 16 Jul 2014 10:08:10 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6F6B533FC72 for ; Wed, 16 Jul 2014 10:08:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id B54751807D for ; Wed, 16 Jul 2014 10:08:07 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1405505261.23887d70a4bac2047be7b5f067343fd1a205aca9.kensington@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: / X-VCS-Repository: proj/qt X-VCS-Files: .travis.yml X-VCS-Directories: / X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 23887d70a4bac2047be7b5f067343fd1a205aca9 X-VCS-Branch: master Date: Wed, 16 Jul 2014 10:08:07 +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-Archives-Salt: f57c0c44-99f2-4bec-aa61-a0c1a81c37d6 X-Archives-Hash: 2e15951020a2ccf5895ef251f69e3947 commit: 23887d70a4bac2047be7b5f067343fd1a205aca9 Author: Michael Palimaka gentoo org> AuthorDate: Wed Jul 16 10:07:41 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Jul 16 10:07:41 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=23887d70 [.travis.yml] Update. --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index a249e2b..1ae589d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,9 +10,11 @@ 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 "http://distfiles.gentoo.org/distfiles/portage-${PORTAGE_VER}.tar.bz2" - wget "http://distfiles.gentoo.org/snapshots/portage-latest.tar.xz" - - sudo chmod 777 /etc/passwd /etc/group /etc /usr + - wget "https://raw.githubusercontent.com/mrueg/repoman-travis/master/spinner.sh" + - sudo chmod 777 /etc/passwd /etc/group /etc /usr 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 @@ -22,8 +24,7 @@ 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 - - wget "https://raw.githubusercontent.com/mrueg/repoman-travis/master/spinner.sh" - - chmod 555 spinner.sh + - 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 - cd travis-overlay script: - ./../spinner.sh "./../portage-${PORTAGE_VER}/bin/repoman full -d"