Re: [aur-dev] [PATCH] False 'File Request' buttons for unconfirmed users

2015-06-12 Thread Lukas Fleischer
On Thu, 11 Jun 2015 at 00:35:59, Gordian Edenhofer wrote: On Wed, 2015-06-10 at 20:45 +0200, Marcel Korpel wrote: * Gordian Edenhofer gordian.edenho...@gmail.com (Wed, 10 Jun 2015 19:56:12 +0200): Displaying flag, notify, vote and file requet buttons for users which did not authenticate

[aur-dev] [PATCH] git-serve: Fix cloning with paths not starting with /

2015-06-12 Thread Johannes Löthberg
Signed-off-by: Johannes Löthberg johan...@kyriasis.com --- git-interface/git-serve.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/git-interface/git-serve.py b/git-interface/git-serve.py index a6dee13..85f077b 100755 --- a/git-interface/git-serve.py +++

[aur-dev] [PATCH] aurinfo: Fix bug with space indents creating split packages

2015-06-12 Thread Johannes Löthberg
If a .SRCINFO line doesn't start with a tab, check if the key is pkgname before adding it as a package. Fixes a bug where if you have accidentally gotten a line indented with spaces, from that line forward it will think it is a split package, instead of erroring out. Reported-by: Raansu

[aur-dev] [PATCH] git-serve: Support cloning with simplified paths

2015-06-12 Thread Johannes Löthberg
This commit adds support for cloning repositories over SSH without a leading slash or with a trailing .git Fixes FS#45260 Signed-off-by: Johannes Löthberg johan...@kyriasis.com --- git-interface/git-serve.py | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git

[aur-dev] [PATCH] Improve the regular expression to match HTTP clones

2015-06-12 Thread Lukas Fleischer
Specifically check for URIs git-http-backend(1) can handle. This also allows us to make the .git suffix optional. Signed-off-by: Lukas Fleischer lfleisc...@archlinux.org --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index a2a6153..9040c17