]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
correct rsync destionation 2 and make 'set -e' work as expected
authorHolger Levsen <holger@layer-acht.org>
Thu, 6 Sep 2012 16:15:14 +0000 (18:15 +0200)
committerHolger Levsen <holger@layer-acht.org>
Thu, 6 Sep 2012 16:15:14 +0000 (18:15 +0200)
liveboot_build.sh

index 58d4143fc57764c1f17e2e320430d5b5e234a2d0..5014b206562fcda1232c7b02bf20855f7ea54959 100755 (executable)
@@ -5,6 +5,7 @@
 
 
 set -e
+
 export
 
 export DIST=squeeze 
@@ -38,7 +39,7 @@ RSYNC_FILTER=''
 # ri server
 RSYNC_DST1="liveboot@riserver/liveboot/" 
 # pbb
-RSYNC_DST2="liveboot@10.254.1.1/livebuild/"
+RSYNC_DST2="liveboot@10.254.1.1/liveboot/"
 
 figlet "still work in progress, but... getting there"
 
@@ -69,9 +70,11 @@ sudo rm liveboot -Rf
 #
 echo
 echo "Now rsyncing results to $RSYNC_DST1 ..."
-rsync --password-file /etc/rsynclivebuild-send.pass -avv --delete --delete-excluded $RSYNC_FILTER $RSYNC_SRC/ rsync://$RSYNC_DST1 && figlet "mirror OK"
+rsync --password-file /etc/rsynclivebuild-send.pass -avv --delete --delete-excluded $RSYNC_FILTER $RSYNC_SRC/ rsync://$RSYNC_DST1 
+figlet "mirror to r+i OK"
 echo "Now rsyncing results to $RSYNC_DST1 ..."
-rsync --password-file /etc/rsynclivebuild-send.pass -avv --delete --delete-excluded $RSYNC_FILTER $RSYNC_SRC/ rsync://$RSYNC_DST2 && figlet "mirror OK"
+rsync --password-file /etc/rsynclivebuild-send.pass -avv --delete --delete-excluded $RSYNC_FILTER $RSYNC_SRC/ rsync://$RSYNC_DST2 
+figlet "mirror to pbb OK"
 
 #
 # cleanup /srv/mirror, keep MAX number of images