kano-repository-manager
kano-repository-manager copied to clipboard
Managing small Debian repositories
If the repo has more than one component configured, there should be a switch on `dr add` to assign it to a specific component: ``` dr add --git --component drivers...
`dr` colour codes package names when it prints them to the terminal. However, it uses the same colour when it refers to source packages and binary deb ones. It would...
The [scriptster](https://rubygems.org/gems/scriptster) gem implements slightly improved version of the `Logger` and `ShellCmd` classes. Remove them and use the gem instead. ### What needs to be done 1. Add a dependency...
Something like `dr build kano-blocks make-pong` to build both Kano-Blocks and Make-Pong. ### What needs to be done 1. Investigate how could we extend the interface of `dr build` to...
It would be nice to support **fpm** as an alternative to **debuild** for building packages. It seems to be much simpler and sufficient for most packages anyway. **Suggested-By**: Jose Diaz-Gonzalez
In many cases it would be useful to be able to manually intervene to try different things during a package build in case something is wrong without having to go...
There is a tool that supports package builds from git (just as **dr** does), called **git-pacakgebuild**. It could be easier to work with instead of building in a foreign chroot....
Having a command to show sub-packages that are built from a single source. Something like: ``` dr list subpackages raspberrypi-firmware ``` ### What needs to be done 1. Add a...
Currently, if your repository key is protected by a passphrase, `dr` will fail using it when signing builds with the repository key. ### What needs to be done 1. Investigate...
Add a pretty digest of which packages were rebuilt during a `dr update`, from which revision to which and whether the build was passed or failed. Nobody really reads the...