scripts/pkgbuilder.py: bookend combined log with searchable tags

This commit is contained in:
MilhouseVH
2020-01-21 16:54:57 +00:00
parent ca27792cf2
commit e69922455f
2 changed files with 25 additions and 5 deletions

View File

@@ -35,6 +35,7 @@ start_multithread_build() {
else
buildopts+=" --colors=${MTCOLORS:-auto}"
fi
[ "${MTBOOKENDS}" = "no" ] && buildopts+=" --without-bookends" || buildopts+=" --with-bookends"
buildopts+=" --stats-interval ${MTINTERVAL:-60}"