From 3a496f70d36060c675ac4d00129de06a796d2016 Mon Sep 17 00:00:00 2001 From: Mathias Klette Date: Fri, 31 Aug 2012 17:20:34 +0200 Subject: [PATCH] make first build-id print copy&pastable, add docs for activation --- live_build.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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" -- 2.39.5