BuildDiff: bring back the sort
[?]
Jan 10, 2022, 6:50 PM
5KIS5VVF5HAZZQBTLVY4IWWKGA6UDDHMLL7WPH3A7PLNJYSLKMOACDependencies
- [2]
XJN33EVYBuildDiff: make actual hash ref - [3]
4CBVJEISBuildDiff: move cmdBuilds from Controller/JobsetEval - [4]
NYIIFA32BuildDiff: split out from JobsetEval GET impl
Change contents
- edit in src/lib/Hydra/Helper/BuildDiff.pm at line 19
# $builds = sort { cmpBuilds($a, $b) } $builds;# $builds2 = sort { cmpBuilds($a, $b) } $builds2; - edit in src/lib/Hydra/Helper/BuildDiff.pm at line 24
$builds = [sort { cmpBuilds($a, $b) } @{$builds}];$builds2 = [sort { cmpBuilds($a, $b) } @{$builds2}];