Fix Hydra VM tests
[?]
Jul 31, 2018, 7:41 PM
QU2FV3MPCZKTZZ4YU6SLKZPKWVUBVUHLZGFMK4E3LDN4236YVY5QCDependencies
- [2]
KVDOL4OZhydra-module: Don't rely on su being available. - [3]
T4DBPQOFhydra-module: Run hydra-init during hydra-init.service - [4]
V4R3SIRMhydra-module.nix: Don't use a password - [5]
TTZ26BJQUnify Hydra's NixOS module with the one used for hydra.nixos.org - [6]
ASPNI2AOhydra-module.nix: Automatically create postgres db user for hydra and an admin hydra account - [*]
D3MDJONY
Change contents
- edit in hydra-module.nix at line 255
path = [ pkgs.utillinux ]; - replacement in hydra-module.nix at line 272
${config.services.postgresql.package}/bin/createuser hydra${config.services.postgresql.package}/bin/createdb -O hydra hydrarunuser -u ${config.services.postgresql.superUser} -- ${config.services.postgresql.package}/bin/createuser hydrarunuser -u ${config.services.postgresql.superUser} -- ${config.services.postgresql.package}/bin/createdb -O hydra hydra