LME icon indicating copy to clipboard operation
LME copied to clipboard

Determine if we should break up deploy.sh now.

Open llwaterhouse opened this issue 1 year ago • 2 comments

llwaterhouse avatar Jan 12 '24 22:01 llwaterhouse

deploy.sh is a large file and if multiple people need to work on it at the same time, it will be difficult to merge.

We will eventually need to rewrite deploy.sh into python in order to comply with the SBOM. That would be a natural time to break up the deploy script.

Would it make sense to do a preliminary break up of the file now?

llwaterhouse avatar Jan 12 '24 22:01 llwaterhouse

I would like to get the functions into a library at least. We have to be careful when moving functions into libraries with bash. They can output things that mess up capturing the return values from the functions.

cbaxley avatar Jan 13 '24 11:01 cbaxley