diff options
author | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2014-10-22 15:21:01 +0000 |
---|---|---|
committer | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2014-10-22 16:47:24 +0000 |
commit | d5f96a53b9bd474ab9328c1a86baa4976134cb52 (patch) | |
tree | f8ea7c74c3efed62ea11da850aad8d090e581a51 /systems/devel-system-armv7lhf-highbank.morph | |
parent | c6057851915e40132e6524d5b6500e422c5dc639 (diff) | |
download | definitions-d5f96a53b9bd474ab9328c1a86baa4976134cb52.tar.gz |
Add node.js and Ruby to devel systems
These are dependencies of the Baserock Import tool. The import tool will
be added to the devel system later, in a separate branch.
This increases the size of an x86_32 devel system from 1.1GB to 1.2GB.
Diffstat (limited to 'systems/devel-system-armv7lhf-highbank.morph')
-rw-r--r-- | systems/devel-system-armv7lhf-highbank.morph | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/systems/devel-system-armv7lhf-highbank.morph b/systems/devel-system-armv7lhf-highbank.morph index d93993a7..5fbae184 100644 --- a/systems/devel-system-armv7lhf-highbank.morph +++ b/systems/devel-system-armv7lhf-highbank.morph @@ -21,6 +21,10 @@ strata: morph: strata/morph-utils.morph - name: openstack-clients morph: strata/openstack-clients.morph +- name: nodejs + morph: strata/nodejs.morph +- name: ruby + morph: strata/ruby.morph configuration-extensions: - set-hostname - add-config-files |