mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-14 06:52:39 +03:00
Lots of build system improvements and fixes
This commit is contained in:
parent
fdc6331eeb
commit
09e296d2de
6 changed files with 66 additions and 57 deletions
|
@ -84,7 +84,7 @@ def main():
|
|||
build_dir = 'build/' + app['id']
|
||||
|
||||
# Set up vcs interface and make sure we have the latest code...
|
||||
vcs = common.getvcs(app['Repo Type'], app['Repo'], build_dir)
|
||||
vcs = common.getvcs(app['Repo Type'], app['Repo'], build_dir, sdk_path)
|
||||
|
||||
for thisbuild in app['builds']:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue