summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorLukas Fleischer <archlinux@cryptocrack.de>2015-01-30 07:34:26 +0100
committerLukas Fleischer <archlinux@cryptocrack.de>2015-02-04 09:50:01 +0100
commitcc1e8aed3059c62d56bccfc07f3041901cec8ebb (patch)
tree1916ffdf90e6e0e7e227b4410253327ae892b9b8 /conf
parenta28d4f8e3eeefc3c6773e903f956f163380631ff (diff)
downloadaurweb-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')
-rw-r--r--conf/aur-sshd@.service2
-rw-r--r--conf/cgitrc.proto6
-rw-r--r--conf/config.proto10
3 files changed, 9 insertions, 9 deletions
diff --git a/conf/aur-sshd@.service b/conf/aur-sshd@.service
index e29c292..5ec410a 100644
--- a/conf/aur-sshd@.service
+++ b/conf/aur-sshd@.service
@@ -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
diff --git a/conf/cgitrc.proto b/conf/cgitrc.proto
index e2b6892..86b410b 100644
--- a/conf/cgitrc.proto
+++ b/conf/cgitrc.proto
@@ -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/
diff --git a/conf/config.proto b/conf/config.proto
index ac79bd6..b4a381d 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