From 9feb3739a1a28d3465fe986d916b01ca236327bf Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 31 Aug 2015 02:51:47 +0200 Subject: reproducible: no better idea atm than to define it twice --- bin/reproducible_build.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/reproducible_build.sh') diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index af455d6d..598aaba6 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -588,6 +588,8 @@ elif [ "$1" = "1" ] || [ "$1" = "2" ] ; then TMPDIR="$4" [ -d $TMPDIR ] || mkdir -p $TMPDIR cd $TMPDIR + # used to catch race conditions when the same package is being built by two parallel jobs + LOCKFILE="/tmp/reproducible-lockfile-${SUITE}-${ARCH}-${SRCPACKAGE}" get_source_package mkdir b$MODE if [ "$MODE" = "1" ] ; then -- cgit v1.2.3-54-g00ecf