summaryrefslogtreecommitdiff
path: root/yarns/regression.yarn
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@gmail.com>2014-08-10 20:29:41 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2014-08-12 18:07:41 +0100
commit4d794d475e01363928916f7667a63eed6071f5e2 (patch)
tree522888cbfc00b7ad5d59e4f7ebd1daf7f6324639 /yarns/regression.yarn
parentd63f41dadf5aa96a8d9254d31e92711ee160245e (diff)
downloadmorph-4d794d475e01363928916f7667a63eed6071f5e2.tar.gz
yarns: Start from petrified refs
This is closer to our current workflow, where we are always petrified and update the ref field when we need to update a component. This required rearranging the operations to create the chunk repository before the definitions repository, and remove a check that assumes we weren't already petrified.
Diffstat (limited to 'yarns/regression.yarn')
-rw-r--r--yarns/regression.yarn3
1 files changed, 2 insertions, 1 deletions
diff --git a/yarns/regression.yarn b/yarns/regression.yarn
index e5b3d875..6f499d90 100644
--- a/yarns/regression.yarn
+++ b/yarns/regression.yarn
@@ -90,7 +90,8 @@ Implementations
- name: bootstrap-chunk
morph: bootstrap-chunk.morph
repo: test:test-chunk
- ref: master
+ unpetrify-ref: master
+ ref: $(run_in "$DATADIR/gits/test-chunk" git rev-parse master)
build-mode: bootstrap
build-depends: []
EOF