mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
Fix build passing madness (closes #55)
This commit is contained in:
parent
388665ff43
commit
371e64dfc2
2 changed files with 12 additions and 10 deletions
|
|
@ -1051,7 +1051,7 @@ def main():
|
|||
# Set up vcs interface and make sure we have the latest code...
|
||||
logging.debug("Getting {0} vcs interface for {1}"
|
||||
.format(app['Repo Type'], app['Repo']))
|
||||
vcs = common.getvcs(app['Repo Type'], app['Repo'], build_dir, build)
|
||||
vcs = common.getvcs(app['Repo Type'], app['Repo'], build_dir)
|
||||
|
||||
first = False
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue