mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 07:22:29 +03:00
Work in progress on integrating build server
This commit is contained in:
parent
d6e390afd6
commit
498e7d3c5f
14 changed files with 334 additions and 116 deletions
|
@ -93,7 +93,7 @@ for app in apps:
|
|||
refreshed_source = True
|
||||
|
||||
# Do the scan...
|
||||
buildprobs = common.scan_source(build_dir)
|
||||
buildprobs = common.scan_source(build_dir, root_dir, thisbuild)
|
||||
for problem in buildprobs:
|
||||
problems.append(problem +
|
||||
' in ' + app['id'] + ' ' + thisbuild['version'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue