commit: 466bce37388bf9d5bf26c9cf813761df17ecb187
Author: Rick Farina (Zero_Chaos) <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 28 04:19:10 2014 +0000
Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Thu Aug 28 04:19:10 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/qa-scripts.git;a=commit;h=466bce37
use $(cat /proc/sys/kernel/random/uuid) for uuid
---
tinderbox/bashrc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tinderbox/bashrc b/tinderbox/bashrc
index f6d6351..71da78e 100644
--- a/tinderbox/bashrc
+++ b/tinderbox/bashrc
@@ -64,7 +64,7 @@
: ${TINDERBOX_DIR:="/var/log/tinderbox"}
PACKAGE_DATA_DIR="${TINDERBOX_DIR}/${CATEGORY}/${PN}"
-BUILD_DATA_DIR="${PACKAGE_DATA_DIR}/${PF}/$(uuidgen)"
+BUILD_DATA_DIR="${PACKAGE_DATA_DIR}/${PF}/$(cat /proc/sys/kernel/random/uuid)"
tinderbox_setup_common() {
SANDBOX_ON=0 mkdir -p "${BUILD_DATA_DIR}" > /dev/null