mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-20 18:25:48 +01:00
automated: try 'script' without -q to show start and finish msgs
This commit is contained in:
parent
dee8c13e52
commit
ada573dcde
@ -14,11 +14,11 @@ while true; do
|
||||
mv -f nightly-build.log nightly-build-previous.log
|
||||
fi
|
||||
ln -sf $LOG_FILE nightly-build.log
|
||||
time script -q -c "./build.sh nightly-$(date -u +%F) $cmd" $LOG_FILE
|
||||
time script -c "./build.sh nightly-$(date -u +%F) $cmd" $LOG_FILE
|
||||
touch -h $LOG_FILE
|
||||
${cmd:+exit 0}
|
||||
${once:+date; exit 0}
|
||||
echo "$0: run completed at $(date)"
|
||||
# echo "$0: run completed at $(date)"
|
||||
echo
|
||||
sleep 99m
|
||||
echo
|
||||
|
||||
Loading…
Reference in New Issue
Block a user