ChangelogΒΆ
This document records the main changes to the sdss_install code.
1.1.0 unreleased
- [Feature] #29: Grab latest tag of sdss_install during install for robustness
- [Feature]: Implemented subprocessing of git commands for version validation
- [Feature]: Added custom
Module(s)class for improved system handling of module files - [Feature] #25: Added support for Mac Brew installed modules
- [Feature] #42: Added new
sdss_install_versionscript to check version of the currently checked out Git branch or tag. - [Feature] #39: Added support for installation of external dependencies
- [Feature] #47: Added new command line option
--httpsenables the user to use sdss_install with either https or ssh. - [Feature] #45: New
--skip-git-verdirsoption to turn off use of version sub-directories for git repos - [Feature] #48: Use of custom
sdss_install.ymlconfig file for loading of parameters and environment variables - [Feature] #12: Added new environment variables to customize GIT and SVN product and modulefile locations
- [Feature] #12: Added new configuration bash sript to aid setup during sdss_install bootstrap
- [Feature] #48: new
--github-urloption to optionally set a different public git url - [Bug] #48: synchronized package version with tag versions
- [Support] #48: Set up testing on Travis-CI
- [Support] #48: Initial test suite for better failure tracking and robustness
- [Support] #48: Updated changelog
- [Support] #7: Added sphinx documentation for readthedocs
1.0.4 2019-07-02
1.0.3 2019-05-16
- [Feature]: Added custom
Module(s)class for improved system handling of module files
1.0.2 2019-05-13
1.0.1 2019-05-13
- [Feature]: GraphQL product/version validation of Github repos
- [Feature]: Initial release of
sdss_install