Reorganize Git interface scripts
commitd4fe77ac572ef0e60c9ffa5f987c9cda448cf9f2
authorLukas Fleischer <lfleischer@archlinux.org>
Sat, 8 Oct 2016 12:19:11 +0000 (8 14:19 +0200)
committerLukas Fleischer <lfleischer@archlinux.org>
Sat, 8 Oct 2016 12:25:43 +0000 (8 14:25 +0200)
tree509f59c92a2a555a1e743f0ea689c5766c36319a
parente182ba0c42a9d2b2afecb8da32d00f634999935e
Reorganize Git interface scripts

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>
12 files changed:
INSTALL
README
aurweb/git/auth.py [moved from git-interface/git-auth.py with 100% similarity]
aurweb/git/serve.py [moved from git-interface/git-serve.py with 100% similarity]
aurweb/git/update.py [moved from git-interface/git-update.py with 100% similarity]
conf/config.proto
git-interface/Makefile [deleted file]
git-interface/__init__.py [deleted file]
git-interface/config.mk [deleted file]
git-interface/git-auth.sh.in [deleted file]
setup.py
test/setup.sh