Kenneth Reitz
|
eaae6b90d4
|
v4 changelog
v4
|
2012-01-20 17:55:53 -05:00 |
|
Kenneth Reitz
|
746ba06894
|
patched pip
|
2012-01-19 15:12:44 -05:00 |
|
Kenneth Reitz
|
faa349ca19
|
remove static collection (for now)
|
2012-01-19 15:07:50 -05:00 |
|
Kenneth Reitz
|
825d41695d
|
remove injection disabling (for now)
|
2012-01-19 15:07:44 -05:00 |
|
Kenneth Reitz
|
de0b6556b6
|
remove testing hooks
|
2012-01-19 14:23:36 -05:00 |
|
Kenneth Reitz
|
8486015d7c
|
whitespace
|
2012-01-19 14:23:31 -05:00 |
|
Kenneth Reitz
|
ce268a3c8f
|
back to the way it was
|
2012-01-19 14:21:08 -05:00 |
|
Kenneth Reitz
|
8072330640
|
test
|
2012-01-19 11:37:05 -05:00 |
|
Kenneth Reitz
|
327b1dea25
|
test
|
2012-01-19 11:35:59 -05:00 |
|
Kenneth Reitz
|
8f29269e41
|
blah
|
2012-01-19 11:25:31 -05:00 |
|
Kenneth Reitz
|
1b4d14e24c
|
debug
|
2012-01-19 11:21:12 -05:00 |
|
Kenneth Reitz
|
710f932184
|
test
|
2012-01-19 11:07:12 -05:00 |
|
Kenneth Reitz
|
02e410fd20
|
comments
|
2012-01-18 20:57:25 -05:00 |
|
Kenneth Reitz
|
c90128faf6
|
test
|
2012-01-18 20:54:07 -05:00 |
|
Kenneth Reitz
|
c5ff543a69
|
hmmmm
|
2012-01-18 20:47:02 -05:00 |
|
Kenneth Reitz
|
639d1dc9cc
|
test
|
2012-01-18 20:43:59 -05:00 |
|
Kenneth Reitz
|
118cc029fb
|
cleaner virtualenv runner
|
2012-01-18 17:28:57 -05:00 |
|
Kenneth Reitz
|
54545df970
|
testing
|
2012-01-18 17:08:17 -05:00 |
|
Kenneth Reitz
|
4c94607882
|
testing...
|
2012-01-18 17:06:38 -05:00 |
|
Kenneth Reitz
|
ff893b7a72
|
collectstatic
|
2012-01-18 16:58:26 -05:00 |
|
Kenneth Reitz
|
034fbc1c8f
|
tell what's going on
|
2012-01-18 16:26:09 -05:00 |
|
Kenneth Reitz
|
2eb941b077
|
combine virtualenv install streams
|
2012-01-18 16:15:22 -05:00 |
|
Kenneth Reitz
|
bedd8ea111
|
new virtualenv build sequence
|
2012-01-18 16:01:21 -05:00 |
|
Kenneth Reitz
|
9ed91cd53a
|
don't bootstrap virtualenv every time
|
2012-01-18 15:41:42 -05:00 |
|
Kenneth Reitz
|
17d97cde49
|
remove random virtualenv tmpdir name
|
2012-01-18 15:11:56 -05:00 |
|
Kenneth Reitz
|
09eff5f4d7
|
--never-download
|
2012-01-18 15:08:41 -05:00 |
|
Kenneth Reitz
|
3400cebfd2
|
distribute
|
2012-01-18 15:06:37 -05:00 |
|
Kenneth Reitz
|
ac4fb2ad9d
|
remove --no-site-packages
|
2012-01-18 15:04:42 -05:00 |
|
Kenneth Reitz
|
13186e4674
|
virtualenv to 1.7
|
2012-01-18 15:03:40 -05:00 |
|
Kenneth Reitz
|
aaa3f1ee1a
|
user_env_compile for disabling injection
|
2012-01-18 14:06:56 -05:00 |
|
Kenneth Reitz
|
74cad013b9
|
error to std err
|
2012-01-18 14:06:42 -05:00 |
|
Kenneth Reitz
|
8ec956758e
|
don't fail
|
2012-01-18 13:51:07 -05:00 |
|
Kenneth Reitz
|
c0b4a0e3c7
|
collectstatic
#25
|
2012-01-18 12:45:47 -05:00 |
|
Kenneth Reitz
|
8566a65067
|
comments
|
2012-01-18 12:34:41 -05:00 |
|
Kenneth Reitz
|
9c82d44129
|
comments
|
2012-01-18 12:31:35 -05:00 |
|
Kenneth Reitz
|
4e2dd4b6cf
|
Move pylibmc venderization to separate script
|
2012-01-18 12:28:25 -05:00 |
|
Kenneth Reitz
|
f9f9ae54fa
|
move django operations into separate file
|
2012-01-18 12:24:40 -05:00 |
|
Kenneth Reitz
|
a00b4900cd
|
comments
|
2012-01-18 12:05:57 -05:00 |
|
Kenneth Reitz
|
cd01dc0c17
|
activate and utilize virtualenv.
Export PIP_DOWNLOAD_CACHE
|
2012-01-18 11:54:12 -05:00 |
|
Kenneth Reitz
|
2750238a0c
|
only catch Exceptions
|
2012-01-18 11:42:26 -05:00 |
|
Kenneth Reitz
|
f2596e4cbc
|
Merge pull request #19 from kencochrane/master
switching curl from using -O option to -o because it is a little safer.
|
2012-01-18 03:25:20 -08:00 |
|
Ken Cochrane
|
b6955dd9b6
|
It is usually safer to use the -o option in curl to specifiy your own temp file name in scripts because if the file changes in the url then your local file will also change and it will result in an error since you have that name hard coded in the next few lines (tar, rm)
|
2011-12-30 16:42:06 -05:00 |
|
Kenneth Reitz
|
36994d02b3
|
Merge pull request #18 from kencochrane/master
changing mkdir .heroku to mkdir -p .heroku since it is a little safer and won't throw error if directory already exists.
|
2011-12-30 13:34:21 -08:00 |
|
Ken Cochrane
|
9902caea79
|
added a -p option to mkdir .heroku it is safer incase .heroku is already created, it won't error out
|
2011-12-30 16:22:14 -05:00 |
|
Kenneth Reitz
|
80f851b8c1
|
Changelog for v3
v3
|
2011-12-07 11:41:38 -08:00 |
|
Kenneth Reitz
|
2cf1925188
|
all set
|
2011-12-07 11:35:24 -08:00 |
|
Kenneth Reitz
|
c309a882b2
|
python cleanups
|
2011-12-07 11:30:27 -08:00 |
|
Kenneth Reitz
|
2a550b1a95
|
subtle cleanups
|
2011-12-07 11:27:27 -08:00 |
|
Kenneth Reitz
|
0512577a38
|
Merge branch 'master' of https://github.com/dpaola2/heroku-buildpack-python into develop
|
2011-12-07 11:10:50 -08:00 |
|
Kenneth Reitz
|
ef0568d10a
|
Stick to heroku convention
This reverts commit 30d04b1770.
|
2011-12-07 11:10:11 -08:00 |
|