new script for building gffs code without a clean build first, then starting up the...
[feisty_meow.git] / scripts / buildor / refresh_gffs_build.sh
1 #!/bin/bash
2
3 source $FEISTY_MEOW_SCRIPTS/buildor/gffs_builders.sh
4
5 echo stopping any running genesis processes...
6 bash $XSEDE_TEST_ROOT/library/zap_genesis_javas.sh 
7
8 echo building the code freshly, although not with a clean first...
9 build_gffs 
10 if [ $? -ne 0 ]; then
11   echo failed to build the code.
12 fi
13
14 echo starting container now and spooling its log file...
15 (bash $XSEDE_TEST_ROOT/library/maybe_restart_container.sh &>$TMP/container_restarty.log & )
16 tail -f ~/.GenesisII/container.log