summaryrefslogtreecommitdiff
path: root/yarns/implementations.yarn
diff options
context:
space:
mode:
Diffstat (limited to 'yarns/implementations.yarn')
-rw-r--r--yarns/implementations.yarn7
1 files changed, 7 insertions, 0 deletions
diff --git a/yarns/implementations.yarn b/yarns/implementations.yarn
index 2bbb1f5c..47d33341 100644
--- a/yarns/implementations.yarn
+++ b/yarns/implementations.yarn
@@ -737,6 +737,13 @@ Implementation sections for building
if [ "$MATCH_1" != "attempts to " ]; then run_morph "$@"
else attempt_morph "$@"; fi
+ IMPLEMENTS WHEN the user (attempts to )?((dist)?build)s? (\S+) from the system (\S+) in branch (\S+)
+ cd "$DATADIR/workspace/$MATCH_6/test/morphs"
+ echo 'partial=True' >> "$DATADIR/morph.conf"
+ set "$MATCH_2" "$MATCH_5" "$MATCH_4"
+ if [ "$MATCH_1" != "attempts to " ]; then run_morph "$@"
+ else attempt_morph "$@"; fi
+
Implementation sections for cross-bootstraping
==============================================