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 C928B1397F2 for ; Fri, 21 Aug 2015 11:17:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C046E0806; Fri, 21 Aug 2015 11:17:45 +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 1F3E8E0806 for ; Fri, 21 Aug 2015 11:17:44 +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 66F36340666 for ; Fri, 21 Aug 2015 11:17:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47DA7124 for ; Fri, 21 Aug 2015 11:17:41 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1440159458.09418131a55c5a5cad853203e200de6539dc0829.monsieurp@gentoo> Subject: [gentoo-commits] proj/java:master commit in: / X-VCS-Repository: proj/java X-VCS-Files: .travis.yml X-VCS-Directories: / X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 09418131a55c5a5cad853203e200de6539dc0829 X-VCS-Branch: master Date: Fri, 21 Aug 2015 11:17:41 +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: 52b4b3c6-a468-4650-ab30-381dcac785c7 X-Archives-Hash: 5b6a9dce00e4d893f428b92c55a84a29 commit: 09418131a55c5a5cad853203e200de6539dc0829 Author: Patrice Clement gentoo org> AuthorDate: Fri Aug 21 12:17:38 2015 +0000 Commit: Patrice Clement gentoo org> CommitDate: Fri Aug 21 12:17:38 2015 +0000 URL: https://gitweb.gentoo.org/proj/java.git/commit/?id=09418131 update .travis.yml .travis.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index b54875a..0316560 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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,12 +31,3 @@ before_script: script: - ./../spinner.sh "./../portage-${PORTAGE_VER}/bin/repoman full -d" # You can append own scripts after this line -notifications: - irc: - channels: - - "chat.freenode.net#gentoo-java" - template: - - "%{repository}#%{build_number} (%{branch} - %{commit}): %{message}" - - "%{author} - %{commit_message}" - - "Change view : %{compare_url}" - - "Build details : %{build_url}"