summaryrefslogtreecommitdiff
path: root/yarns/implementations.yarn
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2014-02-14 10:22:46 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2014-02-14 10:22:46 +0000
commit8f8fc96b884e7f175d4a01bc2d91452d7149bf33 (patch)
treed0d19252c154fb030f7dfa1c4784ef60e45bc40e /yarns/implementations.yarn
parent2decdcdd27567e99e3bc53347d34064ab34f7932 (diff)
parentfbf70e2e5595d0cc7edaf7240a732cc5d2632c34 (diff)
downloadmorph-8f8fc96b884e7f175d4a01bc2d91452d7149bf33.tar.gz
Merge branch 'baserock/richardmaw/S10310/invalid-repo-ref-v2'
Reviewed-by: Sam Thursfield
Diffstat (limited to 'yarns/implementations.yarn')
-rw-r--r--yarns/implementations.yarn21
1 files changed, 0 insertions, 21 deletions
diff --git a/yarns/implementations.yarn b/yarns/implementations.yarn
index b4d8e7ce..2a46dfa2 100644
--- a/yarns/implementations.yarn
+++ b/yarns/implementations.yarn
@@ -78,8 +78,6 @@ another to hold a chunk.
arch: $arch
strata:
- name: test-stratum
- repo: test:morphs
- ref: master
morph: test-stratum
EOF
@@ -293,8 +291,6 @@ have a morphology using the test architecture.
kind: stratum
build-depends:
- morph: build-essential
- ref: master
- repo: test:morphs
chunks:
- name: test-chunk
repo: test:test-chunk
@@ -312,12 +308,8 @@ have a morphology using the test architecture.
name: $MATCH_1
strata:
- name: build-essential
- repo: test:morphs
- ref: master
morph: build-essential
- name: core
- repo: test:morphs
- ref: master
morph: core
EOF
@@ -326,17 +318,6 @@ have a morphology using the test architecture.
run_in "$DATADIR/gits/morphs" git add "$MATCH_1.morph"
run_in "$DATADIR/gits/morphs" git commit -m "Added $MATCH_1 and strata morphologies."
-Morphologies need to support having a null ref, which means look for the
-stratum in the same repository and ref. Testing this requires different
-morphologies.
-
- IMPLEMENTS GIVEN null refs for local strata
- nullify_local_refs test:morphs master \
- "$DATADIR/gits/morphs/test-system.morph" \
- "$DATADIR/gits/morphs/test-stratum.morph"
- run_in "$DATADIR/gits/morphs" git add .
- run_in "$DATADIR/gits/morphs" git commit -m "Use null refs."
-
Implementation sections for system branch operations
----------------------------------------------------
@@ -469,8 +450,6 @@ print-architecture` to get a value appropriate for morph.
name: $MATCH_1
strata:
- name: test-stratum
- repo: test:morphs
- ref: master
morph: test-stratum
EOF