Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-11 | git-serve: Close orphan requests upon disown | Lukas Fleischer | |
When disowning a package base via the SSH interface, auto-accept all pending orphan requests for the affected package. Also, add a test case that checks whether (only) orphan requests belonging to disowned packages are closed correctly. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org> | |||
2016-10-08 | Reorganize Git interface scripts | Lukas Fleischer | |
Move the Git interface scripts from git-interface/ to aurweb/git/. Use setuptools to automatically create wrappers which can be installed using `python3 setup.py install`. Update the configuration files, the test suite as well as the INSTALL and README files to reflect these changes. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org> |