From dc044ffc2d3b60bd07d098755329e82bdf9061a4 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sun, 19 Apr 2009 17:45:22 +0200 Subject: [PATCH] also tell flotow, not only merkel Signed-off-by: Joerg Jaspert --- config/debian/cron.dinstall | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/debian/cron.dinstall b/config/debian/cron.dinstall index eb9f37d5..eef4f838 100755 --- a/config/debian/cron.dinstall +++ b/config/debian/cron.dinstall @@ -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() { -- 2.39.2