From: František Dvořák Date: Tue, 7 May 2013 13:16:04 +0000 (+0200) Subject: Tuning reports from mock - no need for the links, set read permission to everyone. X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=9707fe7e0f1c72f857035c2078a8c071a15ae4db;p=mock.git Tuning reports from mock - no need for the links, set read permission to everyone. --- diff --git a/mock.sh b/mock.sh index 83fc66b..a98b9da 100755 --- a/mock.sh +++ b/mock.sh @@ -86,8 +86,6 @@ mock_build() { echo "==== Building $BASENAME ==== " touch $REPORTS/fail.$BASENAME rm -f $REPORTS/$BASENAME-root.log $REPORTS/$BASENAME-build.log $REPORTS/root.log $REPORTS/build.log - ln -s $BASENAME-root.log $REPORTS/root.log - ln -s $BASENAME-build.log $REPORTS/build.log touch $REPORTS/$BASENAME-root.log $REPORTS/$BASENAME-build.log echo "+ $CMD --rebuild $FILE" @@ -325,6 +323,8 @@ if test -n "$was_build"; then cp -rp $DEBREPO_MAIN/$DEBDISTRO results/debian/ else createrepo results + # admit all the build errors and ugly warnings to everyone + chmod a+r $REPORTS/* fi fi if test -n "$was_external"; then