diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2015-01-30 07:34:26 +0100 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2015-02-04 09:50:01 +0100 |
commit | cc1e8aed3059c62d56bccfc07f3041901cec8ebb (patch) | |
tree | 1916ffdf90e6e0e7e227b4410253327ae892b9b8 /conf/config.proto | |
parent | a28d4f8e3eeefc3c6773e903f956f163380631ff (diff) | |
download | aur-cc1e8aed3059c62d56bccfc07f3041901cec8ebb.tar.gz aur-cc1e8aed3059c62d56bccfc07f3041901cec8ebb.tar.xz |
Rename the AUR software to aurweb
Rename the project to help differentiate between the software providing
access to the Arch User Repository and the collection of source packages
itself.
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'conf/config.proto')
-rw-r--r-- | conf/config.proto | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/conf/config.proto b/conf/config.proto index ac79bd6b..b4a381dd 100644 --- a/conf/config.proto +++ b/conf/config.proto @@ -29,18 +29,18 @@ auto_orphan_age = 15552000 [auth] key-prefixes = ssh-rsa ssh-dss ecdsa-sha2-nistp256 ecdsa-sha2-nistp384 ecdsa-sha2-nistp521 ssh-ed25519 username-regex = [a-zA-Z0-9]+[.\-_]?[a-zA-Z0-9]+$ -git-serve-cmd = /srv/http/aur/scripts/git-integration/git-serve.py +git-serve-cmd = /srv/http/aurweb/scripts/git-integration/git-serve.py ssh-options = no-port-forwarding,no-X11-forwarding,no-pty [serve] -repo-base = /srv/http/aur/repos/ +repo-base = /srv/http/aurweb/repos/ repo-regex = [a-z0-9][a-z0-9.+_-]*$ -template-path = /srv/http/aur/scripts/git-integration/templates/ -git-update-hook = /srv/http/aur/scripts/git-integration/git-update.py +template-path = /srv/http/aurweb/scripts/git-integration/templates/ +git-update-hook = /srv/http/aurweb/scripts/git-integration/git-update.py git-shell-cmd = /usr/bin/git-shell ssh-cmdline = ssh -p 2222 aur@aur.archlinux.org [aurblup] -db-path = /srv/http/aur/scripts/aurblup/ +db-path = /srv/http/aurweb/scripts/aurblup/ sync-dbs = core extra community multilib testing community-testing servers = ftp://mirrors.kernel.org/archlinux/%s/os/x86_64 |