Gentoo Archives: gentoo-commits

From: Richard Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qa-scripts:master commit in: tinderbox/
Date: Thu, 28 Aug 2014 04:19:21
Message-Id: 1409199486.517a9b0dc142c8264ec593dfda3bcb12e208df5d.zerochaos@gentoo
1 commit: 517a9b0dc142c8264ec593dfda3bcb12e208df5d
2 Author: Rick Farina (Zero_Chaos) <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 28 04:18:06 2014 +0000
4 Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 28 04:18:06 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/qa-scripts.git;a=commit;h=517a9b0d
7
8 change default log directory to be in /var/log
9
10 ---
11 tinderbox/bashrc | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/tinderbox/bashrc b/tinderbox/bashrc
15 index c7cc6f2..f6d6351 100644
16 --- a/tinderbox/bashrc
17 +++ b/tinderbox/bashrc
18 @@ -61,7 +61,7 @@
19 # - unicode_errors
20
21 : ${DEPCHECK_BIN:="/usr/bin/depcheck"}
22 -: ${TINDERBOX_DIR:="/var/lib/tinderbox"}
23 +: ${TINDERBOX_DIR:="/var/log/tinderbox"}
24
25 PACKAGE_DATA_DIR="${TINDERBOX_DIR}/${CATEGORY}/${PN}"
26 BUILD_DATA_DIR="${PACKAGE_DATA_DIR}/${PF}/$(uuidgen)"