diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-04-08 10:02:05 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-04-18 18:03:01 +0200 |
commit | 977dec969ec0417c11aa4eca8b9d3f65c34be2d6 (patch) | |
tree | 4d1b1b848a2f2829fc117beaf336dbd77b59b2a5 | |
parent | d063f4a447c33ecc6b0e8b58f7ab62f7e666d17c (diff) | |
download | jenkins.debian.net-977dec969ec0417c11aa4eca8b9d3f65c34be2d6.tar.xz |
reproducible: build: refactor: chmod 644 the rbuildlog, to be sure about the file permissions
-rwxr-xr-x | bin/reproducible_build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index a31df589..552d78e7 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} |