summaryrefslogtreecommitdiff
path: root/liw.conf
blob: 8aeed8290498c67833e8e8623dd5d4295ded888e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "hosts": [
        {
            "name": "sid-amd64",
            "ssh-target": "jenkins@192.168.122.176",
            "ssh-key": "/var/lib/jenkins/.ssh/id_rsa.pub",
            "directory": "/tmp/workspace",
            "arch": "amd64",
            "debian-dist": "unstable"
        }
    ],
    "projects": [
        {
            "name": "greet",
            "git": "git://git.gitano.org.uk/personal/liw/greet",
            "build-commands": [
                "make"
            ]
        }
    ]
}