summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-03-22 18:39:57 +0000
committerLars Wirzenius <liw@liw.fi>2014-03-22 18:39:57 +0000
commit190262cf5349e9a9380f5395d5b29f8e3f0fd433 (patch)
tree4c75b454f69739ac54051aed312db9f581c939b9
parent15674f048e5570215f04ab46f85661b7a44ec130 (diff)
downloadjenkinstool-190262cf5349e9a9380f5395d5b29f8e3f0fd433.tar.gz
Add jt
-rw-r--r--liw-real.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/liw-real.conf b/liw-real.conf
index a5bb695..04eb356 100644
--- a/liw-real.conf
+++ b/liw-real.conf
@@ -236,6 +236,15 @@
"build-commands": [
"yarn yarns/*.yarn"
]
+ },
+ {
+ "name": "jt",
+ "git": "git://git.liw.fi/jt",
+ "build-depends": [
+ "cliapp"
+ ],
+ "build-commands": [
+ ]
}
]
}