ESGF / esgf-installer

ESGF P2P Node Installer
https://esgf.llnl.gov/
Other
20 stars 21 forks source link

Fixed version of installer script #549

Closed chrisacbr closed 5 years ago

chrisacbr commented 5 years ago

This is used to locate files from the "dist" mirror to download software components for install. Prior to this fix, the installer was unable to locate the new "esg-search-4.16.0.jar" file.

pchengi commented 5 years ago

@chrisacbr , this should not be done. It could be changed to less confusing placeholder version number, if needed. Our current release management process changes the version and pushes the changed version of the file onto the distribution mirrors, while the version in git remains unchanged.

chrisacbr commented 5 years ago

OK, no worries. In our case we run the installation from a git clone of the installer rather than using the bootstrap process for automation and local customisation reasons so we'll just have to carry this patch locally.