Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
heroku-buildpack-python
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Python-Dev
heroku-buildpack-python
Commits
01e30e93
Commit
01e30e93
authored
Jan 03, 2013
by
Kenneth Reitz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move precompile up a bit
parent
e81632e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
compile
bin/compile
+5
-4
No files found.
bin/compile
View file @
01e30e93
#!/usr/bin/env bash
fp
#!/usr/bin/env bash
# This script serves as the
# This script serves as the
# [**Python Buildpack**](https://github.com/heroku/heroku-buildpack-python)
# [**Python Buildpack**](https://github.com/heroku/heroku-buildpack-python)
...
@@ -203,11 +203,12 @@ set-default-env PYTHONPATH /app/
...
@@ -203,11 +203,12 @@ set-default-env PYTHONPATH /app/
un-set-env PYTHONHOME
un-set-env PYTHONHOME
# Experimental post_compile hook.
source $BIN_DIR/steps/hooks/post_compile
# ### Fin.
# ### Fin.
deep-mv $BUILD_DIR $ORIG_BUILD_DIR
deep-mv $BUILD_DIR $ORIG_BUILD_DIR
deep-mv $TMP_APP_DIR $APP_DIR
deep-mv $TMP_APP_DIR $APP_DIR
cd $BUILD_DIR
# Experimental post_compile hook.
source
$BIN_DIR
/steps/hooks/post_compile
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment