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 D039613877A for ; Tue, 15 Jul 2014 23:47:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD38EE08C8; Tue, 15 Jul 2014 23:47:51 +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 5A7A2E08C8 for ; Tue, 15 Jul 2014 23:47:51 +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 7C5F033BF37 for ; Tue, 15 Jul 2014 23:47:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 3243A1807D for ; Tue, 15 Jul 2014 23:47:49 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1405468034.6abbc3b5089787f7c65a30d4d5ee8e7189f61f12.mrueg@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: / X-VCS-Repository: proj/kde X-VCS-Files: .travis.yml X-VCS-Directories: / X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 6abbc3b5089787f7c65a30d4d5ee8e7189f61f12 X-VCS-Branch: master Date: Tue, 15 Jul 2014 23:47:49 +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: a91c1366-7486-4c02-a3c4-c0f798fe866c X-Archives-Hash: 20c59a991402529223a18679e2b1ebf4 commit: 6abbc3b5089787f7c65a30d4d5ee8e7189f61f12 Author: Manuel Rüger gentoo org> AuthorDate: Tue Jul 15 23:47:14 2014 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Tue Jul 15 23:47:14 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6abbc3b5 Update .travis.yml --- .travis.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index a476cfc..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: +script: - ./../spinner.sh "./../portage-${PORTAGE_VER}/bin/repoman full -d"