]> git.decadent.org.uk Git - dak.git/commitdiff
also tell flotow, not only merkel
authorJoerg Jaspert <joerg@debian.org>
Sun, 19 Apr 2009 15:45:22 +0000 (17:45 +0200)
committerJoerg Jaspert <joerg@debian.org>
Sun, 19 Apr 2009 15:45:22 +0000 (17:45 +0200)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
config/debian/cron.dinstall

index eb9f37d5ca5944500d225a7c9314fd9f701b4218..eef4f838783733a14a10cb55666340ed790f6a06 100755 (executable)
@@ -298,8 +298,10 @@ function bts() {
 
 function merkel2() {
     # Push dak@merkel so it syncs the projectb there. Returns immediately, the sync runs detached
-    log "Trigger merkels projectb sync"
+    log "Trigger merkel/flotows projectb sync"
     ssh -2 -o BatchMode=yes -o SetupTimeOut=30 -o ConnectTimeout=30 -i ~/.ssh/push_merkel_projectb dak@merkel.debian.org sleep 1
+    # Also trigger flotow, the ftpmaster test box
+    ssh -2 -o BatchMode=yes -o SetupTimeOut=30 -o ConnectTimeout=30 -i ~/.ssh/push_flotow_projectb dak@flotow.debian.org sleep 1
 }
 
 function merkel3() {