X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fbuildor%2Frefresh_gffs_build.sh;h=dc255929e3040cfdda487e515257f33ac6e0b715;hb=dc4a2619152e7f2068c8be063094765feaeecc74;hp=8eb04e8751ef72371bf993cabcf0af72a205dffd;hpb=8cae6bcb0a4c8962c18d50f7323558dddf299b2f;p=feisty_meow.git diff --git a/scripts/buildor/refresh_gffs_build.sh b/scripts/buildor/refresh_gffs_build.sh index 8eb04e87..dc255929 100644 --- a/scripts/buildor/refresh_gffs_build.sh +++ b/scripts/buildor/refresh_gffs_build.sh @@ -1,9 +1,10 @@ #!/bin/bash -source $FEISTY_MEOW_SCRIPTS/buildor/gffs_builders.sh +source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh" +source "$FEISTY_MEOW_SCRIPTS/buildor/gffs_builders.sh" echo stopping any running genesis processes... -bash $XSEDE_TEST_ROOT/library/zap_genesis_javas.sh +bash $GFFS_TOOLKIT_ROOT/library/zap_genesis_javas.sh export GFFS_LOGS="$HOME/.GenesisII" @@ -13,15 +14,15 @@ echo cleaning out the logs directory... echo making a simple starting log file for container... if [ ! -d "$GFFS_LOGS" ]; then mkdir -p "$GFFS_LOGS" - check_result Making GFFS logs directory. + test_or_die Making GFFS logs directory. fi echo building the code freshly, although not with a clean first... build_gffs -check_result Building GFFS source code. +test_or_die Building GFFS source code. echo starting container now and spooling its log file... -(bash $XSEDE_TEST_ROOT/library/maybe_restart_container.sh &>$TMP/container_restarty.log & ) +(bash $GFFS_TOOLKIT_ROOT/library/maybe_restart_container.sh &>$TMP/main_container_restarting.log & ) # snooze a bit so the container gets a chance to write something. sleep 4 tail -f ~/.GenesisII/container.log