edf-hpc / clara

Cluster Administration tools
Other
18 stars 12 forks source link

Handle .dsc and .changes files in plugin "repo" #2

Closed mehdid closed 10 years ago

mehdid commented 10 years ago

"clara repo add" should handle .dsc and .changes files. Corresponding reprepro commands are "includedsc" and "include".

ana commented 10 years ago

Updated. From the doc:

clara repo add <file>...

Add packages to the local repository. can be one or more .deb binaries, .changes files or *.dsc files.

clara repo del <name>...

Remove package to the local repository. is the package to remove, if the package is a source name, it'll remove all the associated binaries.