summaryrefslogtreecommitdiff
path: root/tests.build/setup
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2015-07-23 17:14:28 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-07-23 16:43:17 +0000
commit1ae4b3d77bdf7f666c7817346baf08129a6247f3 (patch)
tree0e7fb3cd057bc3f7b971a79dad897d1205945e32 /tests.build/setup
parent79eb63a0669842e2d8eff43f42683ed9ce28383a (diff)
downloadmorph-1ae4b3d77bdf7f666c7817346baf08129a6247f3.tar.gz
Remove support for Baserock definitions format versions 0, 1 and 2
The previous release of the Baserock reference systems (baserock-15.25 tag) used Baserock definitions version 3, so this version of Morph can still build the last release of the Baserock reference systems. In the course of fixing up the cmdtest tests to use version 5 definitions, I removed a couple of bits of redundant code. Change-Id: If9d480aa966d2ea5939cf04351f3d488cccea67f
Diffstat (limited to 'tests.build/setup')
-rwxr-xr-xtests.build/setup3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests.build/setup b/tests.build/setup
index 4663ff1d..b7dc5074 100755
--- a/tests.build/setup
+++ b/tests.build/setup
@@ -81,6 +81,9 @@ mkdir "$morphsrepo"
cd "$morphsrepo"
git init --quiet
+echo 'version: 5' > VERSION
+git add VERSION
+
cat <<EOF > hello-stratum.morph
name: hello-stratum
kind: stratum