X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcron.dinstall;h=07e9b0d5671566f84e22ec36c19fb658f8397c3a;hb=f78bd8701c00ed40424df8cb9ca643f12319eea8;hp=4e8c1f2849bc73f1c42e12560710f1f311ed5277;hpb=9d77b10ef77da44cf458cc808c323c253b9b8c80;p=dak.git diff --git a/config/debian/cron.dinstall b/config/debian/cron.dinstall index 4e8c1f28..07e9b0d5 100755 --- a/config/debian/cron.dinstall +++ b/config/debian/cron.dinstall @@ -134,7 +134,7 @@ function stage() { cat "${STAGEFILE}.log" >> "${LOGFILE}" rm -f "${STAGEFILE}.log" - echo "########## DINSTALL END: ${FUNC} ##########" + log "########## DINSTALL END: ${FUNC} ##########" if [ -f "${LOCK_STOP}" ]; then log "${LOCK_STOP} exists, exiting immediately" @@ -210,6 +210,14 @@ GO=( ) stage $GO +GO=( + FUNC="dep11" + TIME="dep11 1" + ARGS="" + ERR="false" +) +stage $GO + lockfile "$LOCK_ACCEPTED" trap remove_all_locks EXIT TERM HUP INT QUIT