]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
make first build-id print copy&pastable, add docs for activation
authorMathias Klette <mathias.klette@profitbricks.com>
Fri, 31 Aug 2012 15:20:34 +0000 (17:20 +0200)
committerMathias Klette <mathias.klette@profitbricks.com>
Fri, 31 Aug 2012 15:20:34 +0000 (17:20 +0200)
live_build.sh

index 878c82900906e36ba801945b0d15d6622e549287..26fe61f72c66c5291cb0f5b3b6e9b60513baa0ca 100755 (executable)
@@ -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"