]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
liveboot_rsync: do not rsync onto mgmt-qa
authorDongsu Park <dongsu.park@profitbricks.com>
Tue, 29 Jul 2014 10:27:40 +0000 (12:27 +0200)
committerDongsu Park <dongsu.park@profitbricks.com>
Tue, 29 Jul 2014 10:27:40 +0000 (12:27 +0200)
liveboot_rsync fails every time as mgmt-qa is dead since months.
Disable the rsync-ing temporarily.

liveboot_rsync.sh

index 4c095822168388a45c7f8b4c7ac9423d66a529fc..834cd31d68fa04d334b35a725295901d5ecceffd 100755 (executable)
@@ -53,7 +53,7 @@ done
 echo
 ping_and_rsync $RSYNC_DST1 "mirror to r+i"
 ping_and_rsync $RSYNC_DST3 "mirror to DC1+2"
-ping_and_rsync $RSYNC_DST2 "mirror to staging"
+#ping_and_rsync $RSYNC_DST2 "mirror to staging"
 
 du -sh /srv/mirror/liveboot
 figlet "OK"