chiark / gitweb /
checkupdates: don't ignore repeated tags
authorDaniel Martí <mvdan@mvdan.cc>
Wed, 16 Mar 2016 16:40:26 +0000 (16:40 +0000)
committerDaniel Martí <mvdan@mvdan.cc>
Wed, 16 Mar 2016 18:15:08 +0000 (18:15 +0000)
commit23ef5b072aa944ffcdadb09c66ca882bb98a29db
tree0ba53af0bc365c6157e9e453a490e89572d11f28
parentf57e61821cebe12b9d39bf708a92459e61c20f7f
checkupdates: don't ignore repeated tags

If multiple tags point at the same commit, limiting the regex search to
one tag per line would only catch one tag. This broke org.wikipedia's
update check.
fdroidserver/common.py