automated: add back .log extensions to log files

This commit is contained in:
Jens Petersen 2026-02-18 15:28:51 +08:00
parent 53d03d0e01
commit 3421c957ff
2 changed files with 2 additions and 2 deletions

View File

@ -3,5 +3,5 @@
cd "$(dirname "${BASH_SOURCE[0]}")" cd "$(dirname "${BASH_SOURCE[0]}")"
git pull git pull
time script -q -c "./build.sh $*" $1-build-$(date -u +%F_%T) time script -q -c "./build.sh $*" $1-build-$(date -u +%F_%T).log
date date

View File

@ -9,7 +9,7 @@ esac
while true; do while true; do
git pull git pull
time script -q -c "./build.sh nightly-$(date -u +%F) $cmd" nightly-build-$(date -u +%F_%T) time script -q -c "./build.sh nightly-$(date -u +%F) $cmd" nightly-build-$(date -u +%F_%T).log
${cmd:+exit 0} ${cmd:+exit 0}
${once:+date; exit 0} ${once:+date; exit 0}
echo "$0: run completed at $(date)" echo "$0: run completed at $(date)"