diff options
author | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2014-11-18 12:43:38 +0000 |
---|---|---|
committer | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2014-11-18 13:03:42 +0000 |
commit | 7e1cc5349c431b9fb69640c87fe57ee4ae6529e6 (patch) | |
tree | 195c11942f92ea89949363b4c4e7f3534fb6331f /systems/devel-system-armv7-versatile.morph | |
parent | a3cabfd4e14f373c0c04c4b6159f06b288eb7b26 (diff) | |
download | definitions-7e1cc5349c431b9fb69640c87fe57ee4ae6529e6.tar.gz |
Add Lorry and dependencies to devel systems
Lorry is used by the Baserock Import tool for fetching source code of
components that are to be imported.
It's also generally useful in devel systems as it can be used for
testing .lorry files prior to pushing them to a Trove.
Additionally, this means that devel systems now contain 'hg', 'bzr',
'svn' and 'cvs', any of which may come in handy.
This increases the size of the devel-system-x86_64-chroot system from
1.4GB to 1.5GB.
Diffstat (limited to 'systems/devel-system-armv7-versatile.morph')
-rw-r--r-- | systems/devel-system-armv7-versatile.morph | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/systems/devel-system-armv7-versatile.morph b/systems/devel-system-armv7-versatile.morph index 6e386a94..7ad8cac8 100644 --- a/systems/devel-system-armv7-versatile.morph +++ b/systems/devel-system-armv7-versatile.morph @@ -24,6 +24,8 @@ strata: morph: strata/nodejs.morph - name: ruby morph: strata/ruby.morph +- name: lorry + morph: strata/lorry.morph - name: baserock-import morph: strata/baserock-import.morph - name: nfs |