kano-repository-manager
kano-repository-manager copied to clipboard
Make it harder to push to release
Extend the push command to ask for confirmation when pushing to the stable
suite (similar to what apt-get install pkg
does).
What needs to be done
- Change the push subcommand here to ask for confirmation if the suite is stable.
- Change the
dr build <pkg> -p <suite>
shortcut to pushing to ask for the same confirmation when pushing to stable. - Implement a similar confirmation for
dr unpush
subcommand from stable.