[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible rpms: fix UNIQUEEXT to match the one from …setup_mock.sh

Holger Levsen holger at moszumanska.debian.org
Thu Dec 17 18:43:19 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 5ea5fa88d206e7ea39f384201c823c190152edec
Author: Holger Levsen <holger at layer-acht.org>
Date:   Thu Dec 17 19:42:58 2015 +0100

    reproducible rpms: fix UNIQUEEXT to match the one from …setup_mock.sh
---
 bin/reproducible_build_rpm.sh | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/bin/reproducible_build_rpm.sh b/bin/reproducible_build_rpm.sh
index e73a245..df203ae 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list