summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2014-08-12 16:27:30 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2014-08-12 16:33:47 +0000
commit2fd432ffe1ba37bbe0101f903653df2c5ad3b4a6 (patch)
treea56a9d5d2b006518f5e1b97fde29c5ce1fce23df
parent05d8377e3131af101f444e079347953587a2b0d6 (diff)
downloadmorph-2fd432ffe1ba37bbe0101f903653df2c5ad3b4a6.tar.gz
Yarns: implement pushing a whole system branch
-rw-r--r--yarns/implementations.yarn3
1 files changed, 1 insertions, 2 deletions
diff --git a/yarns/implementations.yarn b/yarns/implementations.yarn
index f01432b7..8ed007b6 100644
--- a/yarns/implementations.yarn
+++ b/yarns/implementations.yarn
@@ -380,8 +380,7 @@ Attempt to branch a system branch from a root that had no systems.
Pushing all changes in a system branch checkout to the git server.
IMPLEMENTS WHEN the user pushes the system branch called (\S+) to the git server
- # FIXME: For now, this is just the morphs checkout.
- run_in "$DATADIR/workspace/$MATCH_1/test/morphs" git push origin HEAD
+ run_in "$DATADIR/workspace/$MATCH_1/" morph foreach -- sh -c 'git push -u origin HEAD 2>&1'
Report workspace path.