X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fbackports%2Fcron.unchecked;h=08fcbf3eec2ade9573cdbd3ccac4e6dba8928dda;hb=cf5d3c03acf3065f46ac19e67521f9aaf5ca5bad;hp=fbda8619c20d5d8ee79a1209e7c316c2669cb30b;hpb=7b4237c64e1577eacec3b6f1ec3593d651190bf0;p=dak.git diff --git a/config/backports/cron.unchecked b/config/backports/cron.unchecked index fbda8619..08fcbf3e 100755 --- a/config/backports/cron.unchecked +++ b/config/backports/cron.unchecked @@ -33,6 +33,8 @@ LOCKFILE="$lockdir/unchecked.lock" LOCK_NEW="$lockdir/processnew.lock" NOTICE="$lockdir/daily.lock" LOCK_BUILDD="$lockdir/buildd.lock" +# The state file telling us we have something new to do +DINSTALLPACKAGES="${lockdir}/dinstall.packages" # our name PROGRAM="unchecked" @@ -96,8 +98,10 @@ do_newstage do_unchecked if [ ! -z "$changes" ]; then + touch ${DINSTALLPACKAGES} sync_debbugs do_buildd + # echo "Starting g-p-s: $(date +%H:%M:%S)" # do_dists # echo "Done with g-p-s: $(date +%H:%M:%S)"