mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Removed bogus (hopefully) checkout
This commit is contained in:
parent
fe720343c2
commit
548c5f606c
1 changed files with 2 additions and 1 deletions
|
|
@ -1155,6 +1155,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)
|
||||
if ref:
|
||||
vcs.gotorevision(ref)
|
||||
|
||||
if raw:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue