]> git.decadent.org.uk Git - dak.git/blobdiff - config/debian/cron.dinstall
For now do not run process-upload in dinstall
[dak.git] / config / debian / cron.dinstall
index 4d1195a914768042d5a0274a56a1b6df3f4bffb0..d72f9b4681a4ba831fdb66de354228f002b7cb40 100755 (executable)
@@ -228,7 +228,7 @@ GO=(
     ARGS=""
     ERR=""
 )
-stage $GO
+#stage $GO
 
 GO=(
     FUNC="cruft"
@@ -249,6 +249,14 @@ GO=(
 )
 stage $GO
 
+GO=(
+    FUNC="filelist"
+    TIME="generate-filelist"
+    ARGS=""
+    ERR=""
+)
+stage $GO
+
 GO=(
     FUNC="fingerprints"
     TIME="import-keyring"
@@ -303,12 +311,11 @@ GO=(
     ARGS=""
     ERR=""
 )
-### TODO: clean-* fixup
-#stage $GO
+stage $GO
 
 GO=(
-    FUNC="buildd"
-    TIME="buildd"
+    FUNC="buildd_dir"
+    TIME="buildd_dir"
     ARGS=""
     ERR=""
 )