diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_build_rpm.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build_rpm.sh b/bin/reproducible_build_rpm.sh index 8c421190..681500e5 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… |