]> git.decadent.org.uk Git - dak.git/blobdiff - config/backports/dinstall.functions
Add the changelogs foo to bdo
[dak.git] / config / backports / dinstall.functions
index 0ae81724cdbaf76eefa26aff305ba0b5ffcb2207..2757a1792752fdb1e19dad27b4758a2124c6d0fe 100644 (file)
@@ -604,3 +604,12 @@ Current action: ${1}
 Action start: ${RIGHTNOW}
 EOF
 }
+
+# extract changelogs and stuff
+function changelogs() {
+    log "Extracting changelogs"
+    dak make-changelog -e
+    mkdir -p ${exportpublic}/changelogs
+    cd ${exportpublic}/changelogs
+    rsync -aHW --delete --delete-after --ignore-errors ${exportdir}/changelogs/. .
+}