From 96cf5718b2b86733bc2bfc6c1a089ed0db1f85ee Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.com> Date: Wed, 16 Jul 2014 10:34:25 -0400 Subject: [PATCH] 2.6.0, 2.6.1 notices for cedar, not cedar-14 --- builds/runtimes/python-2.6.0 | 2 ++ builds/runtimes/python-2.6.1 | 2 ++ 2 files changed, 4 insertions(+) diff --git a/builds/runtimes/python-2.6.0 b/builds/runtimes/python-2.6.0 index a1b05b63..353abc6a 100755 --- a/builds/runtimes/python-2.6.0 +++ b/builds/runtimes/python-2.6.0 @@ -2,6 +2,8 @@ # Build Path: /app/.heroku/python/ # Build Deps: libraries/sqlite +# NOTICE: This formula only works for the cedar stack, not cedar-14. + OUT_PREFIX=$1 # Protect 2.6 builds from parent Python (causes segfault during build). diff --git a/builds/runtimes/python-2.6.1 b/builds/runtimes/python-2.6.1 index 9bb85926..e32cdffa 100755 --- a/builds/runtimes/python-2.6.1 +++ b/builds/runtimes/python-2.6.1 @@ -2,6 +2,8 @@ # Build Path: /app/.heroku/python/ # Build Deps: libraries/sqlite +# NOTICE: This formula only works for the cedar stack, not cedar-14. + OUT_PREFIX=$1 # Protect 2.6 builds from parent Python (causes segfault during build). -- GitLab