mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 16:02:33 +03:00
More srclib-related fixing
This commit is contained in:
parent
684b8509e8
commit
e86aab59b6
1 changed files with 1 additions and 0 deletions
|
@ -1045,6 +1045,7 @@ def getsrclib(spec, srclib_dir, sdk_path, ndk_path="", mvn3="", basepath=False,
|
||||||
|
|
||||||
if not preponly:
|
if not preponly:
|
||||||
vcs = getvcs(srclib["Repo Type"], srclib["Repo"], sdir, sdk_path)
|
vcs = getvcs(srclib["Repo Type"], srclib["Repo"], sdir, sdk_path)
|
||||||
|
vcs.srclib = (name, sdir)
|
||||||
vcs.gotorevision(ref)
|
vcs.gotorevision(ref)
|
||||||
|
|
||||||
if raw:
|
if raw:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue