From e86eae318a83a429a0f27954866217ebf2efa6a5 Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Fri, 18 Jul 2014 16:10:24 +0100 Subject: yarns: Test building and deployment of a system with a chunk in definitions --- yarns/regression.yarn | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'yarns/regression.yarn') diff --git a/yarns/regression.yarn b/yarns/regression.yarn index 05e2e70c..e5b3d875 100644 --- a/yarns/regression.yarn +++ b/yarns/regression.yarn @@ -88,17 +88,15 @@ Implementations kind: stratum chunks: - name: bootstrap-chunk + morph: bootstrap-chunk.morph repo: test:test-chunk ref: master build-mode: bootstrap build-depends: [] EOF + sed -e 's/name: test-chunk/name: bootstrap-chunk/g' \ + "$DATADIR/gits/morphs/test-chunk.morph" \ + > "$DATADIR/gits/morphs/bootstrap-chunk.morph" run_in "$DATADIR/gits/morphs" git add . run_in "$DATADIR/gits/morphs" git commit -m "Add bootstrap-system" - - sed -e 's/test-chunk/bootstrap-chunk/g' \ - "$DATADIR/gits/test-chunk/test-chunk.morph" \ - > "$DATADIR/gits/test-chunk/bootstrap-chunk.morph" - run_in "$DATADIR/gits/test-chunk" git add . - run_in "$DATADIR/gits/test-chunk" git commit -m "Add bootstrap-chunk" -- cgit v1.2.1