-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Right now, when specifying a package/repository locally, you have to add both the repository and the package details in the configuration file.
What about expanding the functionality and the API to have the ability of managing and using just locally registered repositories (without specifying package details locally)?
Where those repositories would be queried (on update/list) for packages available in them.
Example:
oppm localrepo add <userName/repositoryName>
oppm localrepo list
oppm localrepo remove <userName/repositoryName>And in the local configuration file:
{
--default installation path
path="/usr",
--Additional repositories and packages go here, for correct package syntax, check https://github.com/OpenPrograms/Vexatos-Programs/blob/master/op-manager/etc/example-config.cfg
repos={
["YourUsername/YourRepo"],
["AnotherUserYourTrust/AnotherRepository"],
["ThirdUser/ThirdRepo"] = {
["FullySpecifiedLocalPackage"] = {
...
}
},
}
}Metadata
Metadata
Assignees
Labels
No labels