You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The script ./script/setup.sh is getting bigger and currently contains functionalities of different types:
setup git submodules
setup configuration
initialization and installation
My suggestion is to split it into multiple files which are imported to the "main" setup script. Such a modular structure is more maintainable, and easier for those who only picks desired parts of it to build a TDP cluster template like us at EDF.
The text was updated successfully, but these errors were encountered:
sergkudinov
changed the title
Refactor setup.sh script file to smaller files
Split setup.sh script file to smaller files
Mar 3, 2023
sergkudinov
changed the title
Split setup.sh script file to smaller files
Modularize the setup.sh script
Mar 3, 2023
The script ./script/setup.sh is getting bigger and currently contains functionalities of different types:
My suggestion is to split it into multiple files which are imported to the "main" setup script. Such a modular structure is more maintainable, and easier for those who only picks desired parts of it to build a TDP cluster template like us at EDF.
The text was updated successfully, but these errors were encountered: