ESGF / esgf-installer

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

Convert globus-connect-esgf to static file #491

Closed William-Hill closed 6 years ago

William-Hill commented 6 years ago

The globus-connect-esgf file currently gets written to the file path using Python I/O operations. The file is static so it can just be pre-made and copied into place.

William-Hill commented 6 years ago

Resolved by PR #501