From: Benjamin Drung Date: Tue, 23 Dec 2014 16:04:12 +0000 (+0100) Subject: liveboot_rsync.sh: change order of liveboot rsync destinations X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=65af92f63eb13ba1782875c12af8aca78699431b;p=profitbricks%2Fjenkins-build-scripts.git liveboot_rsync.sh: change order of liveboot rsync destinations mgmt-qa is working again and should get the liveboot version before copying it into the production mgmt system. --- diff --git a/liveboot_rsync.sh b/liveboot_rsync.sh index 4c09582..5af98e6 100755 --- a/liveboot_rsync.sh +++ b/liveboot_rsync.sh @@ -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"