Make sure, that vtysh_cmd.c is deterministically generated. --- a/vtysh/extract.pl.in 2017-03-10 13:55:06.000000000 +0100 +++ b/vtysh/extract.pl.in 2017-06-24 00:51:56.460000000 +0200 @@ -214,7 +214,7 @@ } # Output DEFSH -foreach (keys %live) { +foreach (sort keys %live) { my ($proto); my ($key); $key = $live{$_}; @@ -229,7 +229,7 @@ { EOF -foreach (keys %odefun) { +foreach (sort keys %odefun) { my ($node, $str) = (split (/,/)); $cmd = $ocmd{$_}; $cmd =~ s/_cmd/_cmd_vtysh/; class='form'>
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/m4
5107c95dc49435a4c9c3cfd863'>etc: snippets: Use ‘hg-file-name’ when origin uses ‘hg-fetch’...
AgeCommit message (Expand)Author
2023-11-07build: Fix spelling in m4 macros....Efraim Flashner
2023-03-16build: Correct guix_system on musl libc distros....Antero Mejr
Xinglu Chen
2020-12-23etc: snippets: Add new build systems to package snippet....Morgan Smith