Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-01-23 | git-serve: Add support for (un-)voting | Lukas Fleischer | 1 | -0/+12 | |
Add support for voting for packages and removing votes from the SSH interface. The syntax is `vote <pkgbase>` resp. `unvote <pkgbase>`. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org> | |||||
2016-12-23 | git-serve: Use Python exceptions for error handling | Lukas Fleischer | 1 | -0/+53 | |
Make it easier to reuse the helper functions provided by git-serve from another Python script by throwing exceptions instead of terminating the program on errors. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org> |