mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-10 14:56:14 +01:00
894b97d471
The "disabledrun" service commands is marked as deprecated but has no explicit replacement. It is still a useful command for updating packages manually or through a CI system without being forced to run all defined services with the "runall" command. This change adds a new command "manualrun" and a new mode "manual" which behave the same as the deprecated "disabledrun" command and "disabled" mode but have clearer meaning. "manualrun" does not attempt backwards-compatible behavior with the "disabledrun" mode for "disabled" services because "disabled" mode may eventually be removed or change meaning. The "localrun" command is enhanced to consider the "serveronly" mode. Since "disabledrun" never executed services with mode "serveronly", its docs are updated accordingly. |
||
---|---|---|
.. | ||
util | ||
__init__.py | ||
.gitignore | ||
babysitter.py | ||
build.py | ||
checker.py | ||
cmdln.py | ||
commandline.py | ||
conf.py | ||
core.py | ||
credentials.py | ||
fetch.py | ||
grabber.py | ||
meter.py | ||
OscConfigParser.py | ||
oscerr.py | ||
oscssl.py | ||
oscsslexcp.py |