diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2015-01-09 10:53:44 +0100 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2015-01-09 13:14:02 +0100 |
commit | 3c171d353f930874593cfa94434b7b5d8e5f9aa8 (patch) | |
tree | 261184b25da4c151567fece536c0d3e43b05b5b4 /conf | |
parent | 7dd78de3fdd8ddebd0037459757ffe1bdaedaf07 (diff) | |
download | aurweb-3c171d353f930874593cfa94434b7b5d8e5f9aa8.tar.xz |
Rewrite aurblup in Python
The AUR backend already uses several Python scripts, rewrite the aurblup
helper as well. This has several advantages:
* We can easily use the main configuration file without using any shell
script wrappers.
* aurblup does not need to be recompiled on libalpm soname bumps.
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/config.proto | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/config.proto b/conf/config.proto index ea6c063..28ac761 100644 --- a/conf/config.proto +++ b/conf/config.proto @@ -37,3 +37,8 @@ repo-base = /srv/http/aur/repos/ repo-regex = [a-z0-9][a-z0-9.+_-]*$ git-update-hook = /srv/http/aur/scripts/git-integration/git-update.py git-shell-cmd = /usr/bin/git-shell + +[aurblup] +db-path = /srv/http/aur/scripts/aurblup/ +sync-dbs = core extra community multilib testing community-testing +servers = ftp://mirrors.kernel.org/archlinux/%s/os/x86_64 |