chiark / gitweb /
checkupdates: work around multiple package ids
authorDaniel Martí <mvdan@mvdan.cc>
Fri, 30 Oct 2015 18:03:53 +0000 (19:03 +0100)
committerDaniel Martí <mvdan@mvdan.cc>
Fri, 30 Oct 2015 18:03:53 +0000 (19:03 +0100)
commit3ace102bd520de0cdc4f70c09f7b6a179c9d24db
tree9c568acde27b5f8426c7014fe6ac6054e7c545d6
parent2de274326a507b1c05863bd03d1ac5a8e33659f3
checkupdates: work around multiple package ids

If there are multiple package ids in a build.gradle file and the first
one we don't want, checkupdates would get stuck. Make it ignore any
package id that we don't want so that it can get past that.
fdroidserver/checkupdates.py
fdroidserver/common.py
fdroidserver/import.py