ENH: Add a script to update the ITK tag as required in files#641
Conversation
@dzenanz I do agree that this would make things easier and cleaner. That would require cloning each remote, may be using CMake to checkout them out. I usually do the editions to the remotes outside my ITK source tree, and I am not too familiar with dealing repositories or submodules inside another repository. I would need to investigate how they are cloned, whether cloning within the ITK folder creates a per-remote git history and corresponding branches, etc. Also, the relative path solution assumes that all I haven't got the bandwith to address the relative location improvement right now, so for now I will stick to the input arguments. But at some point in time (i.e. not in the short term) I will investigate the above and propose the changes to the script. That should also facilitate using scripts that apply changes over all modules. |
Add a script to update the ITK tag as required in - `azure-pipelines.yaml` Azure pipelines configuration file. - `setup.py` Python setup files. usually in the `Remote` modules.
84407eb to
e0fe885
Compare
…ateRequiredITKVersionInFiles ENH: Add a script to update the ITK tag as required in files
Add a script to update the ITK tag as required in
azure-pipelines.yamlAzure pipelines configuration file.setup.pyPython setup files.usually in the
Remotemodules.PR Checklist
Refer to the ITK Software Guide for
further development details if necessary.