summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-04-17 17:13:33 +0000
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-04-17 17:13:33 +0000
commita5bf929977e96a374eaa6887687e3e7deb3e8eda (patch)
treed91c58251450994abebd54b301fadc061c7bbeb8
parent52cdc19511e6d8817f92b69b0a577bd769bba72f (diff)
downloadmorphs-a5bf929977e96a374eaa6887687e3e7deb3e8eda.tar.gz
Add git to the morph-cache-server stratum because it's obviously needed.
-rw-r--r--morph-cache-server.morph4
1 files changed, 4 insertions, 0 deletions
diff --git a/morph-cache-server.morph b/morph-cache-server.morph
index 2e8a5d0..f868bf1 100644
--- a/morph-cache-server.morph
+++ b/morph-cache-server.morph
@@ -6,6 +6,10 @@
],
"sources": [
{
+ "name": "git",
+ "ref": "baserock/morph"
+ },
+ {
"name": "openssl",
"ref": "baserock/morph"
},