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/cgitrc.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/cgitrc.proto')
-rw-r--r-- | conf/cgitrc.proto | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/cgitrc.proto b/conf/cgitrc.proto index e2b68922..86b410b8 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/ |