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/; ='/'>index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/home/services/gnupg.scm
AgeCommit message (Expand)Author
2024-08-18home: Fix typo in parcimonie configuration....Tobias Geerinckx-Rice
2024-07-26home: Set 700 permissions on .gnupg with home-gpg-agent-service...Richard Sent
2023-09-04home: Add parcimonie service....Efraim Flashner
2023-04-08home: Add gpg-agent service....Ludovic Courtès