X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcron.dinstall;h=2534560e2aef08e212e14ed50bbc0477ee191165;hb=f3cbed6812df92b24987c519ecfdd00787d7e2a4;hp=9fbda5f8cf5d5f78d3e4f139de1fdc3edb8751ef;hpb=b5dcec3f28d7205b5339f078baeaff9549911f74;p=dak.git diff --git a/config/debian/cron.dinstall b/config/debian/cron.dinstall index 9fbda5f8..2534560e 100755 --- a/config/debian/cron.dinstall +++ b/config/debian/cron.dinstall @@ -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="" )