mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Remove trailing slash from git urls
Circumvents the temporary regression in git that clones a repository as foo-git.git instead of foo-git and matches the format used by other commonly used git hosting providers. Fixes FS#45834. Signed-off-by: Stefan Auditor <stefan.auditor@erdfisch.de> Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
7eaab63216
commit
ff659fa05c
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ persistent_cookie_timeout = 2592000
|
|||
max_filesize_uncompressed = 8388608
|
||||
disable_http_login = 1
|
||||
aur_location = https://aur.archlinux.org
|
||||
git_clone_uri_anon = https://aur.archlinux.org/%s.git/
|
||||
git_clone_uri_priv = ssh+git://aur@aur.archlinux.org/%s.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
|
||||
aur_request_ml = aur-requests@archlinux.org
|
||||
request_idle_time = 1209600
|
||||
|
|
Loading…
Add table
Reference in a new issue