From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8ABA11382DE for ; Sat, 2 Jul 2016 08:39:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1B4EE0962; Sat, 2 Jul 2016 08:39:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 721B2E0962 for ; Sat, 2 Jul 2016 08:39:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D8957340F58 for ; Sat, 2 Jul 2016 08:39:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9731B2413 for ; Sat, 2 Jul 2016 08:39:51 +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: <1467448769.066f14158b26376eeb06d18b498cc066f9536866.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: 066f14158b26376eeb06d18b498cc066f9536866 X-VCS-Branch: master Date: Sat, 2 Jul 2016 08:39:51 +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: c5520dfb-6c5a-4fb3-a5e2-613592171a41 X-Archives-Hash: bdad64e6edb5e7bb5b98cbb9952edabc commit: 066f14158b26376eeb06d18b498cc066f9536866 Author: Justin Lecher gentoo org> AuthorDate: Sat Jul 2 08:39:29 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Jul 2 08:39:29 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=066f1415 Fix new location of repoman script Signed-off-by: Justin Lecher gentoo.org> .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 356c812..2a22449 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ before_script: - 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 "python ../portage-${PORTAGE_VER}/bin/repoman full -d" + - ./../spinner.sh "python ../portage-${PORTAGE_VER}/repoman/bin/repoman full -d" notifications: irc: "chat.freenode.net#gentoo-science"