Add an option to run the hydra server in debug mode
[?]
Jul 28, 2013, 3:11 PM
BT6SNXUAM2ZSGD7DAHJWZJVCWKLLAKAGFHDFCUKMIFG2AG3D65DQCDependencies
- [2]
KMPLMG7Thydra-module.nix: Cleanup - [3]
ZYEFL36QPorted/merged properties from the TUD configuration's hydra-module - [4]
T4DBPQOFhydra-module: Run hydra-init during hydra-init.service - [5]
X6XVDE2Chydra-module: Set GIT_SSL_CAINFO for git over https - [6]
D3MDJONY - [7]
ASPNI2AOhydra-module.nix: Automatically create postgres db user for hydra and an admin hydra account
Change contents
- replacement in hydra-module.nix at line 31
};} // (optionalAttrs cfg.debugMode { DBIC_TRACE = 1; }); - edit in hydra-module.nix at line 113
};debugServer = mkOption {default = false;type = types.bool;description = "Whether to run the server in debug mode"; - replacement in hydra-module.nix at line 198
{ ExecStart = "@${cfg.hydra}/bin/hydra-server hydra-server -f -h \* --max_spare_servers 5 --max_servers 25 --max_requests 100";{ ExecStart = "@${cfg.hydra}/bin/hydra-server hydra-server -f -h \* --max_spare_servers 5 --max_servers 25 --max_requests 100${optionalString cfg.debugServer " -d"}";