From c31574d7d6b0cc94c5ea8e5d31d28f7b9602ecf6 Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.com>
Date: Thu, 17 Jul 2014 16:40:04 -0400
Subject: [PATCH] record the stack

---
 bin/compile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/compile b/bin/compile
index 57234d37..0afdab9e 100755
--- a/bin/compile
+++ b/bin/compile
@@ -186,6 +186,7 @@ if [ ! "$SKIP_INSTALL" ]; then
 
   # Record for future reference.
   echo $PYTHON_VERSION > .heroku/python-version
+  echo $STACK > .heroku/python-stack
   FRESH_PYTHON=true
 
   hash -r
-- 
GitLab