From 37990f48b28da5b7f1134c6cbaaecbb64eb58b2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Wed, 1 Jun 2016 17:01:34 +0200 Subject: [PATCH] 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 --- osc/commandline.py | 1 + 1 file changed, 1 insertion(+) diff --git a/osc/commandline.py b/osc/commandline.py index 69116b57..12afbffd 100644 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -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