fasrc / helmod

Harvard Extensions for Lmod deployment
http://rc.fas.harvard.edu/helmod
Other
28 stars 5 forks source link

Configure build directories and build host in setup.sh. #7

Closed greyspectrum closed 6 years ago

greyspectrum commented 6 years ago

This PR makes two simple changes:

-Previously, the build host defined as "builds" and would print an error if the hostname did not match. We now have two build hosts, "builds" and "builds02." Now, if the hostname does not match either of those, the error will be printed.

-Necessary build directories, "BUILD" and "appdata," are created by default, so that they do not have to be created manually.