[Qa-jenkins-scm] [jenkins.debian.net] 07/09: reproducible: build: refactor: chmod 644 the rbuildlog, to be sure about the file permissions

Holger Levsen holger at moszumanska.debian.org
Sat Apr 18 16:06:46 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 977dec969ec0417c11aa4eca8b9d3f65c34be2d6
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Wed Apr 8 10:02:05 2015 +0200

    reproducible: build: refactor: chmod 644 the rbuildlog, to be sure about the file permissions
---
 bin/reproducible_build.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index a31df58..552d78e 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -353,6 +353,7 @@ build_rebuild() {
 			# both builds were fine, i.e., they did not FTBFS.
 			FTBFS=0
 			cleanup_userContent # FIXME check wheter my changes here are fine
+			chmod 644 $RBUILDLOG
 			mv $RBUILDLOG /var/lib/jenkins/userContent/rbuild/${SUITE}/${ARCH}/${SRCPACKAGE}_${EVERSION}.rbuild.log
 			RBUILDLOG=/var/lib/jenkins/userContent/rbuild/${SUITE}/${ARCH}/${SRCPACKAGE}_${EVERSION}.rbuild.log
 			cat b1/${SRCPACKAGE}_${EVERSION}_${ARCH}.changes | tee -a ${RBUILDLOG}

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