@@ -, +, @@ --- misc/cronjobs/holds/build_holds_queue.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- a/misc/cronjobs/holds/build_holds_queue.pl +++ a/misc/cronjobs/holds/build_holds_queue.pl @@ -286,7 +286,7 @@ sub MapItemsToHoldRequests { if ($#branches_to_use > -1) { @pull_branches = @branches_to_use; } else { - @pull_branches = sort keys %items_by_branch; + @pull_branches = shuffle keys %items_by_branch; } foreach my $branch (@pull_branches) { next unless exists $items_by_branch{$branch} and --