zulip/tools/setup
Steve Howell f3962994b5 Fix regression for running migrations during tests.
When running ./tools/test-backend, the script to generate
fixtures, ./tools/setup/generate-fixtures, looks for a file
called migration-status to determine whether it can short
circuit doing database migrations.  This file got moved as
part of the effort to put files in "var," but the existence
check was still looking for that file in its old location.
2016-07-29 08:57:56 -07:00
..
emoji_dump Make emoji_dump delete old ttx files on start. 2016-06-04 17:05:48 -07:00
__init__.py Add __init__.py to tools/ and tools/setup/. 2016-07-20 18:20:37 -07:00
download-zxcvbn Fix most redownloading in 'vagrant reload --provision'. 2016-06-02 22:32:56 -07:00
generate-fixtures Fix regression for running migrations during tests. 2016-07-29 08:57:56 -07:00
generate-test-credentials Move test_credentials.js to var/casper. 2016-07-25 14:39:23 -07:00
install-aws-server tools: Rewrite install-server to not hardcode configuration. 2016-07-19 20:12:43 -07:00
install-phantomjs Change shebangs from python2.7 to python. 2016-05-29 05:03:08 -07:00
postgres-init-dev-db Move tools/postgres-init-dev-db to tools/setup/. 2016-05-26 18:28:10 +05:00
postgres-init-test-db Move tools/install-phantomjs to tools/setup/. 2016-05-26 18:28:14 +05:00
setup_venvs.py Patch activate script only in development. 2016-07-21 14:11:41 -07:00