]> git.decadent.org.uk Git - dak.git/blobdiff - config/debian/dinstall.functions
push mirror on ries instead of having ries pull from franck
[dak.git] / config / debian / dinstall.functions
index 2a5ed8b692fcd34a744f7a61c679f39b82a60d43..c32733cff5cabb9d0fbc4452d3270912b89a6306 100644 (file)
@@ -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() {