]> git.decadent.org.uk Git - dak.git/blobdiff - config/debian/cron.dinstall
re-enable fingerprint importing
[dak.git] / config / debian / cron.dinstall
index 9fbda5f8cf5d5f78d3e4f139de1fdc3edb8751ef..2534560e2aef08e212e14ed50bbc0477ee191165 100755 (executable)
@@ -223,8 +223,8 @@ lockfile "$LOCK_ACCEPTED"
 lockfile "$LOCK_NEW"
 
 GO=(
-    FUNC="process_upload"
-    TIME="process-upload"
+    FUNC="process_unchecked"
+    TIME="unchecked"
     ARGS=""
     ERR=""
 )
@@ -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=""
 )