mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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>
This commit is contained in:
parent
7dd78de3fd
commit
3c171d353f
9 changed files with 53 additions and 383 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue