Azure / azhpc-images

Azure HPC/AI VM Images
MIT License
95 stars 77 forks source link

Clean up Ubuntu and Alma directories #359

Closed LiquidPT closed 2 months ago

LiquidPT commented 2 months ago

This cleans up extra files within the Ubuntu and Alma directories, consolidating functionality within each of those as much as possible.

Then next step will be to find commonalities between the distros that can be moved to /common

I do not know what the changes to the 3 MD files in root are. When I changed laptops this month, it would not let me discard changes, nor could it show me any visible changes. The comparison here also doesn't show any changes.

yakovdyadkin commented 2 months ago

Do you think the 3 MD file changes are related to line endings, considering line endings are now explicitly set to LF in gitattributes?

LiquidPT commented 2 months ago

Do you think the 3 MD file changes are related to line endings, considering line endings are now explicitly set to LF in gitattributes?

Maybe, though I added tried removing the .gitattributes file and it should let me undo it as well. If it is line0endings, it's probably good to standardize on linux-style anyways.