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
6aec3ed3
Commit
6aec3ed3
authored
Aug 01, 2014
by
Kenneth Reitz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pylibmc
parent
7f7f0f7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
pylibmc
bin/steps/pylibmc
+2
-1
No files found.
bin/steps/pylibmc
View file @
6aec3ed3
...
@@ -15,12 +15,13 @@ VENDORED_MEMCACHED="http://lang-python.s3.amazonaws.com/$STACK/libraries/vendor/
...
@@ -15,12 +15,13 @@ VENDORED_MEMCACHED="http://lang-python.s3.amazonaws.com/$STACK/libraries/vendor/
# Syntax sugar.
# Syntax sugar.
source
$BIN_DIR
/utils
source
$BIN_DIR
/utils
bpwatch start pylibmc_install
bpwatch start pylibmc_install
# If pylibmc exists within requirements, use vendored libmemcached.
# If pylibmc exists within requirements, use vendored libmemcached.
if
(
pip-grep
-s
requirements.txt pylibmc
)
then
if
(
pip-grep
-s
requirements.txt pylibmc
)
then
if
[
-d
"vendor/lib/sasl2"
]
;
then
if
[
-d
"
.heroku/
vendor/lib/sasl2"
]
;
then
export
LIBMEMCACHED
=
$(
pwd
)
/vendor
export
LIBMEMCACHED
=
$(
pwd
)
/vendor
else
else
echo
"-----> Noticed pylibmc. Bootstrapping libmemcached."
echo
"-----> Noticed pylibmc. Bootstrapping libmemcached."
...
...
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