[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: chown to make it world readable
Holger Levsen
holger at moszumanska.debian.org
Wed May 20 20:30:41 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 f1f17e7868eb8353c3031bdc0d72f2082a904fcd
Author: Holger Levsen <holger at layer-acht.org>
Date: Wed May 20 22:30:22 2015 +0200
reproducible: chown to make it world readable
---
bin/reproducible_build.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 9c1a69e..035c959 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -152,6 +152,7 @@ handle_404() {
handle_not_for_us() {
# a list of valid architecture for this package should be passed to this function
echo "Package ${SRCPACKAGE} (${VERSION}) shall only be build on \"$(echo "$@" | xargs echo )\" and thus was skipped." | tee -a ${RBUILDLOG}
+ chmod 644 $RBUILDLOG
mv $RBUILDLOG $BASE/rbuild/${SUITE}/${ARCH}/${SRCPACKAGE}_${EVERSION}.rbuild.log
RBUILDLOG=$BASE/rbuild/${SUITE}/${ARCH}/${SRCPACKAGE}_${EVERSION}.rbuild.log
DURATION=''
--
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