Cleanup
[?]
Jun 12, 2015, 4:02 PM
ZXVPPARRB3HNCKVWPVAI3MJTH5MFSKKPQXE3PAPEPPMNDISHYMCQCDependencies
- [2]
WQ2VQ7H3Use hydra-module.nix in the tests - [3]
LZVO64YGMerge in the first bits of the API work - [4]
UGA45FNCAdd a plugin for backing up builds in s3 - [5]
A3A2O37IWork around 9P corruption on 32-bit - [6]
WGDX4QRIAdjust to the NixOS/Nixpkgs merge - [7]
IZYR3KTLrelease.nix: Get rid of the "system" argument - [*]
T4LLYESZ* Nix expression for building Hydra.
Change contents
- replacement in release.nix at line 177
machine = hydraServer (builtins.getAttr system build); # build.${system}machine = hydraServer build.${system}; - replacement in release.nix at line 192
machine = hydraServer (builtins.getAttr system build); # build.${system}machine = hydraServer build.${system}; - replacement in release.nix at line 221
let hydra = builtins.getAttr system build; in # build."${system}"let hydra = build.${system}