Aron Griffis
a5cca6de75
Use a sed() function for unbuffered output.
...
In `bin/steps/collectstatic` the unbuffered output in `indent` is subverted
by calling `sed` first:
```shell
python $MANAGE_FILE collectstatic --noinput 2>&1 | sed '/^Copying/d;/^$/d;/^ /d' | indent
```
This commit fixes this by making `sed` itself unbuffered rather than
putting that logic in the `indent` function.
2014-02-17 14:49:09 -05:00
Kenneth Reitz
566f7f4555
new buildpack env standard
2014-01-21 17:47:05 -05:00
Kenneth Reitz
69bdca063f
fix sub-env for when env file is not present
2013-12-20 17:15:24 -05:00
Kenneth Reitz
206a2dbc04
third argument support for envs in compile
2013-12-13 15:48:39 -08:00
Kenneth Reitz
42488a2be7
deep-rm
2013-07-17 08:33:36 -04:00
Kenneth Reitz
0ff4df4dc3
much better
2013-01-03 14:57:08 -05:00
Kenneth Reitz
8637dc05c0
cleanups
2013-01-02 22:26:15 -05:00
Kenneth Reitz
7ac90f19dd
unbuffer all the things
2013-01-02 20:30:49 -05:00
Kenneth Reitz
90cc426c82
force sed to be line buffered
2013-01-02 20:21:39 -05:00
Kenneth Reitz
d758545164
new distribute
2013-01-02 20:10:37 -05:00
Saul Shanabrook
4ade6c0457
Helper functions to test if in requirements used for checking for mercurial install and for pylibmc
2012-12-28 09:02:09 -05:00
Kenneth Reitz
2f0263a5b8
distribute
2012-12-20 02:45:26 -05:00
Kenneth Reitz
8f057f3c9b
test
2012-12-19 23:15:14 -05:00
Kenneth Reitz
87c580f819
fix deep-cp bug
2012-12-19 22:44:49 -05:00
Kenneth Reitz
3bddd66637
serious business
2012-12-19 21:31:16 -05:00
Kenneth Reitz
ecf5278679
extract utils
2012-12-03 16:00:23 +01:00