summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-09-24 17:02:17 +0000
committerMorph (on behalf of Lars Wirzenius) <lars.wirzenius@codethink.co.uk>2013-09-24 17:02:17 +0000
commiteb572274b36438cb8bc214038d251465c6c592a9 (patch)
tree1140b9937f40e93b69b8c9138f8f910704a950a2
parentfb2d5fd98f7315b562f25c9d9f8e5fc0a69b4631 (diff)
downloadmorphs-eb572274b36438cb8bc214038d251465c6c592a9.tar.gz
Morph build 3b8287c13fda4e1db4bf1ae84bcb149c
System branch: master
-rw-r--r--cross-bootstrap-system-x86_64-generic.morph14
-rw-r--r--cross-bootstrap.morph72
-rw-r--r--foo-cluster.morph9
-rw-r--r--foo-cluster/foo.conf0
-rw-r--r--foo-cluster/manifest1
5 files changed, 86 insertions, 10 deletions
diff --git a/cross-bootstrap-system-x86_64-generic.morph b/cross-bootstrap-system-x86_64-generic.morph
new file mode 100644
index 0000000..7cb0482
--- /dev/null
+++ b/cross-bootstrap-system-x86_64-generic.morph
@@ -0,0 +1,14 @@
+name: cross-bootstrap-system-x86_64-generic
+description: A system that produces the minimum needed to build a devel system
+kind: system
+arch: x86_64
+strata:
+- morph: build-essential
+ repo: baserock:baserock/morphs
+ ref: master
+- morph: core
+ repo: baserock:baserock/morphs
+ ref: master
+- morph: cross-bootstrap
+ repo: baserock:baserock/morphs
+ ref: master
diff --git a/cross-bootstrap.morph b/cross-bootstrap.morph
new file mode 100644
index 0000000..8eaf025
--- /dev/null
+++ b/cross-bootstrap.morph
@@ -0,0 +1,72 @@
+name: cross-bootstrap
+description: The minimal development tools to build a baserock devel system
+kind: stratum
+build-depends:
+- repo: baserock:baserock/morphs
+ ref: master
+ morph: core
+chunks:
+- name: groff
+ repo: upstream:groff
+ ref: baserock/morph
+ build-depends: []
+- name: openssh
+ repo: upstream:openssh
+ ref: baserock/morph
+ build-depends:
+ - groff
+- name: python-setuptools
+ repo: upstream:python-setuptools
+ ref: baserock/morph
+ build-depends: []
+- name: python-ttystatus
+ repo: upstream:python-ttystatus
+ ref: baserock/morph
+ build-depends: []
+- name: pyyaml
+ repo: upstream:pyyaml
+ ref: baserock/morph
+ build-depends:
+ - python-setuptools
+- name: python-coveragepy
+ repo: upstream:python-coveragepy
+ ref: baserock/morph
+ build-depends:
+ - python-setuptools
+- name: python-coverage-test-runner
+ repo: upstream:python-coverage-test-runner
+ ref: baserock/morph
+ build-depends:
+ - python-coveragepy
+- name: cliapp
+ repo: upstream:cliapp
+ ref: baserock/morph
+ build-depends:
+ - python-coverage-test-runner
+- name: python-markdown
+ repo: upstream:python-markdown
+ ref: baserock/morph
+ build-depends: []
+- name: cmdtest
+ repo: upstream:cmdtest
+ ref: baserock/morph
+ build-depends:
+ - cliapp
+ - python-ttystatus
+ - python-markdown
+- name: linux-user-chroot
+ repo: upstream:linux-user-chroot
+ ref: baserock/morph
+ build-depends: []
+- name: morph
+ repo: baserock:baserock/morph
+ ref: master
+ build-depends:
+ - cliapp
+ - cmdtest
+ - python-coverage-test-runner
+ - pyyaml
+- name: rsync
+ repo: upstream:rsync
+ ref: baserock/morph
+ build-depends: []
diff --git a/foo-cluster.morph b/foo-cluster.morph
deleted file mode 100644
index 9a0c1c5..0000000
--- a/foo-cluster.morph
+++ /dev/null
@@ -1,9 +0,0 @@
-name: foo-cluster
-kind: cluster
-systems:
-- morph: devel-system-x86_64-generic
- deploy:
- foo:
- type: tar
- location: /tmp/foo-cluster.tar
- INSTALL_FILES: foo-cluster/manifest
diff --git a/foo-cluster/foo.conf b/foo-cluster/foo.conf
deleted file mode 100644
index e69de29..0000000
--- a/foo-cluster/foo.conf
+++ /dev/null
diff --git a/foo-cluster/manifest b/foo-cluster/manifest
deleted file mode 100644
index 48cd420..0000000
--- a/foo-cluster/manifest
+++ /dev/null
@@ -1 +0,0 @@
-0100666 0 0 /foo.conf