diff options
author | makefu <github@syntax-fehler.de> | 2017-04-19 10:02:57 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-04-19 10:02:57 +0200 |
commit | 0ea25143c940e6fb8bac02a893cfc73f5b5c7cb5 (patch) | |
tree | b3e962ee6b19c1c9ec975fbcc5d02e180f90f7b8 /krebs/3modules/buildbot | |
parent | fdefa2b20cfa2037fc866ac68fb53b668bb60a17 (diff) | |
parent | d40738d41573eca83d7e84f8a9946f8d8441a0d0 (diff) |
Merge remote-tracking branch 'lass/master'
Diffstat (limited to 'krebs/3modules/buildbot')
-rw-r--r-- | krebs/3modules/buildbot/master.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/krebs/3modules/buildbot/master.nix b/krebs/3modules/buildbot/master.nix index b31661572..d75e6c880 100644 --- a/krebs/3modules/buildbot/master.nix +++ b/krebs/3modules/buildbot/master.nix @@ -78,7 +78,6 @@ let # stopAllBuilds = 'auth', # cancelPendingBuild = 'auth' #) - # TODO: configure krebs.nginx c['www'] = dict( port = ${toString cfg.web.port}, plugins = { 'waterfall_view':{}, 'console_view':{} } |