When we talked the plan was to save a file on the disk with all the repositories.
I propose to build a repository server that will help users discover the existing repositories. No need for UI for registering and listing existing repositories.
I think it can be part of the makefile to upload and stop the server.
Then, we can have CLI that adds repository and lists repositories.
Deleting will be possible only by the admin.
We will also need update.
Another idea:
- when you upload a repository (since its CLI) it will move it to $HERA_REPOSITORY/... directory.
That way, all repositories are maintained in one place and its easy to move between systems.
- We can also allow only to the admin to add repositories.
@erasta What do you think?
When we talked the plan was to save a file on the disk with all the repositories.
I propose to build a repository server that will help users discover the existing repositories. No need for UI for registering and listing existing repositories.
I think it can be part of the makefile to upload and stop the server.
Then, we can have CLI that adds repository and lists repositories.
Deleting will be possible only by the admin.
We will also need update.
Another idea:
That way, all repositories are maintained in one place and its easy to move between systems.
@erasta What do you think?