summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_setup_mock.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-12-11 20:23:17 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-11 20:23:17 +0100
commit19d57ab21ef81deb9b794df62906e952c87543a1 (patch)
treed76241011ad36fba7cd575b1853dddd988669d4b /bin/reproducible_setup_mock.sh
parent3dd2c02a9fc7e0ad1172d768cffb63163e4d670b (diff)
downloadjenkins.debian.net-19d57ab21ef81deb9b794df62906e952c87543a1.tar.xz
reproducible fedora rpms: cleanup early code
Diffstat (limited to 'bin/reproducible_setup_mock.sh')
-rwxr-xr-xbin/reproducible_setup_mock.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/bin/reproducible_setup_mock.sh b/bin/reproducible_setup_mock.sh
index 37d2b21d..6559667f 100755
--- a/bin/reproducible_setup_mock.sh
+++ b/bin/reproducible_setup_mock.sh
@@ -22,8 +22,6 @@ echo "$(date -u) - showing setup."
dpkg -l mock
id
echo "$(date -u) - starting to cleanly configure mock for ${DISTRO} on ${ARCHITECTURE}."
-set -x
-mock -r ${DISTRO}-${ARCHITECTURE} --resultdir=. --clean
-mock -r ${DISTRO}-${ARCHITECTURE} --resultdir=. --init
-set +x
+mock -r ${DISTRO}-${ARCHITECTURE} --clean
+mock -r ${DISTRO}-${ARCHITECTURE} --init
echo "$(date -u) - mock configured for ${DISTRO} on ${ARCHITECTURE}."