public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 2.x development tree branch, next, updated. aa100ddc43d7c9d722a2f7d8a8421e844eec4e6f
@ 2025-11-26 12:57 Michael Tremer
  0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2025-11-26 12:57 UTC (permalink / raw)
  To: ipfire-scm

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".

The branch, next has been updated
       via  aa100ddc43d7c9d722a2f7d8a8421e844eec4e6f (commit)
      from  fae3b13d4ccb1609d1570963bed956abbc2176e2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit aa100ddc43d7c9d722a2f7d8a8421e844eec4e6f
Author: Michael Tremer <michael.tremer@ipfire.org>
Date:   Wed Nov 26 12:56:25 2025 +0000

    tools: linux-firmware: Tolerate any quotes in diff output
    
    Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>

-----------------------------------------------------------------------

Summary of changes:
 tools/find-linux-firmware-changes | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Difference in files:
diff --git a/tools/find-linux-firmware-changes b/tools/find-linux-firmware-changes
index bcf9cabef..3141e7fe0 100755
--- a/tools/find-linux-firmware-changes
+++ b/tools/find-linux-firmware-changes
@@ -44,10 +44,10 @@ compare() {
 		if [[ ${line} =~ ^Files\ OLD/(.*)\ and ]]; then
 			changed_files+=( "${BASH_REMATCH[1]}" )
 
-		elif [[ ${line} =~ ^Only\ in\ NEW/(.*):\ (.*)$ ]]; then
+		elif [[ ${line} =~ ^Only\ in\ NEW/(.*):\ \'?([^\']*)\'?$ ]]; then
 			changed_files+=( "${BASH_REMATCH[1]}/${BASH_REMATCH[2]}" )
 
-		elif [[ ${line} =~ ^Only\ in\ OLD/(.*):\ (.*)$ ]]; then
+		elif [[ ${line} =~ ^Only\ in\ OLD/(.*):\ \'?([^\']*)\'?$ ]]; then
 			removed_files+=( "${BASH_REMATCH[1]}/${BASH_REMATCH[2]}" )
 
 		# Handle unknown lines


hooks/post-receive
--
IPFire 2.x development tree


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-11-26 12:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-11-26 12:57 [git.ipfire.org] IPFire 2.x development tree branch, next, updated. aa100ddc43d7c9d722a2f7d8a8421e844eec4e6f Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox