mbox series

[0/2] add SSH command 'list-voted'

Message ID CAAue4xykdx4cMq4mhEdDSLeEbL8SWy15VkCvm5GvLN2E7xGN9A@mail.gmail.com
Headers show
Series add SSH command 'list-voted' | expand

Message

Simon Legner April 3, 2018, 7:18 p.m. UTC
This patch adds the command `ssh aur@aur.archlinux.org list-voted`.
Please CC replies.

Simon Legner (2):
  db.py: extract commonly used fetch_userid function
  serve.py: add support for 'list-voted'

 aurweb/db.py            |  7 ++++
 aurweb/git/serve.py     | 86 +++++++++++++++++--------------------------------
 test/t1200-git-serve.sh | 22 +++++++++++++
 3 files changed, 59 insertions(+), 56 deletions(-)