Fix setting keywords in the SSH interface
commit243fb92273de1c8bf5c938a62cb06bd198c97c4c
authorEli Schwartz <eschwartz@archlinux.org>
Thu, 20 Jul 2017 21:51:43 +0000 (20 17:51 -0400)
committerLukas Fleischer <lfleischer@archlinux.org>
Sat, 22 Jul 2017 15:47:34 +0000 (22 17:47 +0200)
tree4d44c3f5febf5e0164cae3550630bb7c09879ced
parentad4acfb9aafe3cbee9c91570d039fcf4873c5762
Fix setting keywords in the SSH interface

This was broken in commit 8914a41db938194efc021f842c89d47ff6b522c9 which
refactored the argument parsing. Instead of checking for at least the
set-keywords command and a pkgbase name, we were checking for *exactly*
the command and pkgbase name, leaving no room for keywords...

As a result, while we could clear the keywords, we could not set them.

Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
aurweb/git/serve.py