From 37817725f393c70e7097ecd0b2a4fb75b6d8b086 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Fri, 10 Aug 2012 13:40:07 +0000 Subject: Add list of ssh addresses and what they can build --- ci1/hosts.json.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ci1/hosts.json.txt diff --git a/ci1/hosts.json.txt b/ci1/hosts.json.txt new file mode 100644 index 0000000..c8877f7 --- /dev/null +++ b/ci1/hosts.json.txt @@ -0,0 +1,7 @@ +[ + { + "ssh-uri": "root@192.168.24.137", + "working-directory": "/tmp", + "architecture": "x86_64" + } +] -- cgit v1.2.1