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 1QHGzu-0004gB-Mm for garchives@archives.gentoo.org; Tue, 03 May 2011 14:54:46 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 771281C017; Tue, 3 May 2011 14:54:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3D6541C017 for ; Tue, 3 May 2011 14:54:39 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B01AF1B4025 for ; Tue, 3 May 2011 14:54:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 039DE80507 for ; Tue, 3 May 2011 14:54:38 +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: Subject: [gentoo-commits] proj/flameeyes-tinderbox:master commit in: / X-VCS-Repository: proj/flameeyes-tinderbox X-VCS-Files: local.start X-VCS-Directories: / X-VCS-Committer: flameeyes X-VCS-Committer-Name: Diego Elio Pettenò X-VCS-Revision: f49094875fa4056590b138985d2d594c8ab0e239 Date: Tue, 3 May 2011 14:54:38 +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: X-Archives-Hash: 7bf64f9364fad1f42b5ea2530e24696f commit: f49094875fa4056590b138985d2d594c8ab0e239 Author: Diego Elio Petten=C3=B2 gmail com> AuthorDate: Tue May 3 14:54:26 2011 +0000 Commit: Diego Elio Petten=C3=B2 gentoo org> CommitDate: Tue May 3 14:54:26 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/flameeyes-tin= derbox.git;a=3Dcommit;h=3Df4909487 Add local.start script that can be used as /etc/local.d/tinderbox.start t= o start tinderboxing. --- local.start | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/local.start b/local.start new file mode 100755 index 0000000..50693b9 --- /dev/null +++ b/local.start @@ -0,0 +1,11 @@ +#!/bin/bash + +screen -S tinderbox -d -m + +screen -S tinderbox -X zombie kr + +screen -S tinderbox -X screen 1 tail -F /var/log/tinderbox-fetch.log +screen -S tinderbox -X screen 2 emerge --info + +screen -S tinderbox -p 0 -X kill +screen -S tinderbox -X screen 0 sh /root/tinderbox/tinderbox-continuous.= sh