Return to recommending running run-dev.py manually.

(imported from commit f050f2a8f2242dc23267c341d53517847d7fc560)
This commit is contained in:
Tim Abbott
2015-09-22 21:27:36 -07:00
parent 53f74ef06a
commit 485c907721
2 changed files with 23 additions and 8 deletions

View File

@@ -164,9 +164,5 @@ def main():
sh.do_destroy_rebuild_test_database(**LOUD)
sh.setup_git_repo(**LOUD)
with sh.sudo:
sh.cp(os.path.join(ZULIP_PATH, "tools", "provision", "zulip-dev.conf"), "/etc/supervisor/conf.d/zulip-dev.conf", **LOUD)
sh.service("supervisor", "restart", **LOUD)
if __name__ == "__main__":
sys.exit(main())