diff options
-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 |