Install git pre-commit hooks in the vm as part of provisioning.

(imported from commit b3aa3b44de198abea49f5b43e2403f466f30f66c)
This commit is contained in:
Jonathan Dahan 2015-08-19 16:11:12 -07:00 committed by Tim Abbott
parent 795f191fb3
commit 580cdb55be
1 changed files with 1 additions and 0 deletions

View File

@ -117,6 +117,7 @@ sh.postgres_init_db()
sh.do_destroy_rebuild_database()
sh.postgres_init_test_db()
sh.do_destroy_rebuild_test_database()
sh.setup_git_repo()
with sh.sudo:
sh.cp(os.path.join(ZULIP_PATH, "tools", "provision", "zulip-dev.conf"), "/etc/supervisor/conf.d/zulip-dev.conf")