mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Make URIs to the individual cgit pages configurable
Make the locations of the PKGBUILD preview, the log and the snapshot tarball configurable. This increases flexibility and simplifies the code a bit. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
ef142b2312
commit
d1fd6f4897
3 changed files with 15 additions and 9 deletions
|
@ -18,7 +18,6 @@ persistent_cookie_timeout = 2592000
|
|||
max_filesize_uncompressed = 8388608
|
||||
disable_http_login = 1
|
||||
aur_location = https://aur.archlinux.org
|
||||
cgit_uri = https://aur.archlinux.org/cgit/aur.git
|
||||
git_clone_uri_anon = https://aur.archlinux.org/%s.git/
|
||||
git_clone_uri_priv = ssh+git://aur@aur.archlinux.org/%s.git/
|
||||
max_rpc_results = 5000
|
||||
|
@ -26,6 +25,9 @@ aur_request_ml = aur-requests@archlinux.org
|
|||
request_idle_time = 1209600
|
||||
auto_orphan_age = 15552000
|
||||
auto_delete_age = 86400
|
||||
pkgbuild_uri = https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=%s
|
||||
log_uri = https://aur.archlinux.org/cgit/aur.git/log/?h=%s
|
||||
snapshot_uri = https://aur.archlinux.org/cgit/aur.git/snapshot/%s.tar.gz
|
||||
|
||||
[auth]
|
||||
valid-keytypes = ssh-rsa ssh-dss ecdsa-sha2-nistp256 ecdsa-sha2-nistp384 ecdsa-sha2-nistp521 ssh-ed25519
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue