From 0d2575c5a4d08fc0b0e211dca3ad90a1b201cf71 Mon Sep 17 00:00:00 2001 From: Billy Tat Date: Tue, 20 Sep 2016 09:56:51 -0700 Subject: [PATCH 1/2] Update for Stackato 4.0 --- manifest.yml | 2 ++ runtime.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/manifest.yml b/manifest.yml index 2981581..98768ab 100644 --- a/manifest.yml +++ b/manifest.yml @@ -1,3 +1,5 @@ applications: - name: python-env + buildpack: https://github.com/cloudfoundry/python-buildpack memory: 32M + stack: cflinuxfs2 diff --git a/runtime.txt b/runtime.txt index 4c1e930..339e6dd 100644 --- a/runtime.txt +++ b/runtime.txt @@ -1 +1 @@ -python-3.3 +python-3.3.5 From 4347793572efdc3f39133a7e043b3480507d84a4 Mon Sep 17 00:00:00 2001 From: Billy Tat Date: Tue, 4 Oct 2016 10:03:19 -0700 Subject: [PATCH 2/2] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c9d2a5..7a49534 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,4 @@ ## Deploying to HPE Helion Stackato - stackato push -n + cf push