alces-software / adminware

A sandbox CLI for running commands remotely across nodes
1 stars 0 forks source link

Altered Duplicated code between repos #135

Open WilliamMcCumstie opened 5 years ago

WilliamMcCumstie commented 5 years ago

The appliance_cli code has been duplicated across various repos: https://github.com/alces-software/userware https://github.com/alces-software/imageware

This is going to start to cause maintainability issues and should be created into a shared library. To complicate the issue, the code base has changed slightly in adminware. The PR responsible for the change will be linked to this issue.

WilliamMcCumstie commented 5 years ago

We should also do this TODO: https://github.com/alces-software/adminware/blob/d0149e77277b86147b0e327ba291952a3a84dd2c/src/appliance_cli/command_generation.py#L122