X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fdinstall.functions;h=5805cc948179062c77afed695a1ace69f2becabc;hb=ef30fcdf3916c862c6f1d4abf50a84f909d34530;hp=c5aeed131656094cdd76e318d19e91d6afb2f9a8;hpb=dec160172b136c712dddf2c942ee03a52e8e0b88;p=dak.git diff --git a/config/debian/dinstall.functions b/config/debian/dinstall.functions index c5aeed13..5805cc94 100644 --- a/config/debian/dinstall.functions +++ b/config/debian/dinstall.functions @@ -612,4 +612,5 @@ function changelogs() { 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 & }