From 2c9ad8890860f47d03433405c57f33f514fcd456 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Wed, 12 Feb 2014 16:18:45 +0000 Subject: Don't use repo or ref in test suite --- tests.deploy/setup | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'tests.deploy') 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 < hello-system.morph "strata": [ { "morph": "hello-stratum", - "repo": "test:morphs", - "ref": "master" } ] } @@ -131,8 +129,6 @@ cat < linux-stratum.morph "build-depends": [ { "morph": "hello-stratum", - "repo": "test:morphs", - "ref": "master" } ], "chunks": [ @@ -156,13 +152,9 @@ cat < linux-system.morph "strata": [ { "morph": "hello-stratum", - "repo": "test:morphs", - "ref": "master" }, { "morph": "linux-stratum", - "repo": "test:morphs", - "ref": "master" } ], "configuration-extensions": [ -- cgit v1.2.1