mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-18 20:50:10 +01:00
fetchsrclibs: disable preparation
This commit is contained in:
parent
edc8c88223
commit
e6c186c566
@ -32,7 +32,7 @@ def main():
|
|||||||
vcs.gotorevision('HEAD', refresh=False)
|
vcs.gotorevision('HEAD', refresh=False)
|
||||||
for build in app.get('Builds', []):
|
for build in app.get('Builds', []):
|
||||||
for lib in build.srclibs:
|
for lib in build.srclibs:
|
||||||
srclibpaths.append(common.getsrclib(lib, srclib_dir, build=build))
|
srclibpaths.append(common.getsrclib(lib, srclib_dir, prepare=False, build=build))
|
||||||
print('Set up srclibs:')
|
print('Set up srclibs:')
|
||||||
pprint.pprint(srclibpaths)
|
pprint.pprint(srclibpaths)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user