summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build_rpm.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-12-17 19:53:30 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-17 19:53:30 +0100
commitc308cf255cc42fc034a2e6aeb60265908b3f9433 (patch)
tree41b4fb2696906e2b140325b8faf244e5e635a907 /bin/reproducible_build_rpm.sh
parentce577935808bd7dcc8e0b9acdb095bf2ca1650b2 (diff)
downloadjenkins.debian.net-c308cf255cc42fc034a2e6aeb60265908b3f9433.tar.xz
fixup 5ea5fa8: reproducible rpms: fix UNIQUEEXT to match the one from …setup_mock.sh
Diffstat (limited to 'bin/reproducible_build_rpm.sh')
-rwxr-xr-xbin/reproducible_build_rpm.sh2
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…