littlejon / dell-update-mirror

A script written to provide a local mirror copy of the Dell Updates for specific server models, I have only tested and used the mirror that is produced with the Dell Server Lifecycle Controller.
MIT License
23 stars 5 forks source link

Move to python 3, add option to modify Catalog.xml #2

Closed bjozet closed 3 years ago

bjozet commented 3 years ago

Move script to python 3, since python 2 is end of life. Only small modifications required for this.

Options to change Catalog.xml was added to remove the occurance of baseLocationand baseLocationAccessProtocols which are present in the original Catalog from dell. These two variables forces lifecyclecontroller / idrac to fetch updates from the location specified there using that protocol, instead of the mirror this script created. As described in https://github.com/littlejon/dell-update-mirror/issues/1