mirror of
https://github.com/libretro/libretro-super.git
synced 2024-11-24 08:19:46 +00:00
print times that buildbot jobs are started/finished
This commit is contained in:
parent
30944074a1
commit
74adba0a93
@ -707,6 +707,9 @@ while read line; do
|
||||
SUBDIR=`echo $line | cut -f 9 -d " "`
|
||||
|
||||
if [ "${ENABLED}" = "YES" ]; then
|
||||
echo -ne "buildbot job started at: "
|
||||
date
|
||||
echo
|
||||
echo "buildbot job: $jobid processing $NAME"
|
||||
echo --------------------------------------------------
|
||||
echo Variables:
|
||||
@ -1044,6 +1047,8 @@ while read line; do
|
||||
echo "buildbot job: building $NAME up-to-date"
|
||||
fi
|
||||
echo
|
||||
echo -ne "buildbot job finished at: "
|
||||
date
|
||||
fi
|
||||
|
||||
cd "${BASE_DIR}"
|
||||
|
Loading…
Reference in New Issue
Block a user