hydra-module: Add a `logo' option.
[?]
May 5, 2011, 10:07 AM
ZVGQP2SXJRSOOGPVODNWYNX6AJMXRTVYAEEC7CBZKLTO4EWTHQWACDependencies
- [2]
INUGMXTGhydra-module: Add a `port' option. - [3]
CTYUTPEDhydra-module: Remove `nix.*' settings. - [4]
D3MDJONY
Change contents
- edit in hydra-module.nix at line 21
+ ${if cfg.logo != nullthen ''HYDRA_LOGO="${cfg.logo}" ''else ""} - edit in hydra-module.nix at line 56
example = "dbi:SQLite:/home/hydra/db/hydra.sqlite"; - replacement in hydra-module.nix at line 58
The DBI string for Hydra database connectionThe DBI string for Hydra database connection. - replacement in hydra-module.nix at line 109
};};logo = mkOption {default = null;description = ''File name of an alternate logo to be displayed on the web pages.'';};