[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible fedora rpms: provide a valid resultdir for mock

Holger Levsen holger at moszumanska.debian.org
Sat Dec 12 07:47:36 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 80fbd806de2a2dc1d81fa3c73f872deae6aac877
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Dec 12 08:47:16 2015 +0100

    reproducible fedora rpms: provide a valid resultdir for mock
---
 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 8b8590f..2e64223 100755
--- a/bin/reproducible_build_rpm.sh
+++ b/bin/reproducible_build_rpm.sh
@@ -40,7 +40,7 @@ update_mock() {
 	local STAMP="${RPM_STAMPS}-$RELEASE-$ARCH"
 	if [ ! -f $STAMP ] || [ $DUMMY -nt $STAMP ] ; then
 		echo "$(date -u ) - updating mock for $RELEASE ($ARCH) on $HOSTNAME now..."
-		mock -r $RELEASE-$ARCH --resultdir=$RESULTDIR --cleanup-after -v --update 2>&1
+		mock -r $RELEASE-$ARCH --resultdir=. --cleanup-after -v --update 2>&1
 		echo "$(date -u ) - mock updated."
 		touch $STAMP
 	else

-- 
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