1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-11 16:36:14 +01:00

add "osc service runall"

This is up for discussion, but I try to simplify the interface here:
- obsolete "localrun" and "disabledrun". Still implemented, but not anymore
  recommended and documented. can hopefully removed later.
- "runall" is running all services local, also buildtime services
  - files get replaced by the service
  - can be used to get final tar balls to be used with tools like quilt
This commit is contained in:
Adrian Schröter 2016-06-01 17:01:34 +02:00
parent 015ab4cd40
commit 37990f48b2

View File

@ -6293,6 +6293,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
${cmd_option_list}
"""
# disabledrun and localrun exists as well, but are considered to be obsolete
args = slash_split(args)
project = package = singleservice = mode = None