Skip to content

WIP Hwr repository rename

Marcus Oskarsson requested to merge github/fork/rhfogh/HWRrepository-RENAME into master

Created by: rhfogh

Renamed HardwareRepository and HardwareObjects. It was not too hard, since the vast majoarity of references was in imort statements.

Comments:

  • Rename is to mx3core. This is not to pre-empt the choice but just to have something to work with. We can get whatever name we want by a simple gobal replace.
  • The following has not been changed:
    • HardwareRepository.xml/
    • References to HardwareRepository.py
    • *.md documentation files
    • URLs
    • edna config file paths
    • Comments referring to the HardwareRepository submodule

NB I have not actually renamed the HardwareRepository directory!!! This is because renaming the top directory in the git repository throws git into a tizzy. For testing you can put in a softlink linking mx3core to HardwareRepository. Finishing this task will require interaction with the submodule setup, which is not my forte.

NB I have not tested this, since I do not have a functional setup for the master branch. Could someone else take over here?

As regards HardwareObjects, the renaming to hardware_objects was straightforward. A simple global search for HardwareObjects will show what has been left untouched.

Merge request reports