From: Joerg Jaspert Date: Tue, 9 Dec 2014 22:08:12 +0000 (+0100) Subject: sync-dd wants sync, not pool, as argument X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=29c17e74696562b0574e5a33ea9b6074fe65c44e;hp=e41ae8d5a5fd9c204711a36b47e0593312da8c75;p=dak.git sync-dd wants sync, not pool, as argument --- diff --git a/config/debian/dinstall.functions b/config/debian/dinstall.functions index bd57a3a8..67cc8964 100644 --- a/config/debian/dinstall.functions +++ b/config/debian/dinstall.functions @@ -444,7 +444,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" - ${scriptsdir}/sync-dd dd-sync dd-sync1 dd-sync2 pool + ${scriptsdir}/sync-dd dd-sync dd-sync1 dd-sync2 sync } function mirrorpush() {