mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 07:20:29 +03:00
Made maven executable configurable
This commit is contained in:
parent
6274d071a7
commit
7a0df25525
5 changed files with 11 additions and 3 deletions
|
|
@ -34,6 +34,9 @@ from common import VCSException
|
|||
def main():
|
||||
|
||||
# Read configuration...
|
||||
global build_server_always, mvn3
|
||||
build_server_always = False
|
||||
mvn3 = "mvn3"
|
||||
execfile('config.py', globals())
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue