hydra-module.nix: Remove the useWAL option

[?]
Nov 6, 2013, 3:17 PM
25DXUDOJ5V5UJEVJVZAXT4FV7TOKO6CQRERRA2BSSFFPAEPTRIJAC

Dependencies

  • [2] BT6SNXUA Add an option to run the hydra server in debug mode
  • [3] D3MDJONY
  • [4] KMPLMG7T hydra-module.nix: Cleanup
  • [5] 3FTM52B2 hydra-module: Always GC to have at least 100 GiB available.
  • [6] ASPNI2AO hydra-module.nix: Automatically create postgres db user for hydra and an admin hydra account
  • [7] ALLSLBFX Whoops
  • [8] ZVGQP2SX hydra-module: Add a `logo' option.
  • [9] 3PNG7NIB Remove trailing whitespace
  • [10] ZYEFL36Q Ported/merged properties from the TUD configuration's hydra-module
  • [11] T4DBPQOF hydra-module: Run hydra-init during hydra-init.service
  • [12] X6XVDE2C hydra-module: Set GIT_SSL_CAINFO for git over https
  • [13] J57PR4O3 hydra-module: Allow to specify the listen host.

Change contents

  • replacement in hydra-module.nix at line 21
    [3.274][3.274:277]()
    [3.274]
    [3.277]
  • edit in hydra-module.nix at line 111
    [3.442][3.442:615](),[3.615][2.61:71]()
    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
    [3.3572][3.625:632]()
    [3.3572]
    [3.632]
  • edit in hydra-module.nix at line 163
    [3.772][3.3572:3573](),[3.3572][3.3572:3573](),[3.3573][3.773:838]()
    use-sqlite-wal = ${if cfg.useWAL then "true" else "false"}
  • replacement in hydra-module.nix at line 192
    [3.958][3.958:963]()
    [3.958]
    [3.963]