chiark / gitweb /
checkupdates: don't fail when we can't init submodules
authorMarcus Hoffmann <bubuiic@aol.com>
Mon, 4 Dec 2017 14:10:21 +0000 (15:10 +0100)
committerMarcus Hoffmann <bubuiic@aol.com>
Mon, 4 Dec 2017 15:30:37 +0000 (16:30 +0100)
commitdb0a97e8e785197ad0a2a2e90d613d080bf27743
treec0c0f223ee1e85f6130e96910a82c9dce1d37ec6
parent2dcb19d392bb89253573cb190d1af9ff6e7a7224
checkupdates: don't fail when we can't init submodules

Later revisions might have removed the submodules so we want to keep
going when there are no submodules present.
We still abort when there is an error initializing submodules.

Fixes fdroid/fdroidserver#231
fdroidserver/checkupdates.py
fdroidserver/common.py
fdroidserver/exception.py