mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9188d94723 | |||
| 2ba3e06f4e |
@@ -1,5 +1,10 @@
|
|||||||
# Python Buildpack Changelog
|
# Python Buildpack Changelog
|
||||||
|
|
||||||
|
|
||||||
|
## v65 (2015-10-08)
|
||||||
|
|
||||||
|
Reverted v64.
|
||||||
|
|
||||||
## v64 (2015-10-08)
|
## v64 (2015-10-08)
|
||||||
|
|
||||||
Improved compatibility with multi and node.js buildpacks.
|
Improved compatibility with multi and node.js buildpacks.
|
||||||
|
|||||||
+1
-2
@@ -83,7 +83,7 @@ if [[ ! "$DOCKER_BUILD" ]]; then
|
|||||||
|
|
||||||
# Copy Application code in.
|
# Copy Application code in.
|
||||||
bpwatch start appdir_stage
|
bpwatch start appdir_stage
|
||||||
deep-cp $BUILD_DIR $APP_DIR
|
deep-mv $BUILD_DIR $APP_DIR
|
||||||
bpwatch stop appdir_stage
|
bpwatch stop appdir_stage
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@@ -218,7 +218,6 @@ bpwatch stop dump_cache
|
|||||||
if [[ ! "$DOCKER_BUILD" ]]; then
|
if [[ ! "$DOCKER_BUILD" ]]; then
|
||||||
|
|
||||||
bpwatch start appdir_commit
|
bpwatch start appdir_commit
|
||||||
rm -rf $ORIG_BUILD_DIR
|
|
||||||
deep-mv $BUILD_DIR $ORIG_BUILD_DIR
|
deep-mv $BUILD_DIR $ORIG_BUILD_DIR
|
||||||
bpwatch stop appdir_commit
|
bpwatch stop appdir_commit
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user