summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2014-02-24 21:58:07 +0000
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2014-02-24 21:58:07 +0000
commitfe7238ac335d8591591eae8998c67c6c98ac595b (patch)
tree9d1d16d2593ca7dd688c45d1fdf2e7de0cfaa3a7
parentb99e9f40c9b40d1150be2e635783be2bf4060005 (diff)
downloaddefinitions-fe7238ac335d8591591eae8998c67c6c98ac595b.tar.gz
initial trial of a node stratum
-rw-r--r--node-stuff.morph20
1 files changed, 20 insertions, 0 deletions
diff --git a/node-stuff.morph b/node-stuff.morph
new file mode 100644
index 00000000..07e0a71a
--- /dev/null
+++ b/node-stuff.morph
@@ -0,0 +1,20 @@
+name: node-stuff
+kind: stratum
+description: node and various node things
+build-depends:
+- morph: tools
+chunks:
+- name: node
+ repo: file:///src2/ws-subway/add-subway/upstream:node
+ ref: master
+ build-depends: []
+- name: npm
+ repo: file:///src2/ws-subway/add-subway/upstream:npm
+ ref: master
+ build-depends: []
+- name: subway
+ repo: file:///src2/ws-subway/add-subway/upstream:subway
+ ref: master
+ build-depends:
+ - npm
+