summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-11-18 12:43:38 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2014-11-18 13:03:42 +0000
commit7e1cc5349c431b9fb69640c87fe57ee4ae6529e6 (patch)
tree195c11942f92ea89949363b4c4e7f3534fb6331f
parenta3cabfd4e14f373c0c04c4b6159f06b288eb7b26 (diff)
downloaddefinitions-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.
-rw-r--r--systems/devel-system-armv7-chroot.morph2
-rw-r--r--systems/devel-system-armv7-highbank.morph2
-rw-r--r--systems/devel-system-armv7-versatile.morph2
-rw-r--r--systems/devel-system-armv7-wandboard.morph2
-rw-r--r--systems/devel-system-armv7lhf-chroot.morph2
-rw-r--r--systems/devel-system-armv7lhf-highbank.morph2
-rw-r--r--systems/devel-system-armv7lhf-jetson.morph2
-rw-r--r--systems/devel-system-armv7lhf-wandboard.morph2
-rw-r--r--systems/devel-system-ppc64-chroot.morph2
-rw-r--r--systems/devel-system-ppc64-generic.morph2
-rw-r--r--systems/devel-system-x86_32-chroot.morph2
-rw-r--r--systems/devel-system-x86_32-generic.morph2
-rw-r--r--systems/devel-system-x86_64-chroot.morph2
-rw-r--r--systems/devel-system-x86_64-generic.morph2
-rw-r--r--systems/devel-system-x86_64-vagrant.morph2
15 files changed, 30 insertions, 0 deletions
diff --git a/systems/devel-system-armv7-chroot.morph b/systems/devel-system-armv7-chroot.morph
index 9d4de4dd..40c07312 100644
--- a/systems/devel-system-armv7-chroot.morph
+++ b/systems/devel-system-armv7-chroot.morph
@@ -23,6 +23,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
configuration-extensions:
diff --git a/systems/devel-system-armv7-highbank.morph b/systems/devel-system-armv7-highbank.morph
index a408b557..f34d3978 100644
--- a/systems/devel-system-armv7-highbank.morph
+++ b/systems/devel-system-armv7-highbank.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
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
diff --git a/systems/devel-system-armv7-wandboard.morph b/systems/devel-system-armv7-wandboard.morph
index 2797c00e..6abba894 100644
--- a/systems/devel-system-armv7-wandboard.morph
+++ b/systems/devel-system-armv7-wandboard.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
diff --git a/systems/devel-system-armv7lhf-chroot.morph b/systems/devel-system-armv7lhf-chroot.morph
index 3cb93869..5e04376c 100644
--- a/systems/devel-system-armv7lhf-chroot.morph
+++ b/systems/devel-system-armv7lhf-chroot.morph
@@ -23,6 +23,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
configuration-extensions:
diff --git a/systems/devel-system-armv7lhf-highbank.morph b/systems/devel-system-armv7lhf-highbank.morph
index d83c46a0..25328020 100644
--- a/systems/devel-system-armv7lhf-highbank.morph
+++ b/systems/devel-system-armv7lhf-highbank.morph
@@ -25,6 +25,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
diff --git a/systems/devel-system-armv7lhf-jetson.morph b/systems/devel-system-armv7lhf-jetson.morph
index 736033d6..1ee4581b 100644
--- a/systems/devel-system-armv7lhf-jetson.morph
+++ b/systems/devel-system-armv7lhf-jetson.morph
@@ -27,6 +27,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
configuration-extensions:
diff --git a/systems/devel-system-armv7lhf-wandboard.morph b/systems/devel-system-armv7lhf-wandboard.morph
index 859f8ad5..92674a2a 100644
--- a/systems/devel-system-armv7lhf-wandboard.morph
+++ b/systems/devel-system-armv7lhf-wandboard.morph
@@ -25,6 +25,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
diff --git a/systems/devel-system-ppc64-chroot.morph b/systems/devel-system-ppc64-chroot.morph
index 804cf606..ddfd1f20 100644
--- a/systems/devel-system-ppc64-chroot.morph
+++ b/systems/devel-system-ppc64-chroot.morph
@@ -21,6 +21,8 @@ strata:
morph: strata/openstack-clients.morph
- name: ruby
morph: strata/ruby.morph
+- name: lorry
+ morph: strata/lorry.morph
- name: baserock-import
morph: strata/baserock-import.morph
configuration-extensions:
diff --git a/systems/devel-system-ppc64-generic.morph b/systems/devel-system-ppc64-generic.morph
index 6a9cb092..8aeaf266 100644
--- a/systems/devel-system-ppc64-generic.morph
+++ b/systems/devel-system-ppc64-generic.morph
@@ -22,6 +22,8 @@ strata:
morph: strata/openstack-clients.morph
- name: ruby
morph: strata/ruby.morph
+- name: lorry
+ morph: strata/lorry.morph
- name: baserock-import
morph: strata/baserock-import.morph
- name: nfs
diff --git a/systems/devel-system-x86_32-chroot.morph b/systems/devel-system-x86_32-chroot.morph
index 4c882c22..a54eef52 100644
--- a/systems/devel-system-x86_32-chroot.morph
+++ b/systems/devel-system-x86_32-chroot.morph
@@ -25,6 +25,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
configuration-extensions:
diff --git a/systems/devel-system-x86_32-generic.morph b/systems/devel-system-x86_32-generic.morph
index d6fb17ec..ef5d4b90 100644
--- a/systems/devel-system-x86_32-generic.morph
+++ b/systems/devel-system-x86_32-generic.morph
@@ -26,6 +26,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
diff --git a/systems/devel-system-x86_64-chroot.morph b/systems/devel-system-x86_64-chroot.morph
index 65a53072..84d63f5d 100644
--- a/systems/devel-system-x86_64-chroot.morph
+++ b/systems/devel-system-x86_64-chroot.morph
@@ -25,6 +25,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
configuration-extensions:
diff --git a/systems/devel-system-x86_64-generic.morph b/systems/devel-system-x86_64-generic.morph
index 5a16c90b..9334fca0 100644
--- a/systems/devel-system-x86_64-generic.morph
+++ b/systems/devel-system-x86_64-generic.morph
@@ -26,6 +26,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
diff --git a/systems/devel-system-x86_64-vagrant.morph b/systems/devel-system-x86_64-vagrant.morph
index 413c5b54..f2f849ca 100644
--- a/systems/devel-system-x86_64-vagrant.morph
+++ b/systems/devel-system-x86_64-vagrant.morph
@@ -26,6 +26,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
configuration-extensions: