From: Joerg Jaspert Date: Wed, 16 Feb 2011 22:22:26 +0000 (+0100) Subject: call changelogs from bpo dinstall X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=f8401c9fb2787840bf1c1cc66e4dc1ed7f02091f;p=dak.git call changelogs from bpo dinstall Signed-off-by: Joerg Jaspert --- diff --git a/config/backports/cron.dinstall b/config/backports/cron.dinstall index 634ef1d9..5b035279 100755 --- a/config/backports/cron.dinstall +++ b/config/backports/cron.dinstall @@ -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"