kano-repository-manager
kano-repository-manager copied to clipboard
Managing small Debian repositories
From recent attempts to deploy, I think that the debian dependencies listed in the wiki are not correct (at least in jessie). I think that the following work: ``` git...
This changeset will allow DR to cross compile a package. Initial preliminary changeset, needs more work.
https://trello.com/c/MAJSh2Bd/219-3-make-a-rc-package-build-script-or-modify-dr-so-dr-update-can-work-from-a-specific-branch Currently, the way of determining which branch should be used, should the branch CLI option not be provided, is to use the currently checked out branch. This makes it...
Note how version `2.10-x` is listed after `2.9-x`: The rest are listed in proper order, this should be likewise.
Currently we have to remove any non-ascii characters from control files before importing a debian package into dr. This is a bit awkward as they are often part of someone's...
kano-settings currently has a build dependency on kano-toolset, which has a dependency on dbus, which runs a dbus-daemon which opens a file in /proc. This prevents dr from unmounting the...
Sometimes it is useful to be able to regenerate it. The chroot for the supported build environments is being generated at the creation of the repo and stored as a...
Need to update: - [ ] text - [ ] graphs to mention the newly added `release-urgent` suite and how to get packages into it.
--- Github's technique for PRs is to fork the repo, create a new branch with the new feature and then submit a PR to the original repo. If it is...
The [executable](https://github.com/KanoComputing/kano-repository-manager/blob/master/bin/dr#L411) doesn't have a long description. It would be nice to add one using Thor. ### What needs to be done 1. Write up a short paragraph about what...