Mailinglist Archive: opensuse-buildservice (199 mails)
| < Previous | Next > |
[opensuse-buildservice] Re: [PATCH] Align --no-service commit command parameter to build command param style.
- From: Adrian Schröter <adrian@xxxxxxx>
- Date: Thu, 16 Jun 2011 13:26:45 +0200
- Message-id: <1801829.zmAhBlEL8C@scherben>
Am Thursday, 16. June 2011, 11:44:02 schrieb OBS osc:
that is missleading, because remote service will still run.
--
Adrian Schroeter
SUSE Linux Products GmbH
email: adrian@xxxxxxx
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
From: Sascha Peilicke <saschpe@xxxxxxx>
---
osc/commandline.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/osc/commandline.py b/osc/commandline.py
index 853199a..5fa720f 100644
--- a/osc/commandline.py
+++ b/osc/commandline.py
@@ -3655,7 +3655,7 @@ Please submit there instead, or use --nodevelproject to
force direct submission.
help='Skip the source validation')
@cmdln.option('-v', '--verbose', default=False, action="store_true",
help='Run the source services and validation with verbose
information')
- @cmdln.option('--skip-local-service-run', default=False,
action="store_true",
+ @cmdln.option('--no-service', default=False, action="store_true",
help='Skip service run of \'localonly\' or \'trylocal\'
configured source services')
that is missleading, because remote service will still run.
def do_commit(self, subcmd, opts, *args):
"""${cmd_name}: Upload content to the repository server
--
Adrian Schroeter
SUSE Linux Products GmbH
email: adrian@xxxxxxx
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
| < Previous | Next > |