kennethreitz
e8b8af045f
new warnings file
2015-12-03 14:01:51 -05:00
kennethreitz
0bb6d6e2bd
emit a warning
2015-12-03 14:01:51 -05:00
kennethreitz
0184dcac24
let's try exiting one
2015-12-03 14:01:51 -05:00
kennethreitz
558e748e9e
trying something else
2015-12-03 14:01:51 -05:00
kennethreitz
dec86fbc2e
explicitly error out on bad pip install
2015-12-03 14:01:51 -05:00
kennethreitz
ddc310084b
add loging to pip-install
2015-12-03 14:01:51 -05:00
Craig Kerstiens
ea5bc23a76
Update heroku-postgresql to be plan agnostic
...
This will result in selecting the lowest level plan for the add-on as opposed to a hard coded one which may change.
2015-11-19 12:05:36 -08:00
kennethreitz
f507bb0c05
bugfix for python customer
2015-10-29 15:48:16 -04:00
kennethreitz
6b3f63252f
cleanup
2015-10-27 12:50:17 -04:00
kennethreitz
c9acc4154b
/
2015-10-27 12:23:15 -04:00
kennethreitz
d5fed79e86
update to caching mechanism pt 2
2015-10-27 12:22:40 -04:00
kennethreitz
05edd6b065
update to caching mechanism
2015-10-27 12:15:53 -04:00
kennethreitz
d96914ab2e
restore master's compile script
2015-10-15 11:40:55 -04:00
kennethreitz
eef41088b1
mkdir-p
2015-10-13 11:23:34 -04:00
kennethreitz
f7387427c8
changes
2015-10-13 11:12:55 -04:00
kennethreitz
23e1164c93
try removing .heroku
2015-10-13 11:09:39 -04:00
kennethreitz
fd4ab23f50
debug
2015-10-13 11:03:49 -04:00
kennethreitz
c78bf77055
allow them to fail
2015-10-13 11:02:17 -04:00
kennethreitz
5e212e4db8
CACHED_DIR
2015-10-13 11:01:51 -04:00
kennethreitz
9f666cee79
explicit is better than implicit
2015-10-13 10:57:51 -04:00
kennethreitz
69e9368c2d
further don't error out
2015-10-13 10:48:50 -04:00
kennethreitz
4513dd7522
don't error out on directories that may not exist
2015-10-13 10:47:09 -04:00
kennethreitz
8b3e99adb3
manual cache population
2015-10-13 10:42:57 -04:00
kennethreitz
c5972cdb74
.heroku
2015-10-13 10:37:00 -04:00
kennethreitz
7b9bc848ee
starting over
2015-10-13 10:33:55 -04:00
kennethreitz
921a4c31a8
back to deep mv
2015-10-13 10:31:39 -04:00
kennethreitz
67063fc34f
fix
2015-10-13 10:27:03 -04:00
kennethreitz
21dd1782fa
whitelisting
2015-10-13 10:25:49 -04:00
kennethreitz
beb8c70585
cleanup
2015-10-13 10:17:29 -04:00
kennethreitz
b46cc0c6da
ignore cleanup the cache
2015-10-13 10:16:10 -04:00
kennethreitz
74af94132a
try hardcoding it in
2015-10-13 10:14:54 -04:00
kennethreitz
24cc273800
whitelist cache
2015-10-13 10:13:23 -04:00
kennethreitz
c0fbb0723a
attempt to whitelist cache entries for python buildpack
2015-10-13 10:13:09 -04:00
kennethreitz
6ab397db10
whitelist
2015-10-13 10:03:50 -04:00
kennethreitz
d8623ae454
whitelist approach
2015-10-13 10:02:34 -04:00
kennethreitz
e6d395fa27
ls /app/.heroku
2015-10-13 09:57:13 -04:00
kennethreitz
e77090b6b8
copy them to the cache dir
2015-10-13 09:55:48 -04:00
kennethreitz
c61f907079
echo
2015-10-13 09:53:47 -04:00
kennethreitz
bd90eecd8c
fix bug in cache_dir
2015-10-13 09:49:49 -04:00
kennethreitz
44b2ef0c4e
an attempt at fixing caching
2015-10-13 09:47:28 -04:00
kennethreitz
38d73effc1
an attempt at fixing caching
2015-10-13 09:47:14 -04:00
kennethreitz
2b62692ab2
Merge branch 'preserve-ORIG_BUILD_DIR' of https://github.com/tommyvn/heroku-buildpack-python into multi
2015-10-09 09:40:03 -04:00
kennethreitz
2ba3e06f4e
Revert "Merge pull request #253 from ojacobson/preserve-original-build-dir"
...
This reverts commit 1e5ff1f8c9 , reversing
changes made to 83538ca6ec .
2015-10-08 13:16:52 -04:00
kennethreitz
1e5ff1f8c9
Merge pull request #253 from ojacobson/preserve-original-build-dir
...
Preserve original build directory (including previously-installed programs) when moving app to /app during build.
2015-10-08 12:12:26 -04:00
kennethreitz
27f019105e
new setuptools and pip
2015-10-08 10:03:08 -04:00
Owen Jacobson
67c3d38a03
Preserve original build directory (including previously-installed programs) when moving app to /app during build.
...
This means that binaries installed in $BUILD_DIR/.heroku/node (let's say) will
remain available during build, at the paths previous buildpacks established.
2015-10-07 18:47:24 -04:00
Tom van Neerijnen
a91e9c2fc1
export BUILD_DIR and friends after context change
...
Anything using theses exported variables should be using them in the new
context rather than the old
2015-08-12 11:43:39 +01:00
Tom van Neerijnen
da96cdf21e
set *PROFILE_PATH after context change
...
PROFILE_PATH and WEBCONCURRENCY_PROFILE_PATH must land in the new build context and
so should be set after the new context is created
2015-08-12 11:33:06 +01:00
Tom van Neerijnen
0b2e4e9b22
preserve ORIG_BUILD_DIR during the build process
...
using the apt buildpack in combination with the multi buildpack exports some
paths out of ORIG_BUILD_DIR. By copying instead of moving this should allow
building of python modules that have dependancies on any packages installed
into ORIG_BUILD_DIR.
2015-08-12 10:53:51 +01:00
kennethreitz
25f7421573
setuptools v18.1
2015-08-07 14:43:21 -04:00