diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-12-17 19:53:30 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-12-17 19:53:30 +0100 |
commit | c308cf255cc42fc034a2e6aeb60265908b3f9433 (patch) | |
tree | 41b4fb2696906e2b140325b8faf244e5e635a907 /bin | |
parent | ce577935808bd7dcc8e0b9acdb095bf2ca1650b2 (diff) | |
download | jenkins.debian.net-c308cf255cc42fc034a2e6aeb60265908b3f9433.tar.xz |
fixup 5ea5fa8: reproducible rpms: fix UNIQUEEXT to match the one from …setup_mock.sh
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_build_rpm.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build_rpm.sh b/bin/reproducible_build_rpm.sh index 8f2301b1..8c421190 100755 --- a/bin/reproducible_build_rpm.sh +++ b/bin/reproducible_build_rpm.sh @@ -223,7 +223,7 @@ delay_start # randomize start times # first, we need to choose a package… RELEASE="$1" ARCH="$2" -UNIQUEEXT="mock_${JOB_NAME#reproducible_builder_${RELEASE}_$ARCH}_}" +UNIQUEEXT="mock${JOB_NAME#reproducible_builder_${RELEASE}_$ARCH}}" SRCPACKAGE="" # package name SRC_RPM="" # src rpm file name #update_mock # FIXME: we dont have to run mock on the main node yet, but we will need at least have to update yum there… |