diff options
author | makefu <github@syntax-fehler.de> | 2016-11-11 01:34:18 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-11-11 01:34:18 +0100 |
commit | 6c092cd20ca256b1cefa92aa779380cdb71c1313 (patch) | |
tree | 6bbc5631239a6ad65e790e499563bb1d65ffafc4 /lass/2configs | |
parent | 8161fcfe3a558b12fb2cf5dec135d26eadacd767 (diff) |
buildbot: 0.8.4 -> 0.9.0rc2
Diffstat (limited to 'lass/2configs')
-rw-r--r-- | lass/2configs/buildbot-standalone.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lass/2configs/buildbot-standalone.nix b/lass/2configs/buildbot-standalone.nix index df01a84c0..00911cf9e 100644 --- a/lass/2configs/buildbot-standalone.nix +++ b/lass/2configs/buildbot-standalone.nix @@ -213,7 +213,7 @@ in { enable = true; nick = "buildbot-lass"; server = "cd.retiolum"; - channels = [ "retiolum" ]; + channels = [ { channels = "retiolum"; } ]; allowForce = true; }; }; |