From 466bce37388bf9d5bf26c9cf813761df17ecb187 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Thu, 28 Aug 2014 00:19:10 -0400 Subject: use $(cat /proc/sys/kernel/random/uuid) for uuid --- tinderbox/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tinderbox') 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 -- cgit v1.2.3-65-gdbad