summaryrefslogtreecommitdiff
path: root/yarns/implementations.yarn
diff options
context:
space:
mode:
Diffstat (limited to 'yarns/implementations.yarn')
-rw-r--r--yarns/implementations.yarn5
1 files changed, 5 insertions, 0 deletions
diff --git a/yarns/implementations.yarn b/yarns/implementations.yarn
index 7e5117fa..723eca54 100644
--- a/yarns/implementations.yarn
+++ b/yarns/implementations.yarn
@@ -716,6 +716,11 @@ Implementation sections for cross-bootstraping
set -- cross-bootstrap-morphology "$MATCH_4" "$MATCH_3" "$MATCH_2" "$MATCH_1"
run_morph "$@"
+ IMPLEMENTS THEN the user cross-bootstraps the system (\S+) in branch (\S+) to the arch (\S+)
+ cd "$DATADIR/workspace/$MATCH_2"
+ set -- cross-bootstrap "$MATCH_3" "$MATCH_1"
+ run_morph "$@"
+
Implementation sections for deployment
======================================