mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
Remove "Srclibs:" from srclib metadata files
They are handled per build, this feature is of little help and practically unused in master.
This commit is contained in:
parent
7a3baa01ed
commit
439cabb7f3
3 changed files with 4 additions and 21 deletions
|
|
@ -348,8 +348,7 @@ def build_server(app, thisbuild, vcs, build_dir, output_dir, force):
|
|||
if thisbuild['srclibs']:
|
||||
for lib in thisbuild['srclibs']:
|
||||
srclibpaths.append(
|
||||
common.getsrclib(lib, 'build/srclib', srclibpaths,
|
||||
basepath=True, prepare=False))
|
||||
common.getsrclib(lib, 'build/srclib', basepath=True, prepare=False))
|
||||
|
||||
# If one was used for the main source, add that too.
|
||||
basesrclib = vcs.getsrclib()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue