summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--yarns/branches-workspaces.yarn16
1 files changed, 8 insertions, 8 deletions
diff --git a/yarns/branches-workspaces.yarn b/yarns/branches-workspaces.yarn
index 648055b0..642beadd 100644
--- a/yarns/branches-workspaces.yarn
+++ b/yarns/branches-workspaces.yarn
@@ -308,8 +308,8 @@ it's easier to just require a temporary build branch.
WHEN the user builds systems/test-system.morph of the baserock/test branch
THEN the morphs repository in the workspace for baserock/test has temporary build branches
AND the test-chunk repository in the workspace for baserock/test has temporary build branches
- AND no temporary build branches were pushed to the morphs repository
- AND no temporary build branches were pushed to the test-chunk repository
+ AND no temporary build branches were pushed to the morphs repository
+ AND no temporary build branches were pushed to the test-chunk repository
For distributed building, it being committed locally is not sufficient,
as remote workers need to be able to access the changes, and dist-build
@@ -323,8 +323,8 @@ to be pushed.
WHEN the user builds systems/test-system.morph of the baserock/test branch
THEN the morphs repository in the workspace for baserock/test has temporary build branches
AND the test-chunk repository in the workspace for baserock/test has temporary build branches
- AND temporary build branches were pushed to the morphs repository
- AND temporary build branches were pushed to the test-chunk repository
+ AND temporary build branches were pushed to the morphs repository
+ AND temporary build branches were pushed to the test-chunk repository
We can now push our committed changes.
@@ -338,8 +338,8 @@ We now don't need temporary build branches for local builds.
WHEN the user builds systems/test-system.morph of the baserock/test branch
THEN the morphs repository in the workspace for baserock/test has no temporary build branches
AND the test-chunk repository in the workspace for baserock/test has no temporary build branches
- AND no temporary build branches were pushed to the morphs repository
- AND no temporary build branches were pushed to the test-chunk repository
+ AND no temporary build branches were pushed to the morphs repository
+ AND no temporary build branches were pushed to the test-chunk repository
Nor do we need temporary build branches for distributed builds.
@@ -349,8 +349,8 @@ Nor do we need temporary build branches for distributed builds.
WHEN the user builds systems/test-system.morph of the baserock/test branch
THEN the morphs repository in the workspace for baserock/test has no temporary build branches
AND the test-chunk repository in the workspace for baserock/test has no temporary build branches
- AND no temporary build branches were pushed to the morphs repository
- AND no temporary build branches were pushed to the test-chunk repository
+ AND no temporary build branches were pushed to the morphs repository
+ AND no temporary build branches were pushed to the test-chunk repository
IMPLEMENTS WHEN the user makes changes to test-chunk in branch (\S+)
chunkdir="$(slashify_colons "test:test-chunk")"