1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-01 00:30:13 +02:00

fetchsrclibs: disable preparation

This commit is contained in:
FestplattenSchnitzel 2021-04-12 22:11:07 +02:00
parent edc8c88223
commit e6c186c566
No known key found for this signature in database
GPG Key ID: 1B4181FC97673B9D

View File

@ -32,7 +32,7 @@ def main():
vcs.gotorevision('HEAD', refresh=False)
for build in app.get('Builds', []):
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:')
pprint.pprint(srclibpaths)