From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 347BA13877A for ; Thu, 28 Aug 2014 04:19:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8679CE081E; Thu, 28 Aug 2014 04:19:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 10B67E081E for ; Thu, 28 Aug 2014 04:19:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0F22833BE2D for ; Thu, 28 Aug 2014 04:19:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 844FA41AE for ; Thu, 28 Aug 2014 04:19:17 +0000 (UTC) From: "Richard Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Farina" Message-ID: <1409199550.466bce37388bf9d5bf26c9cf813761df17ecb187.zerochaos@gentoo> Subject: [gentoo-commits] proj/qa-scripts:master commit in: tinderbox/ X-VCS-Repository: proj/qa-scripts X-VCS-Files: tinderbox/bashrc X-VCS-Directories: tinderbox/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: 466bce37388bf9d5bf26c9cf813761df17ecb187 X-VCS-Branch: master Date: Thu, 28 Aug 2014 04:19:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9c09738f-c8ee-45e7-b689-9792664e9653 X-Archives-Hash: 9f45bbc2ffc3cf29821778ed579f3c59 commit: 466bce37388bf9d5bf26c9cf813761df17ecb187 Author: Rick Farina (Zero_Chaos) gentoo org> AuthorDate: Thu Aug 28 04:19:10 2014 +0000 Commit: Richard Farina gentoo 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