summaryrefslogtreecommitdiff
path: root/tests.branching.disabled/workflow-petrify.stdout
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@gmail.com>2014-08-10 20:29:40 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2014-08-12 18:07:41 +0100
commitd63f41dadf5aa96a8d9254d31e92711ee160245e (patch)
tree42b7f4aac2cec6d6709c40f5da8c5eff189785a5 /tests.branching.disabled/workflow-petrify.stdout
parent6241d4466599406e3ad0a176c70fcbecdfdd1b64 (diff)
downloadmorph-d63f41dadf5aa96a8d9254d31e92711ee160245e.tar.gz
Remove petrify and unpetrify commands
We don't use this any more, and instead prefer to always keep definitions.git petrified, and update the refs ourselves. branch-from-image still uses some of the remaining petrify code.
Diffstat (limited to 'tests.branching.disabled/workflow-petrify.stdout')
-rw-r--r--tests.branching.disabled/workflow-petrify.stdout152
1 files changed, 0 insertions, 152 deletions
diff --git a/tests.branching.disabled/workflow-petrify.stdout b/tests.branching.disabled/workflow-petrify.stdout
deleted file mode 100644
index a0ce82f4..00000000
--- a/tests.branching.disabled/workflow-petrify.stdout
+++ /dev/null
@@ -1,152 +0,0 @@
-test/petrify after petrifying:
-{
- "name": "hello-system",
- "kind": "system",
- "arch": "x86_64",
- "strata": [
- {
- "morph": "hello-stratum",
- "repo": "test:morphs",
- "ref": "test/petrify"
- },
- {
- "morph": "stratum2",
- "repo": "test:external-strata",
- "ref": "test/petrify"
- },
- {
- "morph": "stratum3",
- "repo": "test:external-strata",
- "ref": "test/petrify"
- }
- ]
-}
-{
- "name": "stratum2",
- "kind": "stratum",
- "chunks": [
- {
- "name": "hello",
- "repo": "test:stratum2-hello",
- "ref": "f4730636e429149bb923fa16be3aa9802d484b23",
- "build-mode": "test",
- "build-depends": [],
- "unpetrify-ref": "master"
- }
- ]
-}
-{
- "name": "stratum3",
- "kind": "stratum",
- "chunks": [
- {
- "name": "hello",
- "repo": "test:stratum3-hello",
- "ref": "f4730636e429149bb923fa16be3aa9802d484b23",
- "build-mode": "test",
- "build-depends": [],
- "unpetrify-ref": "master"
- }
- ]
-}
-
-test/petrify after editing a chunk:
-{
- "name": "hello-system",
- "kind": "system",
- "arch": "x86_64",
- "strata": [
- {
- "morph": "hello-stratum",
- "repo": "test:morphs",
- "ref": "test/petrify"
- },
- {
- "morph": "stratum2",
- "repo": "test:external-strata",
- "ref": "test/petrify"
- },
- {
- "morph": "stratum3",
- "repo": "test:external-strata",
- "ref": "test/petrify"
- }
- ]
-}
-{
- "name": "stratum2",
- "kind": "stratum",
- "chunks": [
- {
- "name": "hello",
- "repo": "test:stratum2-hello",
- "ref": "test/petrify",
- "build-mode": "test",
- "build-depends": []
- }
- ]
-}
-{
- "name": "stratum3",
- "kind": "stratum",
- "chunks": [
- {
- "name": "hello",
- "repo": "test:stratum3-hello",
- "ref": "f4730636e429149bb923fa16be3aa9802d484b23",
- "build-mode": "test",
- "build-depends": [],
- "unpetrify-ref": "master"
- }
- ]
-}
-
-test/unpetrify after unpetrifying:
-{
- "name": "hello-system",
- "kind": "system",
- "arch": "x86_64",
- "strata": [
- {
- "morph": "hello-stratum",
- "repo": "test:morphs",
- "ref": "test/unpetrify"
- },
- {
- "morph": "stratum2",
- "repo": "test:external-strata",
- "ref": "test/unpetrify"
- },
- {
- "morph": "stratum3",
- "repo": "test:external-strata",
- "ref": "test/unpetrify"
- }
- ]
-}
-{
- "name": "stratum2",
- "kind": "stratum",
- "chunks": [
- {
- "name": "hello",
- "repo": "test:stratum2-hello",
- "ref": "test/petrify",
- "build-mode": "test",
- "build-depends": []
- }
- ]
-}
-{
- "name": "stratum3",
- "kind": "stratum",
- "chunks": [
- {
- "name": "hello",
- "repo": "test:stratum3-hello",
- "ref": "master",
- "build-mode": "test",
- "build-depends": []
- }
- ]
-}