X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcron.unchecked;h=6d3226d894ac74d2052bf4ea7bf9b67add985013;hb=b9b8223ed20df7f07052f3182585ac7753e50c02;hp=5e819adfadd0f2e6b6982452e19e4be64c0c2589;hpb=34f75c943f8d60104f7a1c9cff89f311390a33ee;p=dak.git diff --git a/config/debian/cron.unchecked b/config/debian/cron.unchecked index 5e819adf..6d3226d8 100755 --- a/config/debian/cron.unchecked +++ b/config/debian/cron.unchecked @@ -32,7 +32,6 @@ export SCRIPTVARS=/srv/ftp-master.debian.org/dak/config/debian/vars LOCKDAILY="" LOCKFILE="$lockdir/unchecked.lock" -LOCK_NEW="$lockdir/processnew.lock" NOTICE="$lockdir/daily.lock" LOCK_BUILDD="$lockdir/buildd.lock" @@ -61,15 +60,6 @@ cleanup() { function do_buildd () { if lockfile -r3 $NOTICE; then LOCKDAILY="YES" - cd $overridedir - dak make-overrides &>/dev/null - rm -f override.sid.all3 override.sid.all3.src - for i in main contrib non-free main.debian-installer; do - cat override.sid.$i >> override.sid.all3 - if [ "$i" != "main.debian-installer" ]; then - cat override.sid.$i.src >> override.sid.all3.src - fi - done make_buildd_dir wbtrigger fi @@ -102,6 +92,8 @@ pg_timestamp preunchecked >/dev/null # Process policy queues punew stable-new opunew oldstable-new +backports_policy +dak clean-suites -a backports-policy,policy # Finally deal with unchecked do_unchecked