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 70A88139894 for ; Mon, 24 Aug 2015 20:22:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A4F9141F3; Mon, 24 Aug 2015 20:22: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 CAB0E141F3 for ; Mon, 24 Aug 2015 20:22:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D26EA340877 for ; Mon, 24 Aug 2015 20:22:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3084214B for ; Mon, 24 Aug 2015 20:22:03 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1440446806.49557dda37e302180e5153cf6c9b9034b31a7788.pesa@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: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 49557dda37e302180e5153cf6c9b9034b31a7788 X-VCS-Branch: master Date: Mon, 24 Aug 2015 20:22:03 +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: f44022f0-cda8-45be-9e71-f90cd5e369b5 X-Archives-Hash: 3b6e37f9fa53997f88c53746ff90058f commit: 49557dda37e302180e5153cf6c9b9034b31a7788 Author: Davide Pesavento gentoo org> AuthorDate: Mon Aug 24 20:06:46 2015 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Mon Aug 24 20:06:46 2015 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=49557dda travis: rely on $PATH to find a python interpreter to run repoman Travis will set up the virtualenv for us. Signed-off-by: Davide Pesavento gentoo.org> .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2926290..b33fd84 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,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 "./../portage-${PORTAGE_VER}/bin/repoman full -d" + - ./../spinner.sh python ../portage-${PORTAGE_VER}/bin/repoman full -d # You can append own scripts after this line notifications: irc: