Files
zulip/tools
Tim Abbott 52fc1c71bc provision: Rewrite using subprocess module instead of sh.
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.
2016-04-10 17:33:19 -07:00
..
2015-08-20 15:54:53 -07:00
2015-09-25 23:25:08 -04:00
2015-09-25 23:25:08 -04:00
2015-08-20 19:46:48 -07:00
2016-04-06 08:09:55 -07:00