From 2fd432ffe1ba37bbe0101f903653df2c5ad3b4a6 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Tue, 12 Aug 2014 16:27:30 +0000 Subject: Yarns: implement pushing a whole system branch --- yarns/implementations.yarn | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'yarns') 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. -- cgit v1.2.1