]> git.decadent.org.uk Git - dak.git/commitdiff
call changelogs from bpo dinstall
authorJoerg Jaspert <joerg@debian.org>
Wed, 16 Feb 2011 22:22:26 +0000 (23:22 +0100)
committerJoerg Jaspert <joerg@debian.org>
Wed, 16 Feb 2011 22:22:26 +0000 (23:22 +0100)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
config/backports/cron.dinstall

index 634ef1d979e287113359524248562c0567f57de7..5b03527917b3c669aa5565da4844a702a42e6813 100755 (executable)
@@ -355,6 +355,14 @@ rm -f "${LOCK_DAILY}"
 ts "locked part finished"
 state "postlock"
 
+GO=(
+    FUNC="changelogs"
+    TIME="changelogs"
+    ARGS=""
+    ERR="false"
+)
+stage $GO &
+
 GO=(
     FUNC="pgdump_post"
     TIME="pg_dump2"