mirror of
https://github.com/sbopkg/sbopkg
synced 2024-12-29 10:24:11 +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
|
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
|
||||||
|
|
Loading…
Reference in a new issue