From 887876e7801fe1fbcf34b849229e28a792fb6094 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Tue, 17 Jul 2012 14:37:30 +0000 Subject: Add default CI config files --- ci1/systems.json.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ci1/systems.json.txt diff --git a/ci1/systems.json.txt b/ci1/systems.json.txt new file mode 100644 index 0000000..bcc38bd --- /dev/null +++ b/ci1/systems.json.txt @@ -0,0 +1,14 @@ +[ + { + "description": "x86_64 base system", + "morph": "x86_64-generic-base-system.morph", + "ref": "master", + "repo": "baserock:morphs" + }, + { + "description": "x86_64 development system", + "morph": "x86_64-generic-devel-system.morph", + "ref": "master", + "repo": "baserock:morphs" + } +] \ No newline at end of file -- cgit v1.2.1