kano-repository-manager icon indicating copy to clipboard operation
kano-repository-manager copied to clipboard

Managing small Debian repositories

Results 30 kano-repository-manager issues
Sort by recently updated
recently updated
newest added

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...

Enhancement
Intermediate

`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...

Enhancement
Beginner

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...

Beginner
Refactoring

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...

Enhancement
Intermediate

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

Bigger project

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...

Bigger project

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....

Enhancement
Bigger project

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...

Enhancement
Beginner

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...

Bug
Intermediate

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...

Enhancement
Beginner