automake-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[automake-commit] branch master updated: maint: secondary updates from m


From: Karl Berry
Subject: [automake-commit] branch master updated: maint: secondary updates from make fetch.
Date: Wed, 19 Jun 2024 12:43:28 -0400

This is an automated email from the git hooks/post-receive script.

karl pushed a commit to branch master
in repository automake.

View the commit online:
https://git.savannah.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=d732637657e1e3c81a7f90814aa8ebf1882febdc

The following commit(s) were added to refs/heads/master by this push:
     new d73263765 maint: secondary updates from make fetch.
d73263765 is described below

commit d732637657e1e3c81a7f90814aa8ebf1882febdc
Author: Karl Berry <karl@freefriends.org>
AuthorDate: Wed Jun 19 09:43:18 2024 -0700

    maint: secondary updates from make fetch.
    
    * lib/gendocs.sh: update with make fetch.
    * lib/gitlog-to-changelog: likewise.
---
 lib/gendocs.sh          | 4 ++--
 lib/gitlog-to-changelog | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/gendocs.sh b/lib/gendocs.sh
index b888de4f8..036302b7f 100755
--- a/lib/gendocs.sh
+++ b/lib/gendocs.sh
@@ -256,8 +256,8 @@ BEGIN {
 /<img src="(.*?)"/g && ++$need{$1};
 
 END {
-  #print "$me: @{[keys %need]}\n";  # for debugging, show images found.
-  FILE: for my $f (keys %need) {
+  #print "$me: @{[sort keys %need]}\n";  # for debugging, show images found.
+  FILE: for my $f (sort keys %need) {
     for my $d (@dirs) {
       if (-f "$d/$f") {
         use File::Basename;
diff --git a/lib/gitlog-to-changelog b/lib/gitlog-to-changelog
index 16a9405a7..49e7ef95c 100755
--- a/lib/gitlog-to-changelog
+++ b/lib/gitlog-to-changelog
@@ -495,7 +495,7 @@ sub git_dir_option($)
 
   # Complain about any unused entry in the --amend=F specified file.
   my $fail = 0;
-  foreach my $sha (keys %$amend_code)
+  foreach my $sha (sort keys %$amend_code)
     {
       warn "$ME:$amend_file: unused entry: $sha\n";
       $fail = 1;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]