summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build_rpm.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-12-17 19:42:58 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-17 19:42:58 +0100
commit5ea5fa88d206e7ea39f384201c823c190152edec (patch)
tree44d29203553126a350461f41f39f35e124f715d2 /bin/reproducible_build_rpm.sh
parentaac25568d86b95872e4620ca2412f26072d28972 (diff)
downloadjenkins.debian.net-5ea5fa88d206e7ea39f384201c823c190152edec.tar.xz
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.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/reproducible_build_rpm.sh b/bin/reproducible_build_rpm.sh
index e73a2452..df203aee 100755
--- a/bin/reproducible_build_rpm.sh
+++ b/bin/reproducible_build_rpm.sh
@@ -223,11 +223,9 @@ 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
-# not used yet:
-UNIQUEEXT="mock_${JOB_NAME#reproducible_builder_${RELEASE}_$ARCH}}"
#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…
choose_package
# build package twice