]> git.decadent.org.uk Git - dak.git/commitdiff
sync-dd wants sync, not pool, as argument
authorJoerg Jaspert <joerg@debian.org>
Tue, 9 Dec 2014 22:08:12 +0000 (23:08 +0100)
committerJoerg Jaspert <joerg@debian.org>
Tue, 9 Dec 2014 22:08:12 +0000 (23:08 +0100)
config/debian/dinstall.functions

index bd57a3a8de757a1b193e034f891add2c3a3b8cbb..67cc89641647473c145ca25b611ab5e05a039c29 100644 (file)
@@ -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() {