summaryrefslogtreecommitdiff
path: root/yarns/implementations.yarn
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2013-12-06 11:09:58 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2014-01-09 15:07:42 +0000
commit56f996b81d3843b9d2a131dd778912f9ebd57f48 (patch)
treea55bd7f44034055d65e7c69656ced38842b08a3b /yarns/implementations.yarn
parent87adff1b40ab0e3ce512185fa3fd4ecc641e0b32 (diff)
downloadmorph-56f996b81d3843b9d2a131dd778912f9ebd57f48.tar.gz
yarns: Remove redundant repo in IMPLEMENTS THEN
morph build the system... doesn't need the repository to be specified, just the branch; morph is able to work it out for itself.
Diffstat (limited to 'yarns/implementations.yarn')
-rw-r--r--yarns/implementations.yarn4
1 files changed, 2 insertions, 2 deletions
diff --git a/yarns/implementations.yarn b/yarns/implementations.yarn
index 0fad95be..dc8f06af 100644
--- a/yarns/implementations.yarn
+++ b/yarns/implementations.yarn
@@ -616,6 +616,6 @@ variables in `$DATADIR/env`. We treat the value as a format string for
Implementations for building systems
------------------------------------
- IMPLEMENTS THEN morph build the system (\S+) of the (branch|tag) (\S+) of the repo (\S+)
- cd "$DATADIR/workspace/$MATCH_3/$MATCH_4"
+ IMPLEMENTS THEN morph build the system (\S+) of the (branch|tag) (\S+)
+ cd "$DATADIR/workspace/$MATCH_3"
run_morph build "$MATCH_1"