Revision 2977
Added by Aaron Marcuse-Kubitza over 12 years ago
map | ||
---|---|---|
66 | 66 |
commit = opts.env_flag('commit', False, env_names) and not test |
67 | 67 |
# never commit in test mode |
68 | 68 |
redo = opts.env_flag('redo', test, env_names) and not commit |
69 |
# never redo in commit mode (manually run `make empty_db` instead)
|
|
69 |
# never redo in commit mode (run `make schemas/reinstall` instead)
|
|
70 | 70 |
|
71 | 71 |
# Ranges |
72 | 72 |
start = util.cast(int, opts.get_env_var('start', 1, env_names)) # 1-based |
Also available in: Unified diff
main Makefile: Removed empty_db, because `make schemas/reinstall` has the same effect and is simpler