Traverse the entities hash's keys in sorted order to ensure reproducibility. --- libhubbub-0.3.3/build/make-entities.pl +++ libhubbub-0.3.3/build/make-entities.pl @@ -86,7 +86,7 @@ my $trie; -foreach my $key (keys %entities) { +foreach my $key (sort keys %entities) { $trie = insert_node($trie, $key, $entities{$key}); } able id='header'> cgit logo index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/CODE-OF-CONDUCT
AgeCommit message (Expand)Author
2018-05-29CODE-OF-CONDUCT: Switch to version 1.4 of the Contributor Covenant....Ludovic Courtès