mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-04 19:28:49 +08:00
Print a deprecation error when a user tries to use mbs-build
This commit is contained in:
@@ -443,6 +443,8 @@ def show_overview(server, finished, limit=30, verify=True):
|
||||
|
||||
|
||||
def main():
|
||||
print('mbs-build is deprecated in favor of fedpkg and rhpkg. Please transition to '
|
||||
'using those.', file=sys.stderr)
|
||||
# Parse command line arguments
|
||||
parser = argparse.ArgumentParser(description="Submits and manages module builds.")
|
||||
subparsers = parser.add_subparsers(dest="cmd_name")
|
||||
|
||||
Reference in New Issue
Block a user