chiark / gitweb /
checkupdates: don't blindly accept subdir
authorDaniel Martí <mvdan@mvdan.cc>
Mon, 26 Oct 2015 15:29:26 +0000 (16:29 +0100)
committerDaniel Martí <mvdan@mvdan.cc>
Mon, 26 Oct 2015 15:29:26 +0000 (16:29 +0100)
commitd141bd1be0f06aeeb15f014c5da9358fe325b1ca
treeebc3ea74b603038a8c8f4a910c9c7fad3579f050
parentda92845f9cc071dddaca6e0e414535c783d4d6b7
checkupdates: don't blindly accept subdir

This is unnecessary because dirs_with_manifest will pick it up anyway.
But the problem manifested because we weren't checking the package id
here.
fdroidserver/checkupdates.py