]> git.decadent.org.uk Git - dak.git/blobdiff - config/debian/cron.dinstall
Add autocruft function, calling (guess) auto_decruft
[dak.git] / config / debian / cron.dinstall
index 2a2fe157ea5f2cb782531dd519ea13c647f705d1..3d573b5bead39a010c1378bb5e75492be31b5656 100755 (executable)
@@ -252,12 +252,12 @@ GO=(
 stage $GO
 
 GO=(
-    FUNC="filelist"
-    TIME="generate-filelist"
-    ARGS=""
+    FUNC="autocruft"
+    TIME="autocruft"
+    ARGS="unstable experimental"
     ERR=""
 )
-#stage $GO
+stage $GO
 
 GO=(
     FUNC="fingerprints"
@@ -444,6 +444,14 @@ GO=(
 )
 stage $GO &
 
+GO=(
+    FUNC="mirrorpush-backports"
+    TIME="mirrorpush-backports"
+    ARGS=""
+    ERR="false"
+)
+stage $GO &
+
 GO=(
     FUNC="i18n2"
     TIME="i18n 2"