1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-11 23:23:27 +02:00

More srclib-related fixing

This commit is contained in:
Ciaran Gultnieks 2013-06-25 19:13:36 +01:00
parent 684b8509e8
commit e86aab59b6

View File

@ -1045,6 +1045,7 @@ def getsrclib(spec, srclib_dir, sdk_path, ndk_path="", mvn3="", basepath=False,
if not preponly:
vcs = getvcs(srclib["Repo Type"], srclib["Repo"], sdir, sdk_path)
vcs.srclib = (name, sdir)
vcs.gotorevision(ref)
if raw: