]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
liveboot_rsync.sh: change order of liveboot rsync destinations
authorBenjamin Drung <benjamin.drung@profitbricks.com>
Tue, 23 Dec 2014 16:04:12 +0000 (17:04 +0100)
committerBenjamin Drung <benjamin.drung@profitbricks.com>
Tue, 23 Dec 2014 16:04:12 +0000 (17:04 +0100)
mgmt-qa is working again and should get the liveboot version before copying
it into the production mgmt system.

liveboot_rsync.sh

index 4c095822168388a45c7f8b4c7ac9423d66a529fc..5af98e6c88818a339b71b21baea6a8fdddfcc45f 100755 (executable)
@@ -52,8 +52,8 @@ 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_DST3 "mirror to DC1+2"
 
 du -sh /srv/mirror/liveboot
 figlet "OK"