summaryrefslogtreecommitdiff
path: root/liw.conf
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-08-21 08:51:09 +0100
committerLars Wirzenius <liw@liw.fi>2012-08-21 08:51:09 +0100
commit3695dfa3b348417cbd5e3249c7a3997de869dd11 (patch)
tree147e548913e8fd002649f727a5c81a9f8ded75c2 /liw.conf
parent526a648b742797708ceac69452cfc53edb816f03 (diff)
downloadjenkinstool-3695dfa3b348417cbd5e3249c7a3997de869dd11.tar.gz
Exclude .bzr when building .dsc packages
Diffstat (limited to 'liw.conf')
-rw-r--r--liw.conf22
1 files changed, 22 insertions, 0 deletions
diff --git a/liw.conf b/liw.conf
index ebbd38e..71012f2 100644
--- a/liw.conf
+++ b/liw.conf
@@ -7,6 +7,14 @@
"directory": "/tmp/workspace",
"arch": "amd64",
"debian-dist": "unstable"
+ },
+ {
+ "name": "sid32",
+ "ssh-target": "jenkins@192.168.122.124",
+ "ssh-key": "/var/lib/jenkins/.ssh/id_rsa.pub",
+ "directory": "/tmp/workspace",
+ "arch": "i386",
+ "debian-dist": "unstable"
}
],
"projects": [
@@ -16,6 +24,20 @@
"build-commands": [
"make check"
]
+ },
+ {
+ "name": "ttystatus",
+ "bzr": "http://code.liw.fi/ttystatus/bzr/trunk/",
+ "build-commands": [
+ "make all check"
+ ]
+ },
+ {
+ "name": "cliapp",
+ "bzr": "http://code.liw.fi/cliapp/bzr/trunk/",
+ "build-commands": [
+ "make all check"
+ ]
}
]
}