From 437db211f1891ee6acb9019759da5cd48600dbc8 Mon Sep 17 00:00:00 2001 From: "chess.griffin" Date: Wed, 3 Jun 2009 14:05:14 +0000 Subject: [PATCH] tweak the output log a little bit --- src/usr/sbin/sbopkg | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/usr/sbin/sbopkg b/src/usr/sbin/sbopkg index cc4f4c7..2e3f700 100755 --- a/src/usr/sbin/sbopkg +++ b/src/usr/sbin/sbopkg @@ -2748,7 +2748,6 @@ build_package() { esac # Start the actual build - echo >> $TMPSUMMARYLOG echo "Building package for $PKGNAME..." ( # Run the build in a subshell, to avoid namespace pollution [[ $BUILDOPTIONS ]] && eval "export $BUILDOPTIONS" @@ -3190,8 +3189,6 @@ process_queue() { echo "Done building package for $PKGBUILD." cd $SB_OUTPUT 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" if [[ $QUEUETYPE == "buildinstall" ]]; then