From c308cf255cc42fc034a2e6aeb60265908b3f9433 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 17 Dec 2015 19:53:30 +0100 Subject: fixup 5ea5fa8: reproducible rpms: fix UNIQUEEXT to match the one from …setup_mock.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/reproducible_build_rpm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_build_rpm.sh') 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… -- cgit v1.2.3-54-g00ecf