From ca82f85c123d7b22dbf4fdb7493c38ff4be6edfa Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Wed, 17 Jun 2015 11:00:26 +0000 Subject: Fix anchor yarn This yarn was failing 'cause of a missing chunk morph rather than a failure to push Change-Id: I70d79b1b9ec972cebde825d90c039666867bb1fa --- yarns/branches-workspaces.yarn | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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) -- cgit v1.2.1