X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fdinstall.functions;h=5805cc948179062c77afed695a1ace69f2becabc;hb=ef30fcdf3916c862c6f1d4abf50a84f909d34530;hp=6e80479cdf5fe5821738b5102dbf362cba71585c;hpb=610b08292f816e81e7dea5446bbdd22effb434d7;p=dak.git diff --git a/config/debian/dinstall.functions b/config/debian/dinstall.functions index 6e80479c..5805cc94 100644 --- a/config/debian/dinstall.functions +++ b/config/debian/dinstall.functions @@ -609,6 +609,8 @@ EOF 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/. . + sudo -H -u archvsync /home/archvsync/runmirrors metaftpdo > ~dak/runmirrors-metadata.log 2>&1 & }