summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-04-17 14:48:48 +0000
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-04-17 14:48:48 +0000
commit2c78a5f3c96d8547adb00d33c22843fe24e3958d (patch)
tree0102086a0a3d134e2579ca32a98c8fd49d7c0284
parent249dbf07af06c7c4ec9374cca69ea8e3d18c172e (diff)
downloadmorphs-2c78a5f3c96d8547adb00d33c22843fe24e3958d.tar.gz
Add morph-cache-server stratum.
It currently includes cpython, python-bottle and the cache server app itself.
-rw-r--r--morph-cache-server.morph22
1 files changed, 22 insertions, 0 deletions
diff --git a/morph-cache-server.morph b/morph-cache-server.morph
new file mode 100644
index 0000000..0d0afba
--- /dev/null
+++ b/morph-cache-server.morph
@@ -0,0 +1,22 @@
+{
+ "name": "morph-cache-server",
+ "kind": "stratum",
+ "build-depends": [
+ "foundation"
+ ],
+ "sources": [
+ {
+ "name": "cpython",
+ "ref": "baserock/morph-2.7"
+ },
+ {
+ "name": "python-bottle",
+ "repo": "refnull/bottle",
+ "ref": "master"
+ },
+ {
+ "name": "morph-cache-server",
+ "ref": "master"
+ }
+ ]
+}