From: Mathias Klette Date: Fri, 31 Aug 2012 15:20:34 +0000 (+0200) Subject: make first build-id print copy&pastable, add docs for activation X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=3a496f70d36060c675ac4d00129de06a796d2016;p=profitbricks%2Fjenkins-build-scripts.git make first build-id print copy&pastable, add docs for activation --- diff --git a/live_build.sh b/live_build.sh index 878c829..26fe61f 100755 --- a/live_build.sh +++ b/live_build.sh @@ -52,7 +52,7 @@ export LIVE_TYPE BUILD_DATE BUILD_ID BUILD_TARGET RSYNC_BASE RSYNC_SRC RSYNC_DST # # Build # -figlet "building $LIVE_TYPE with build_id $BUILD_ID" +echo "building $LIVE_TYPE with build_id $BUILD_ID" | tee -a - | figlet cd pserver.flexible sudo bash ./lb_build.sh mrproper @@ -105,3 +105,8 @@ for i in $(ls -atd1 ./${LIVE_TYPE}-*) ; do done figlet "cleanup OK" + +figlet "activate:" +echo "You still have to activate your newly build live-build on every management server that is going to provide your new build. Please refer to following documentation to find out how to do it: " +echo " * http://homepage.profitbricks.localdomain/doc/so-docs/pserver-diskless-boot/#_activating_live_builds" +echo " * http://homepage.profitbricks.localdomain/doc/so-docs/pserver-diskless-boot/#_fabric_deploy"