mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Use setuptools to install Python modules
Instead of using relative imports, add support for installing the config and db Python modules to a proper location using setuptools. Change all git-interface scripts to access those modules from the search path. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
1946486a67
commit
dc3fd60715
10 changed files with 66 additions and 42 deletions
|
@ -2,6 +2,10 @@ TEST_DIRECTORY="$(pwd)"
|
|||
|
||||
. ./sharness.sh
|
||||
|
||||
# Configure python search path.
|
||||
PYTHONPATH="$TEST_DIRECTORY/../../"
|
||||
export PYTHONPATH
|
||||
|
||||
# Configure paths to the Git interface scripts.
|
||||
GIT_AUTH="$TEST_DIRECTORY/../git-auth.py"
|
||||
GIT_SERVE="$TEST_DIRECTORY/../git-serve.py"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue