]> git.decadent.org.uk Git - dak.git/commitdiff
dinstall
authorJoerg Jaspert <joerg@debian.org>
Thu, 12 Mar 2009 20:59:48 +0000 (21:59 +0100)
committerJoerg Jaspert <joerg@debian.org>
Thu, 12 Mar 2009 20:59:48 +0000 (21:59 +0100)
merkel switches from katie to dak. finally.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
config/debian/cron.dinstall

index 9b524092754cd7d6d0da35917455a4adf4fd4f72..599a96d4fd2f464df4bd36ecb583dc6d74caa825 100755 (executable)
@@ -284,9 +284,9 @@ function bts() {
 }
 
 function merkel2() {
-    # Push katie@merkel so it syncs the projectb there. Returns immediately, the sync runs detached
+    # Push dak@merkel so it syncs the projectb there. Returns immediately, the sync runs detached
     log "Trigger merkels projectb sync"
-    ssh -2 -o BatchMode=yes -o SetupTimeOut=30 -o ConnectTimeout=30 -i ~/.ssh/push_merkel_projectb katie@merkel.debian.org sleep 1
+    ssh -2 -o BatchMode=yes -o SetupTimeOut=30 -o ConnectTimeout=30 -i ~/.ssh/push_merkel_projectb dak@merkel.debian.org sleep 1
 }
 
 function runparts() {