Anders Kaseorg
|
e984107966
|
scripts: Remove unused imports.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
|
2019-02-02 17:02:58 -08:00 |
Tim Abbott
|
47c4a2d21a
|
upgrade-zulip-from-git: Remove buggy typing import.
This broke running this on Python 3.4, where typing isn't in stdlib.
|
2018-12-17 10:33:52 -08:00 |
shubham-padia
|
29dce7c9b9
|
upgrade-zulip-from-git: Refactor deploy_options logic to zulip_tools.py.
This a preparatory commit moving the deploy_options logic to
zulip_tools.py so it can be imported and used in upgrade-zulip.
|
2018-12-16 07:52:47 -08:00 |
Anders Kaseorg
|
d581ad82ca
|
scripts/upgrade-zulip-from-git: Avoid shelling out for mkdir, ln.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
|
2018-11-28 17:48:23 -08:00 |
Tim Abbott
|
3e3eb2aa7f
|
scripts: Clarify names of running-as-root assertions.
This should make it more obvious that these functions will exit the
script if the check fails.
|
2018-11-19 10:58:34 -08:00 |
Rohitt Vashishtha
|
eae9251cb7
|
scripts: Make upgrade-zulip-* use root checking from zulip_tools.
This is mostly just a nice code deduplication/cleanup.
|
2018-11-19 10:58:34 -08:00 |
Tim Abbott
|
60ed41081b
|
scripts: Write to upgrade.log in upgrade-zulip-from-git.
This should simplify debugging when doing Git-based upgrades; this log
has long been useful for the main upgrade-zulip tool.
|
2018-11-06 17:56:01 -08:00 |