From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SVPXr-0002aa-TU for garchives@archives.gentoo.org; Fri, 18 May 2012 15:56:48 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47760E077B; Fri, 18 May 2012 15:56:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 16C7DE077B for ; Fri, 18 May 2012 15:56:34 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 711C01B403A for ; Fri, 18 May 2012 15:56:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 33610E5431 for ; Fri, 18 May 2012 15:56:28 +0000 (UTC) From: "Diego Elio Pettenò" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Diego Elio Pettenò" Message-ID: <1337356575.9c72e154be61af45881f0135162031adcb37b07a.flameeyes@gentoo> Subject: [gentoo-commits] proj/flameeyes-tinderbox:master commit in: / X-VCS-Repository: proj/flameeyes-tinderbox X-VCS-Files: tinderbox-restart.sh X-VCS-Directories: / X-VCS-Committer: flameeyes X-VCS-Committer-Name: Diego Elio Pettenò X-VCS-Revision: 9c72e154be61af45881f0135162031adcb37b07a X-VCS-Branch: master Date: Fri, 18 May 2012 15:56:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 9828724b-635a-431f-9b8c-f468b3176a94 X-Archives-Hash: 24e247db59830afaf86182945d05217e commit: 9c72e154be61af45881f0135162031adcb37b07a Author: Diego Elio Petten=C3=B2 flameeyes eu> AuthorDate: Fri May 18 15:56:15 2012 +0000 Commit: Diego Elio Petten=C3=B2 gentoo org> CommitDate: Fri May 18 15:56:15 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/flameeyes-tin= derbox.git;a=3Dcommit;h=3D9c72e154 Make sure to have Python 2.7 around. --- tinderbox-restart.sh | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/tinderbox-restart.sh b/tinderbox-restart.sh index cd35226..1911524 100755 --- a/tinderbox-restart.sh +++ b/tinderbox-restart.sh @@ -105,7 +105,8 @@ emerge -u \ app-misc/screen \ app-portage/gentoolkit \ dev-java/java-dep-check \ - app-portage/portage-utils + app-portage/portage-utils \ + dev-lang/python:2.7 =20 reset_emergelog =20