[Qa-jenkins-scm] [jenkins.debian.net] 01/02: reproducible: use obvious names for lockfiles
Holger Levsen
holger at moszumanska.debian.org
Fri May 22 09:36:39 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit ac39c08b0ea56d5d820890506ff3658fead3a743
Author: Holger Levsen <holger at layer-acht.org>
Date: Fri May 22 11:31:56 2015 +0200
reproducible: use obvious names for lockfiles
---
bin/reproducible_build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index b05d719..1b4e5d9 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -455,7 +455,7 @@ BAD_LOCKFILE=false
choose_package # defines SUITE, PKGID, SRCPACKAGE, SCHEDULED_DATE, SAVE_ARTIFACTS, NOTIFY
# used to catch race conditions when the same package is being built by two parallel jobs
-LOCKFILE="/tmp/${SUITE}-${ARCH}-${SRCPACKAGE}"
+LOCKFILE="/tmp/reproducible-lockfile-${SUITE}-${ARCH}-${SRCPACKAGE}"
init
get_source_package
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list