mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-13 02:30:11 +01:00
Ensure correct exit code from buildserver build
This commit is contained in:
parent
b4293fb9d6
commit
fa2b787b92
@ -705,6 +705,10 @@ def parse_commandline():
|
||||
help="Update the wiki")
|
||||
options, args = parser.parse_args()
|
||||
|
||||
# Force --stop with --on-server to get cotrect exit code
|
||||
if options.onserver:
|
||||
options.stop = True
|
||||
|
||||
# The --install option implies --test and --force...
|
||||
if options.install:
|
||||
if options.server:
|
||||
|
Loading…
Reference in New Issue
Block a user