summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-23 10:38:18 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-23 10:38:18 +0200
commit149ab897709dd1b2a44fc1fb1578d83acb7c6baa (patch)
treecb4117b777ca860e0415b2bd39eb72dc290eac43 /bin/reproducible_build.sh
parenta352d25475a4407e3005cb542f0d3e039f803b46 (diff)
downloadjenkins.debian.net-149ab897709dd1b2a44fc1fb1578d83acb7c6baa.tar.xz
reproducible: treat disorderfs specially as long we need it
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 5c2a42a4..5ff79dec 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -708,8 +708,6 @@ 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