mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-13 02:30:11 +01:00
Removed bogus (hopefully) checkout
This commit is contained in:
parent
fe720343c2
commit
548c5f606c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user