psychoinformatics-de / datalad-debian

DataLad extension for working with Debian packages and package repositories
Other
2 stars 5 forks source link

`deb-new-reprepro-repository` should likely run `reprepro export` at the end #128

Open mih opened 2 years ago

mih commented 2 years ago

This would give an immediately usable (still empty) repository. In case a distribution builder needs access to a custom archive to pull in additional packages dependencies that this very machinery had put into that archive, running reprepro export at the beginning of the process, would enable configuraing the builder what that APT source right from the start.

The downside is that any archive dataset would starts with a bunch of useless keys.

An alternative would be to add this info to the command documentation.