summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-10-05 10:15:48 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2012-10-05 10:15:48 +0100
commit9f844bab0e62f7abe990160e5c0aea474eaf1255 (patch)
tree4b745360a0427527f1c6738611b80f0118cb3f8b
parentdc3523679e305a335c7d7364a548b6c0a9fb3b42 (diff)
downloadjenkins-config-master.tar.gz
Correct system definitions after renameHEADmaster
-rw-r--r--ci1/systems.json.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci1/systems.json.txt b/ci1/systems.json.txt
index bbf4e90..0210eb5 100644
--- a/ci1/systems.json.txt
+++ b/ci1/systems.json.txt
@@ -1,7 +1,7 @@
[
{
"description": "x86 development system",
- "morph": "x86_64-generic-devel-system",
+ "morph": "devel-system-x86_64-generic",
"ref": "master",
"repo": "baserock:morphs"
},
@@ -13,7 +13,7 @@
},
{
"description": "x86 base system",
- "morph": "x86_64-generic-base-system",
+ "morph": "base-system-x86_64-generic",
"ref": "master",
"repo": "baserock:morphs"
}