]> git.decadent.org.uk Git - dak.git/blobdiff - config/debian/cron.dinstall
Include AppStream metadata from the generator server
[dak.git] / config / debian / cron.dinstall
index 4e8c1f2849bc73f1c42e12560710f1f311ed5277..8aaaa648c4939d4479d4fdbc400df08876011a75 100755 (executable)
@@ -210,6 +210,14 @@ GO=(
 )
 stage $GO
 
+GO=(
+    FUNC="dep11"
+    TIME="dep11 1"
+    ARGS=""
+    ERR="false"
+)
+stage $GO
+
 lockfile "$LOCK_ACCEPTED"
 trap remove_all_locks EXIT TERM HUP INT QUIT