summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2015-06-17 11:00:26 +0000
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2015-06-17 11:08:14 +0000
commitca82f85c123d7b22dbf4fdb7493c38ff4be6edfa (patch)
treea99ba8f5ca2a3490eac929def0b7fddab8b74712
parent7a8a2eda8ecb7c36d789af49eab1b7c3c853e461 (diff)
downloadmorph-ca82f85c123d7b22dbf4fdb7493c38ff4be6edfa.tar.gz
Fix anchor yarn
This yarn was failing 'cause of a missing chunk morph rather than a failure to push Change-Id: I70d79b1b9ec972cebde825d90c039666867bb1fa
-rw-r--r--yarns/branches-workspaces.yarn9
1 files changed, 8 insertions, 1 deletions
diff --git a/yarns/branches-workspaces.yarn b/yarns/branches-workspaces.yarn
index e0ead11c..bd5eb85e 100644
--- a/yarns/branches-workspaces.yarn
+++ b/yarns/branches-workspaces.yarn
@@ -572,6 +572,13 @@ some components.
cd "$DATADIR/gits/morphs"
+ install -m644 -D /dev/stdin << EOF "strata/tools/extra-chunk.morph"
+ name: extra-chunk
+ kind: chunk
+ build-system: manual
+ EOF
+ git add strata/tools/extra-chunk.morph
+
install -m644 -D /dev/stdin << EOF "strata/tools.morph"
name: tools
kind: stratum
@@ -579,7 +586,7 @@ some components.
- morph: strata/build-essential.morph
chunks:
- name: extra-chunk
- morph: strata/extra-chunk.morph
+ morph: strata/tools/extra-chunk.morph
repo: test:extra-chunk
unpetrify-ref: master
ref: $(run_in "$DATADIR/gits/extra-chunk" git rev-parse master)