kennethreitz
d46e0efc16
sub-env now has a few python variables, just in case.
2016-02-04 23:05:56 -05:00
kennethreitz
ac103519f8
cleanup cleanup
...
everybody everywhere
2015-12-03 14:01:51 -05:00
kennethreitz
0bb6d6e2bd
emit a warning
2015-12-03 14:01:51 -05:00
kennethreitz
ddc310084b
add loging to pip-install
2015-12-03 14:01:51 -05:00
Ryan Witt
a1b372ac66
correct usage comment
2015-04-21 13:22:17 -04:00
Cyril David
aeb1a297d3
Patch to allow netrc buildpack[1] to work.
...
[1]: https://github.com/timshadel/heroku-buildpack-github-netrc
2015-03-23 05:47:01 -07:00
Kenneth Reitz
5cda51c7a5
Removing PYTHONPATH from sub-env blacklist
...
This should fixe the mysterious collectstatic bug. (#143 )
2014-06-02 08:38:29 -04:00
Kenneth Reitz
2c16539190
Merge branch 'stop-finding' of git://github.com/agriffis/heroku-buildpack-python into develop
2014-03-21 15:57:39 -04:00
Aron Griffis
e783556e6b
dotglob FTW. Doesn't expand . or .. but be explicit just in case.
2014-02-19 20:43:18 -05:00
Aron Griffis
5f96190eb5
Stop calling find for simple operations. Just use extglob.
...
Additionally use `cp -a` consistently rather than alternating between
`cp -a` and `cp -r`, and don't fail compile if the glob doesn't expand to
anything.
2014-02-17 15:28:17 -05:00
Aron Griffis
c579162ef9
Use consistent syntax for declaring functions in utils
2014-02-17 14:55:55 -05:00
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