diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-05-22 11:31:56 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-05-22 11:31:56 +0200 |
commit | ac39c08b0ea56d5d820890506ff3658fead3a743 (patch) | |
tree | 4468f5c6b4534fc38cabfe0e6f9c62576bedfa7e | |
parent | 0eee00561d89af580dfd9f06ba7e2d81d7e1c89b (diff) | |
download | jenkins.debian.net-ac39c08b0ea56d5d820890506ff3658fead3a743.tar.xz |
reproducible: use obvious names for lockfiles
-rwxr-xr-x | bin/reproducible_build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index b05d719d..1b4e5d93 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 |