cobbler / libcobblersignatures

Library for working with cobbler signatures
GNU General Public License v2.0
4 stars 5 forks source link

Integrate this project into the main server #44

Open SchoolGuy opened 2 years ago

SchoolGuy commented 2 years ago

As a developer
I want be able to not maintain duplicated code in relation to distro_signatures.json so that I can take advantage of the advanced functionality of this library in the main server.


Some remarks for this issue:


My idea for the timeline is the following:


Code usages I was able to identify:

Additionally the CLI has some usages but we ignore those as we will not put effort into a deprecated CLI. The effort needs to be put into the Golang CLI. This CLI can be progressed as soon as https://github.com/cobbler/cobbler/issues/3164 (with PR https://github.com/cobbler/cobbler/pull/3244) is fixed (merged) and we have merged https://github.com/cobbler/cobblerclient/pull/10 on the CLI.