hydra-module.nix: Remove the useWAL option
[?]
Nov 6, 2013, 3:17 PM
25DXUDOJ5V5UJEVJVZAXT4FV7TOKO6CQRERRA2BSSFFPAEPTRIJACDependencies
- [2]
BT6SNXUAAdd an option to run the hydra server in debug mode - [3]
D3MDJONY - [4]
KMPLMG7Thydra-module.nix: Cleanup - [5]
3FTM52B2hydra-module: Always GC to have at least 100 GiB available. - [6]
ASPNI2AOhydra-module.nix: Automatically create postgres db user for hydra and an admin hydra account - [7]
ALLSLBFXWhoops - [8]
ZVGQP2SXhydra-module: Add a `logo' option. - [9]
3PNG7NIBRemove trailing whitespace - [10]
ZYEFL36QPorted/merged properties from the TUD configuration's hydra-module - [11]
T4DBPQOFhydra-module: Run hydra-init during hydra-init.service - [12]
X6XVDE2Chydra-module: Set GIT_SSL_CAINFO for git over https - [13]
J57PR4O3hydra-module: Allow to specify the listen host.
Change contents
- replacement in hydra-module.nix at line 21
- edit in hydra-module.nix at line 111
useWAL = mkOption {default = true;description = ''Whether to use SQLite's Write-Ahead Logging, which may improve performance.'';}; - replacement in hydra-module.nix at line 159
- edit in hydra-module.nix at line 163
use-sqlite-wal = ${if cfg.useWAL then "true" else "false"} - replacement in hydra-module.nix at line 192