1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-12 23:56:13 +01:00

Document deprecated "service disabledrun" and "service localrun" commands

Fixes: #282 ("service disabledrun is not documented")
This commit is contained in:
Marcus Huewe 2017-03-31 10:32:55 +02:00
parent bbd5a92226
commit ae591a82fc

View File

@ -6508,6 +6508,9 @@ Please submit there instead, or use --nodevelproject to force direct submission.
specified source service. In case parameters exist for this one in _service file
they are used.
runall ra run all services independend of the used mode
localrun lr run all services except the ones with mode "buildtime", "disabled", or
"serveronly" (deprecated)
disabledrun dr run all services with mode "disabled" or "serveronly" (deprecated)
remoterun rr trigger a re-run on the server side
merge commits all server side generated files and drops the _service definition
wait waits until the service finishes and returns with an error if it failed