mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 07:20:29 +03:00
Make maven executable path accessible in prebuild/init
This commit is contained in:
parent
372cd28881
commit
d302c669bd
4 changed files with 15 additions and 14 deletions
|
|
@ -259,7 +259,7 @@ def build_local(app, thisbuild, vcs, build_dir, output_dir, extlib_dir, tmp_dir,
|
|||
# Prepare the source code...
|
||||
root_dir = common.prepare_source(vcs, app, thisbuild,
|
||||
build_dir, extlib_dir, sdk_path, ndk_path,
|
||||
javacc_path, verbose)
|
||||
javacc_path, mvn3, verbose)
|
||||
|
||||
# Scan before building...
|
||||
buildprobs = common.scan_source(build_dir, root_dir, thisbuild)
|
||||
|
|
@ -505,9 +505,8 @@ def main():
|
|||
|
||||
global options
|
||||
# Read configuration...
|
||||
global build_server_always, mvn3
|
||||
build_server_always = False
|
||||
mvn3 = "mvn3"
|
||||
globals()['build_server_always'] = False
|
||||
globals()['mvn3'] = "mvn3"
|
||||
execfile('config.py', globals())
|
||||
options, args = parse_commandline()
|
||||
if build_server_always:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue