Age | Commit message (Expand) | Author |
---|---|---|
2020-08-02 | services: Add zram-device-service.... | Efraim Flashner |
2020-01-31 | gnu: Add earlyoom-service-type.... | Maxim Cournoyer |
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}); } le id='header'>
aboutsummaryrefslogtreecommitdiff |
Age | Commit message (Expand) | Author |
---|---|---|
2020-08-02 | services: Add zram-device-service.... | Efraim Flashner |
2020-01-31 | gnu: Add earlyoom-service-type.... | Maxim Cournoyer |