summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-06-08 02:53:49 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-08 09:00:55 +0200
commit3092f9f22cf6b2a1d7ac2dc40160f042daffa00a (patch)
tree1f0471432436adc2441582dfaafc156aefbc9f0a /bin/reproducible_common.sh
parent44a11c07bbf484d3696c41be7770b7bd565b76c1 (diff)
downloadjenkins.debian.net-3092f9f22cf6b2a1d7ac2dc40160f042daffa00a.tar.xz
reproducible: drop all these debbindiff lockfiles thinghies. They are not really needed and causes only troubles
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-xbin/reproducible_common.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index b175f93c..c351dc9c 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -34,8 +34,6 @@ fi
# common variables
REPRODUCIBLE_URL=https://reproducible.debian.net
-DBDCHROOT_READLOCK=/var/lib/jenkins/reproducible-dbdchroot.readlock
-DBDCHROOT_WRITELOCK=/var/lib/jenkins/reproducible-dbdchroot.writelock
# shop trailing slash
JENKINS_URL=${JENKINS_URL:0:-1}