[ Fix #531 ] Trim github pr plugin store paths.
[?]
Feb 12, 2018, 4:59 PM
XMM2AZRAZYU6JZV3VKPECVF5EZVACQNXMLHHEIO46WMNJBAPUBWACDependencies
- [2]
FCNC325ZGithubPulls: Add 'revision' to the input - [3]
CWUG4XMBfix github pulls json to be deterministic - [4]
D5YPJDT6Add GithubPulls input plugin.
Change contents
- replacement in src/lib/Hydra/Plugin/GithubPulls.pm at line 59
my $storePath = `nix-store --add "$tempdir/github-pulls-sorted.json"`or die "cannot copy path $filename to the Nix store.\n";my $storePath = trim(`nix-store --add "$tempdir/github-pulls-sorted.json"`or die "cannot copy path $filename to the Nix store.\n");