fix github pulls json to be deterministic
[?]
Jun 21, 2017, 12:35 PM
CWUG4XMBXW7MVOACDBGCYP4COCBTC5MQUTTFAMGQJI3T4BCGLZAACDependencies
- [2]
46VPIW3VAllow hydra-eval-jobset to be found by the hydra-evaluator - [3]
D5YPJDT6Add GithubPulls input plugin. - [4]
EE5RRP3Xhydra-module.nix: Make services require hydra-init - [5]
FCNC325ZGithubPulls: Add 'revision' to the input - [6]
ZYEFL36QPorted/merged properties from the TUD configuration's hydra-module - [7]
L62I7CPIDon't put ssmtp in hydra's paths - [8]
HRFFN34BFix email notification - [9]
RS7WV4MYRemove ssmtp from $PATH again - [*]
D3MDJONY
Change contents
- replacement in hydra-module.nix at line 344
path = [ pkgs.nettools cfg.package ];path = with pkgs; [ nettools cfg.package jq ]; - replacement in src/lib/Hydra/Plugin/GithubPulls.pm at line 58
my $storePath = `nix-store --add "$filename"`system("jq -S . < $filename > $tempdir/github-pulls-sorted.json");my $storePath = `nix-store --add "$tempdir/github-pulls-sorted.json"`