hydra-module: Add a `logo' option.

[?]
May 5, 2011, 10:07 AM
ZVGQP2SXJRSOOGPVODNWYNX6AJMXRTVYAEEC7CBZKLTO4EWTHQWAC

Dependencies

Change contents

  • edit in hydra-module.nix at line 21
    [2.47]
    [3.451]
    + ${if cfg.logo != null
    then ''HYDRA_LOGO="${cfg.logo}" ''
    else ""}
  • edit in hydra-module.nix at line 56
    [3.1149]
    [3.1149]
    example = "dbi:SQLite:/home/hydra/db/hydra.sqlite";
  • replacement in hydra-module.nix at line 58
    [3.1174][3.1174:1229]()
    The DBI string for Hydra database connection
    [3.1174]
    [3.1229]
    The DBI string for Hydra database connection.
  • replacement in hydra-module.nix at line 109
    [3.2337][3.2337:2354]()
    };
    [3.2337]
    [3.2354]
    };
    logo = mkOption {
    default = null;
    description = ''
    File name of an alternate logo to be displayed on the web pages.
    '';
    };