From f1f17e7868eb8353c3031bdc0d72f2082a904fcd Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 20 May 2015 22:30:22 +0200 Subject: reproducible: chown to make it world readable --- bin/reproducible_build.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'bin') diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 9c1a69ea..035c9595 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='' -- cgit v1.2.3-54-g00ecf