[Qa-jenkins-scm] [jenkins.debian.net] 01/02: reproducible fedora rpms: cleanup early code
Holger Levsen
holger at moszumanska.debian.org
Fri Dec 11 19:44:10 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 19d57ab21ef81deb9b794df62906e952c87543a1
Author: Holger Levsen <holger at layer-acht.org>
Date: Fri Dec 11 20:23:17 2015 +0100
reproducible fedora rpms: cleanup early code
---
bin/reproducible_setup_mock.sh | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/bin/reproducible_setup_mock.sh b/bin/reproducible_setup_mock.sh
index 37d2b21..6559667 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}."
--
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