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

Removed bogus (hopefully) checkout

This commit is contained in:
Ciaran Gultnieks 2013-10-23 15:57:02 +01:00
parent fe720343c2
commit 548c5f606c

View File

@ -1155,7 +1155,8 @@ 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 ref:
vcs.gotorevision(ref)
if raw:
return vcs