[Qa-jenkins-scm] [jenkins.debian.net] 04/04: reproducible rpms: fix typo
Holger Levsen
holger at moszumanska.debian.org
Fri Dec 18 16:19:33 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 cd9e48532e0be35681522deca5558c419f756b1a
Author: Holger Levsen <holger at layer-acht.org>
Date: Fri Dec 18 17:19:06 2015 +0100
reproducible rpms: fix typo
---
bin/reproducible_build_rpm.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_build_rpm.sh b/bin/reproducible_build_rpm.sh
index 8c42119..681500e 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…
--
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