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 E47491385B0 for ; Sun, 16 Aug 2015 09:13:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48ED51419B; Sun, 16 Aug 2015 09:13:26 +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 DD6371419B for ; Sun, 16 Aug 2015 09:13:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EAD843409F2 for ; Sun, 16 Aug 2015 09:13:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EFB15116 for ; Sun, 16 Aug 2015 09:13:20 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1439716374.9ddb5ce2ad7a416921674dc82d18961d2a0846a5.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: / X-VCS-Repository: proj/sci X-VCS-Files: .travis.yml X-VCS-Directories: / X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 9ddb5ce2ad7a416921674dc82d18961d2a0846a5 X-VCS-Branch: master Date: Sun, 16 Aug 2015 09:13:20 +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: 4df10c2b-a262-4760-b39a-a786178d27f7 X-Archives-Hash: cb190f83e378ba14627169a7072ce437 commit: 9ddb5ce2ad7a416921674dc82d18961d2a0846a5 Author: Justin Lecher gentoo org> AuthorDate: Sun Aug 16 09:12:54 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Aug 16 09:12:54 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9ddb5ce2 Update travis Signed-off-by: Justin Lecher gentoo.org> .travis.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index cbe3901..0316560 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ language: python python: - pypy env: - - PORTAGE_VER="2.2.20" + - PORTAGE_VER="2.2.20.1" before_script: - mkdir travis-overlay - mv !(travis-overlay) travis-overlay/ @@ -14,7 +14,7 @@ before_script: - 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-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 @@ -31,6 +31,3 @@ before_script: script: - ./../spinner.sh "./../portage-${PORTAGE_VER}/bin/repoman full -d" # You can append own scripts after this line - -notifications: - irc: "chat.freenode.net#gentoo-science"