hydra-module.nix: Fix setting the logo
[?]
Nov 6, 2013, 4:27 PM
PMDWFZHWNNA764E7A4TAMX7TN2SFPGWQXWPUETAYTFU6UJEOCYDACDependencies
- [2]
ALLSLBFXWhoops - [3]
7XOH2DGHhydra-module.nix: Give types to options - [4]
25DXUDOJhydra-module.nix: Remove the useWAL option - [5]
ZVGQP2SXhydra-module: Add a `logo' option. - [6]
D3MDJONY - [7]
BT6SNXUAAdd an option to run the hydra server in debug mode - [8]
ZYEFL36QPorted/merged properties from the TUD configuration's hydra-module - [*]
4J33F22Thydra-module.nix: Make it possible to add extra config lines
Change contents
- replacement in hydra-module.nix at line 22
{ HYDRA_LOGO = if cfg.logo != null then cfg.logo else "";HYDRA_TRACKER = cfg.tracker;{ HYDRA_TRACKER = cfg.tracker; - edit in hydra-module.nix at line 29
- replacement in hydra-module.nix at line 112
type = types.nullOr types.str;type = types.nullOr types.path; - edit in hydra-module.nix at line 138[4.2592][10.190]
- edit in hydra-module.nix at line 145[10.373][10.373]
${optionalString (cfg.logo != null) ''hydra_logo ${cfg.logo}''}