X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=config%2Fdebian%2Fdinstall.functions;h=064ba81b393987b42ec4923a35624475b590e9dd;hb=80a6a79b8b82ec9bda2fa68f69ce611048a4d110;hp=2a5ed8b692fcd34a744f7a61c679f39b82a60d43;hpb=8e737f25a776e74800e5c31e3e2d62c90ad13f55;p=dak.git diff --git a/config/debian/dinstall.functions b/config/debian/dinstall.functions index 2a5ed8b6..064ba81b 100644 --- a/config/debian/dinstall.functions +++ b/config/debian/dinstall.functions @@ -403,6 +403,7 @@ function transitionsclean() { function dm() { log "Updating DM html page" $scriptsdir/dm-monitor >$webdir/dm-uploaders.html + dak acl export-per-source dm >$exportdir/dm.txt } function bts() { @@ -413,7 +414,7 @@ function bts() { function ddaccess() { # Tell our dd accessible mirror to sync itself up. Including ftp dir. log "Trigger dd accessible parts sync including ftp dir" - ssh -o Batchmode=yes -o ConnectTimeout=30 -o SetupTimeout=30 -2 -i ${base}/s3kr1t/pushddmirror dak@ries.debian.org pool + ${scriptsdir}/sync-dd ries-sync ries-sync1 ries-sync2 pool } function mirrorpush() { @@ -574,7 +575,7 @@ EOF # extract changelogs and stuff function changelogs() { log "Extracting changelogs" - dak make-changelog -e + dak make-changelog -e -a ftp-master mkdir -p ${exportpublic}/changelogs cd ${exportpublic}/changelogs rsync -aHW --delete --delete-after --ignore-errors ${exportdir}/changelogs/. .