summaryrefslogtreecommitdiff
path: root/tests.branching/setup-second-chunk
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2014-02-17 15:49:48 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2014-02-17 15:49:48 +0000
commitd3e386a632cd9a45c74cfcdeb44e1310616c52d5 (patch)
treee1d3a688f1d3f1b51ecc5d273166a6daf0a5a87a /tests.branching/setup-second-chunk
parent22d3fe2832cf758b1efa75d2fdecf6e061fbdb0d (diff)
downloadmorph-d3e386a632cd9a45c74cfcdeb44e1310616c52d5.tar.gz
cmdtests: Update to use new ordering
Diffstat (limited to 'tests.branching/setup-second-chunk')
-rwxr-xr-xtests.branching/setup-second-chunk16
1 files changed, 8 insertions, 8 deletions
diff --git a/tests.branching/setup-second-chunk b/tests.branching/setup-second-chunk
index 32de7d55..058fb222 100755
--- a/tests.branching/setup-second-chunk
+++ b/tests.branching/setup-second-chunk
@@ -1,5 +1,5 @@
#!/bin/sh
-# Copyright (C) 2012-2013 Codethink Limited
+# Copyright (C) 2012-2014 Codethink Limited
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -45,16 +45,16 @@ cat <<EOF > hello-stratum.morph
name: hello-stratum
kind: stratum
chunks:
-- build-depends: []
- build-mode: test
- name: hello
- ref: master
+- name: hello
repo: test:hello
-- build-depends: []
- build-mode: test
- name: goodbye
ref: master
+ build-depends: []
+ build-mode: test
+- name: goodbye
repo: test:goodbye
+ ref: master
+ build-depends: []
+ build-mode: test
EOF
git commit -q --all -m "Add goodbye to hello-stratum"