X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fdinstall.functions;h=c5aeed131656094cdd76e318d19e91d6afb2f9a8;hb=cf5d3c03acf3065f46ac19e67521f9aaf5ca5bad;hp=1b508d25a657ad88ed266f46e1df09d3fda73f6a;hpb=53181135f740882c19553c2a8146de6a3041910c;p=dak.git diff --git a/config/debian/dinstall.functions b/config/debian/dinstall.functions index 1b508d25..c5aeed13 100644 --- a/config/debian/dinstall.functions +++ b/config/debian/dinstall.functions @@ -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/. . +}