Signed-off-by: Joerg Jaspert <joerg@debian.org>
ts "locked part finished"
state "postlock"
+GO=(
+ FUNC="changelogs"
+ TIME="changelogs"
+ ARGS=""
+ ERR="false"
+)
+stage $GO &
+
GO=(
FUNC="pgdump_post"
TIME="pg_dump2"
Action start: ${RIGHTNOW}
EOF
}
+
+# extract changelogs and stuff
+function changelogs() {
+ log "Extracting changelogs"
+ dak make-changelog -e
+ cd ${exportpublic}/changelogs
+ rsync -aHW --delete --delete-after --ignore-errors ${exportdir}/changelogs/. .
+}
mirrordir=$base/mirror/
incoming=$base/incoming
newstage=$queuedir/newstage/
+exportdir=$base/export/
+exportpublic=$public/rsync/export/
ftpgroup=debadmin