mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 15:30:28 +03:00
Ensure correct exit code from buildserver build
This commit is contained in:
parent
b4293fb9d6
commit
fa2b787b92
1 changed files with 4 additions and 0 deletions
|
|
@ -705,6 +705,10 @@ def parse_commandline():
|
||||||
help="Update the wiki")
|
help="Update the wiki")
|
||||||
options, args = parser.parse_args()
|
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...
|
# The --install option implies --test and --force...
|
||||||
if options.install:
|
if options.install:
|
||||||
if options.server:
|
if options.server:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue