mirror of
https://github.com/zulip/zulip.git
synced 2025-10-31 20:13:46 +00:00
provision: Improve message for configure-rabbitmq.
We change the message for skipping RabbitMQ
configuration to match nearby messages:
No need to run `tools/setup/build_pygments_data`.
No need to run `scripts/setup/inline_email_css.py`.
No need to run `scripts/setup/configure-rabbitmq.
No need to regenerate the dev DB.
No need to regenerate the test DB.
No need to run `manage.py compilemessages`.
This commit is contained in:
@@ -165,7 +165,7 @@ def main(options: argparse.Namespace) -> int:
|
||||
if options.is_force or not rabbitmq_is_configured:
|
||||
run(["scripts/setup/configure-rabbitmq"])
|
||||
else:
|
||||
print("RabbitMQ is already configured.")
|
||||
print("No need to run `scripts/setup/configure-rabbitmq.")
|
||||
|
||||
dev_template_db_status = template_database_status('dev')
|
||||
if options.is_force or dev_template_db_status == 'needs_rebuild':
|
||||
|
||||
Reference in New Issue
Block a user