X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fbuildor%2Frefresh_gffs_build.sh;h=2211879584a437e6b40056782d891f34b467b73b;hb=fcbc81df5d7a6ef433ba7ea567b7e38a4424f946;hp=8976eaf84737ec5aec6f63106bc8d45363eb2597;hpb=d3f90950a4a837077724fbb990b90103202e2bf5;p=feisty_meow.git diff --git a/scripts/buildor/refresh_gffs_build.sh b/scripts/buildor/refresh_gffs_build.sh index 8976eaf8..22118795 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" @@ -12,7 +13,7 @@ echo cleaning out the logs directory... echo making a simple starting log file for container... if [ ! -d "$GFFS_LOGS" ]; then - mkdir "$GFFS_LOGS" + mkdir -p "$GFFS_LOGS" check_result Making GFFS logs directory. fi @@ -21,7 +22,7 @@ build_gffs check_result 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