summaryrefslogtreecommitdiff
path: root/tests.deploy
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2014-02-12 16:18:45 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2014-02-13 15:39:37 +0000
commit2c9ad8890860f47d03433405c57f33f514fcd456 (patch)
tree9c7f2e04f1ef474dea2fa1e644052bba90ef6afa /tests.deploy
parent4e50b8850f13bef14ec31710c31801330e41cc32 (diff)
downloadmorph-2c9ad8890860f47d03433405c57f33f514fcd456.tar.gz
Don't use repo or ref in test suite
Diffstat (limited to 'tests.deploy')
-rwxr-xr-xtests.deploy/setup10
1 files changed, 1 insertions, 9 deletions
diff --git a/tests.deploy/setup b/tests.deploy/setup
index 5f83747e..5fbe0262 100755
--- a/tests.deploy/setup
+++ b/tests.deploy/setup
@@ -10,7 +10,7 @@
# The stratum repository contains a single branch, "master", with a
# stratum and a system morphology that include the chunk above.
#
-# Copyright (C) 2011, 2012, 2013 Codethink Limited
+# Copyright (C) 2011, 2012, 2013, 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
@@ -116,8 +116,6 @@ cat <<EOF > hello-system.morph
"strata": [
{
"morph": "hello-stratum",
- "repo": "test:morphs",
- "ref": "master"
}
]
}
@@ -131,8 +129,6 @@ cat <<EOF > linux-stratum.morph
"build-depends": [
{
"morph": "hello-stratum",
- "repo": "test:morphs",
- "ref": "master"
}
],
"chunks": [
@@ -156,13 +152,9 @@ cat <<EOF > linux-system.morph
"strata": [
{
"morph": "hello-stratum",
- "repo": "test:morphs",
- "ref": "master"
},
{
"morph": "linux-stratum",
- "repo": "test:morphs",
- "ref": "master"
}
],
"configuration-extensions": [