Skip to content

Commit

Permalink
The osx machine andey is out of business for the time being
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-alexandrov committed Dec 6, 2017
1 parent 0b78a53 commit a4cb027
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion auto_build/launch_master.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ releaseDir="/byss/docroot/stereopipeline/daily_build"
link="http://byss.arc.nasa.gov/stereopipeline/daily_build"
masterMachine="lunokhod1"
virtualMachines="centos-6"
buildMachines="andey $virtualMachines"
buildMachines="$virtualMachines" # andey is out for an upgrade or forver
#buildMachines="andey $virtualMachines"

resumeRun=0 # Must be set to 0 in production. 1=Resume where it left off.
if [ "$(echo $* | grep resume)" != "" ]; then resumeRun=1; fi
Expand Down

0 comments on commit a4cb027

Please sign in to comment.