mirror of
https://github.com/pygos/build.git
synced 2024-11-22 11:09:46 +01:00
Compress log files after a package stage has completed
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
parent
2c741e06f3
commit
705290a2cb
1 changed files with 2 additions and 0 deletions
|
@ -22,4 +22,6 @@ run_pkg_command() {
|
||||||
pushd "$PKGBUILDDIR" > /dev/null
|
pushd "$PKGBUILDDIR" > /dev/null
|
||||||
$FUNCTION "$SRC" "$PKGDEPLOYDIR" &>> "$LOGFILE" < /dev/null
|
$FUNCTION "$SRC" "$PKGDEPLOYDIR" &>> "$LOGFILE" < /dev/null
|
||||||
popd > /dev/null
|
popd > /dev/null
|
||||||
|
|
||||||
|
gzip "$LOGFILE"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue