summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-05-17 11:39:58 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2012-05-17 11:39:58 +0100
commit741abcd6522aa88e66685b4d9a46863e59b49dcf (patch)
tree582b229245a427f0d78a903eee18a7eddebc3318
parentb6c215ceb2a8040bc484e4a74f9a4bf867aa691c (diff)
downloadmorphs-741abcd6522aa88e66685b4d9a46863e59b49dcf.tar.gz
devel.morph: add morph
Morph should be getting stable now, so it should be installed onto the image rather than run from a git work tree.
-rw-r--r--devel.morph10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel.morph b/devel.morph
index d27bdfb..e8040e8 100644
--- a/devel.morph
+++ b/devel.morph
@@ -300,6 +300,16 @@
"perl",
"XML-Parser"
]
+ },
+ {
+ "name": "morph",
+ "repo": "baserock:morph",
+ "ref": "master",
+ "build-depends": [
+ "cliapp",
+ "cmdtest",
+ "python-coverage-test-runner"
+ ]
}
]
}