X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcron.dinstall;h=a626c93a6b71443f9816247b9cd9eaebfb488969;hb=400aca3f47b5b52b58077e30c8c2d0fa9921034e;hp=0fcf599c0cdeb8416399a0dbcb99e34d8ee30a50;hpb=56c670d4b1dd0d73a38f9e6d47d48356b8cc3407;p=dak.git diff --git a/config/debian/cron.dinstall b/config/debian/cron.dinstall index 0fcf599c..a626c93a 100755 --- a/config/debian/cron.dinstall +++ b/config/debian/cron.dinstall @@ -213,7 +213,7 @@ trap remove_all_locks EXIT TERM HUP INT QUIT GO=( FUNC="punew" TIME="p-u-new" - ARGS="proposedupdates" + ARGS="stable-new" ERR="false" ) stage $GO @@ -221,19 +221,11 @@ stage $GO GO=( FUNC="opunew" TIME="o-p-u-new" - ARGS="oldproposedupdates" + ARGS="oldstable-new" ERR="false" ) stage $GO -GO=( - FUNC="newstage" - TIME="newstage" - ARGS="" - ERR="" -) -stage $GO - GO=( FUNC="cruft" TIME="cruft"