mirror of
https://github.com/sbopkg/sbopkg
synced 2024-12-28 09:58:58 +01:00
tweak the output log a little bit
This commit is contained in:
parent
d6f471008b
commit
437db211f1
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue