]> git.decadent.org.uk Git - dak.git/blobdiff - config/debian/cron.dinstall
Eliminate all references to apt.conf
[dak.git] / config / debian / cron.dinstall
index 0fcf599c0cdeb8416399a0dbcb99e34d8ee30a50..e31ea80ed9aeaa004a25daf99fa4685461ad33be 100755 (executable)
@@ -207,13 +207,12 @@ GO=(
 stage $GO
 
 lockfile "$LOCK_ACCEPTED"
-lockfile "$LOCK_NEW"
 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 +220,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"
@@ -487,14 +478,6 @@ GO=(
 )
 stage $GO
 
-GO=(
-    FUNC="aptftpcleanup"
-    TIME="apt-ftparchive cleanup"
-    ARGS=""
-    ERR="false"
-)
-#stage $GO
-
 # we need to wait for the background processes before the end of dinstall
 wait