From f8401c9fb2787840bf1c1cc66e4dc1ed7f02091f Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Wed, 16 Feb 2011 23:22:26 +0100 Subject: [PATCH] call changelogs from bpo dinstall Signed-off-by: Joerg Jaspert --- config/backports/cron.dinstall | 8 ++++++++ 1 file changed, 8 insertions(+) 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" -- 2.39.2