From a2da2820aedb5aac1ed5b84e67fda5bfd69f3226 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 13 Dec 2015 18:44:42 +0100 Subject: reproducible rpms: mock can be used in parallel too --- bin/reproducible_setup_mock.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/reproducible_setup_mock.sh') diff --git a/bin/reproducible_setup_mock.sh b/bin/reproducible_setup_mock.sh index 46704c2d..fe4d8656 100755 --- a/bin/reproducible_setup_mock.sh +++ b/bin/reproducible_setup_mock.sh @@ -17,6 +17,8 @@ if [ -z "$1" ] || [ -z "$2" ] ; then fi RELEASE=$1 ARCH=$2 +# not used yet: +UNIQEEXT="mock_${JOB_NAME#reproducible_builder_${RELEASE}_$ARCH}}" echo "$(date -u) - showing setup." dpkg -l mock -- cgit v1.2.3-54-g00ecf