mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
The `with sh.sudo` pattern that we were using in python-sh was deprecated, and emperically hangs on Ubuntu xenial. Since in general the use of python-sh/python-pbs caused trouble (requiring extra dependencies, confusing syntax), this just removes it. We replace it with a new zulip_tools.py library function that echoes the command line and streams the output. We do the same to install-phantomjs so we can remove that dependency. |
||
|---|---|---|
| .. | ||
| backend | ||
| frontend | ||
| production | ||
| production-helper | ||
| py3k | ||
| setup-backend | ||
| setup-frontend | ||
| setup-production | ||
| setup-py3k | ||