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/; a>
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/ROADMAP
AgeCommit message (Expand)Author
2016-01-29Rename 'dmd' to 'shepherd' in comments and strings....* build-aux/hydra/demo-os.scm (operating-system)[issue]: Point to shepherd instead of dmd. * ROADMAP: Likewise. * gnu/build/install.scm (directives): Adjust comment. Alex Kost
2015-01-22doc: Update 'ROADMAP'....Suggested by Omar Radwan <toxemicsquire4@gmail.com>. * ROADMAP: Rewrite. Ludovic Courtès
2014-01-03doc: Update 'ROADMAP'....* ROADMAP: Add link to the updated road map, and the a note on release history. Ludovic Courtès
2013-01-22Update `ROADMAP'.Ludovic Courtès
2012-11-18doc: Add `ROADMAP'....* ROADMAP: New file. * Makefile.am (EXTRA_DIST): Add it. Ludovic Courtès