chiark / gitweb /
Simplify 'Tags <pattern>' by using regex on top of vcs.gettags()
authorDaniel Martí <mvdan@mvdan.cc>
Mon, 10 Feb 2014 11:20:22 +0000 (12:20 +0100)
committerDaniel Martí <mvdan@mvdan.cc>
Mon, 10 Feb 2014 11:20:22 +0000 (12:20 +0100)
commit409188a4e5c7e970b1acaff9a987f3a909d896a3
tree960737e6882d19ea39c6bbbc3ca204f62eb519e6
parent08607a3cd45827008d7db47fa8d520185ce51588
Simplify 'Tags <pattern>' by using regex on top of vcs.gettags()

This automagically enables support for pattern-based tags for all vcs types
that support Tags
fdroidserver/checkupdates.py
fdroidserver/common.py