Gentoo Archives: gentoo-commits

From: "Diego Elio Pettenò" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/flameeyes-tinderbox:master commit in: /
Date: Tue, 03 May 2011 14:54:46
Message-Id: f49094875fa4056590b138985d2d594c8ab0e239.flameeyes@gentoo
1 commit: f49094875fa4056590b138985d2d594c8ab0e239
2 Author: Diego Elio Pettenò <flameeyes <AT> gmail <DOT> com>
3 AuthorDate: Tue May 3 14:54:26 2011 +0000
4 Commit: Diego Elio Pettenò <flameeyes <AT> gentoo <DOT> org>
5 CommitDate: Tue May 3 14:54:26 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/flameeyes-tinderbox.git;a=commit;h=f4909487
7
8 Add local.start script that can be used as /etc/local.d/tinderbox.start to start tinderboxing.
9
10 ---
11 local.start | 11 +++++++++++
12 1 files changed, 11 insertions(+), 0 deletions(-)
13
14 diff --git a/local.start b/local.start
15 new file mode 100755
16 index 0000000..50693b9
17 --- /dev/null
18 +++ b/local.start
19 @@ -0,0 +1,11 @@
20 +#!/bin/bash
21 +
22 +screen -S tinderbox -d -m
23 +
24 +screen -S tinderbox -X zombie kr
25 +
26 +screen -S tinderbox -X screen 1 tail -F /var/log/tinderbox-fetch.log
27 +screen -S tinderbox -X screen 2 emerge --info
28 +
29 +screen -S tinderbox -p 0 -X kill
30 +screen -S tinderbox -X screen 0 sh /root/tinderbox/tinderbox-continuous.sh