mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
fetchsrclibs: disable preparation
This commit is contained in:
parent
edc8c88223
commit
e6c186c566
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue