tweak the output log a little bit

This commit is contained in:
chess.griffin 2009-06-03 14:05:14 +00:00
parent d6f471008b
commit 437db211f1

View file

@ -2748,7 +2748,6 @@ build_package() {
esac esac
# Start the actual build # Start the actual build
echo >> $TMPSUMMARYLOG
echo "Building package for $PKGNAME..." echo "Building package for $PKGNAME..."
( # Run the build in a subshell, to avoid namespace pollution ( # Run the build in a subshell, to avoid namespace pollution
[[ $BUILDOPTIONS ]] && eval "export $BUILDOPTIONS" [[ $BUILDOPTIONS ]] && eval "export $BUILDOPTIONS"
@ -3190,8 +3189,6 @@ process_queue() {
echo "Done building package for $PKGBUILD." echo "Done building package for $PKGBUILD."
cd $SB_OUTPUT cd $SB_OUTPUT
NEWPACKAGE=$(ls -1t *.t?z | head -n1) NEWPACKAGE=$(ls -1t *.t?z | head -n1)
echo "[[ PACKAGE RESULTS ]]" >> $TMPSUMMARYLOG
echo "Package $COUNTER: $PKGBUILD" >> $TMPSUMMARYLOG
echo "Built package: $NEWPACKAGE" >> $TMPSUMMARYLOG echo "Built package: $NEWPACKAGE" >> $TMPSUMMARYLOG
echo "Built package: $NEWPACKAGE" echo "Built package: $NEWPACKAGE"
if [[ $QUEUETYPE == "buildinstall" ]]; then if [[ $QUEUETYPE == "buildinstall" ]]; then