[aur-dev] [PATCH] git-serve: Use `pkgbase` for errors about invalid names
Lukas Fleischer
lfleischer at archlinux.org
Mon Jun 8 10:44:24 UTC 2015
On Mon, 08 Jun 2015 at 11:49:38, Wieland Hoffmann wrote:
> `repo` is not defined at the point it's used, so you would get errors
> like
>
> > Traceback (most recent call last):
> > File "/srv/http/vhosts/aur-dev.archlinux.org/public/git-interface/git-serve.py", line 138, in <module>
> > die('%s: invalid repository name: %s' % (action, repo))
> > NameError: name 'repo' is not defined
> ---
> git-interface/git-serve.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> [...]
Applied, thanks!
More information about the aur-dev
mailing list