[aur-dev] [PATCH] FS#45834 - Remove trailing slash from git https://link.git/

Lukas Fleischer lfleischer at archlinux.org
Fri Aug 14 04:53:36 UTC 2015


On Wed, 12 Aug 2015 at 13:20:37, Stefan Auditor wrote:
> Signed-off-by: Stefan Auditor <stefan.auditor at erdfisch.de>
> ---
>  conf/config.proto | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/conf/config.proto b/conf/config.proto
> index 2fbc27a..b2198e5 100644
> --- a/conf/config.proto
> +++ b/conf/config.proto
> @@ -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
> [...]

As I already mentioned in the bug report, this is a regression in Git
that will be fixed in the next Git maintenance release...


More information about the aur-dev mailing list