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