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>
This commit is contained in:
Lukas Fleischer 2015-01-30 07:34:26 +01:00
parent a28d4f8e3e
commit cc1e8aed30
31 changed files with 73 additions and 176 deletions

View file

@ -2,7 +2,7 @@
Description=AUR OpenSSH Per-Connection Daemon
[Service]
ExecStart=-/srv/http/aur/openssh/sshd -i -f /srv/http/aur/.ssh/sshd_config
ExecStart=-/srv/http/aurweb/openssh/sshd -i -f /srv/http/aurweb/.ssh/sshd_config
User=aur
StandardInput=socket
StandardError=syslog

View file

@ -19,11 +19,11 @@ cache-static-ttl=60
root-title=AUR Package Repositories
root-desc=Web interface to the AUR Package Repositories
header=/srv/http/aur/web/template/cgit/header.html
footer=/srv/http/aur/web/template/cgit/footer.html
header=/srv/http/aurweb/web/template/cgit/header.html
footer=/srv/http/aurweb/web/template/cgit/footer.html
max-repodesc-length=50
max-blob-size=2048
max-stats=year
enable-http-clone=1
scan-path=/srv/http/aur/repos/
scan-path=/srv/http/aurweb/repos/

View file

@ -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