diff options
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 |