[Git-commits] [grml/grml-live] b02621: shellcheck: grml-live: fix quoting issues
Chris Hofstaedtler
noreply at github.com
Tue Nov 26 17:17:24 CET 2024
Branch: refs/heads/shellcheck
Home: https://github.com/grml/grml-live
Commit: b026216ffc5a72dcebcac6e3706eb0357021981d
https://github.com/grml/grml-live/commit/b026216ffc5a72dcebcac6e3706eb0357021981d
Author: Chris Hofstaedtler <ch at grml.org>
Date: 2024-11-26 (Tue, 26 Nov 2024)
Changed paths:
M grml-live
Log Message:
-----------
shellcheck: grml-live: fix quoting issues
Commit: fca73f61e53c1f65e9de174385e2f76cff3912c5
https://github.com/grml/grml-live/commit/fca73f61e53c1f65e9de174385e2f76cff3912c5
Author: Chris Hofstaedtler <ch at grml.org>
Date: 2024-11-26 (Tue, 26 Nov 2024)
Changed paths:
M grml-live
Log Message:
-----------
shellcheck: annotate NOCOLORS usage
Used by init-functions. Until we replace that, add this annotation.
Commit: 5ebb5d2226ccbb91295cc3e1438a9f68bf81ef91
https://github.com/grml/grml-live/commit/5ebb5d2226ccbb91295cc3e1438a9f68bf81ef91
Author: Chris Hofstaedtler <ch at grml.org>
Date: 2024-11-26 (Tue, 26 Nov 2024)
Changed paths:
M grml-live
Log Message:
-----------
shellcheck: grml-live: concat $@ correctly
Commit: 1bbbfd60e006dc48553711fc40534c1de0397918
https://github.com/grml/grml-live/commit/1bbbfd60e006dc48553711fc40534c1de0397918
Author: Chris Hofstaedtler <ch at grml.org>
Date: 2024-11-26 (Tue, 26 Nov 2024)
Changed paths:
M grml-live
Log Message:
-----------
shellcheck: grml-live: fix SC2166
Commit: 555f365d69a682327bf6b556b79fe9349bda73f0
https://github.com/grml/grml-live/commit/555f365d69a682327bf6b556b79fe9349bda73f0
Author: Chris Hofstaedtler <ch at grml.org>
Date: 2024-11-26 (Tue, 26 Nov 2024)
Changed paths:
M grml-live
Log Message:
-----------
shellcheck: grml-live: ignore init-functions,lsb-functions sources
Commit: 9631d4f8a673dd18bdc6e69a0ce48b2fe4261658
https://github.com/grml/grml-live/commit/9631d4f8a673dd18bdc6e69a0ce48b2fe4261658
Author: Chris Hofstaedtler <ch at grml.org>
Date: 2024-11-26 (Tue, 26 Nov 2024)
Changed paths:
M grml-live
Log Message:
-----------
shellcheck: grml-live: do not trap SIGKILL
Commit: ff4663e7effba0859bc4e06b33bd1b7b5e278446
https://github.com/grml/grml-live/commit/ff4663e7effba0859bc4e06b33bd1b7b5e278446
Author: Chris Hofstaedtler <ch at grml.org>
Date: 2024-11-26 (Tue, 26 Nov 2024)
Changed paths:
M grml-live
Log Message:
-----------
grml-live: fix $? usage errors
Commit: d3a536a0f2eab239e42764ddcaf485e7981000a4
https://github.com/grml/grml-live/commit/d3a536a0f2eab239e42764ddcaf485e7981000a4
Author: Chris Hofstaedtler <ch at grml.org>
Date: 2024-11-26 (Tue, 26 Nov 2024)
Changed paths:
M grml-live
Log Message:
-----------
grml-live: stop exporting SHORT_NAME
AFAICT nothing uses SHORT_NAME outside of grml-live itself.
Commit: af0860b19dc462edee4080152059a432c727c838
https://github.com/grml/grml-live/commit/af0860b19dc462edee4080152059a432c727c838
Author: Chris Hofstaedtler <ch at grml.org>
Date: 2024-11-26 (Tue, 26 Nov 2024)
Changed paths:
M grml-live
Log Message:
-----------
shellcheck: grml-live: fix SC2155
Declare and assign separately to avoid masking return values.
Commit: f6c6a9b3872b402325621145aabbcb12a66bc932
https://github.com/grml/grml-live/commit/f6c6a9b3872b402325621145aabbcb12a66bc932
Author: Chris Hofstaedtler <ch at grml.org>
Date: 2024-11-26 (Tue, 26 Nov 2024)
Changed paths:
M grml-live
Log Message:
-----------
shellcheck: grml-live: fix SC2162
read without -r will mangle backslashes. Not relevant here.
Commit: 2befa61db655630b7b0ba79fb1294755c6a2652c
https://github.com/grml/grml-live/commit/2befa61db655630b7b0ba79fb1294755c6a2652c
Author: Chris Hofstaedtler <ch at grml.org>
Date: 2024-11-26 (Tue, 26 Nov 2024)
Changed paths:
M grml-live
Log Message:
-----------
shellcheck: grml-live: PIPESTATUS is an array
Commit: 305bd744525989c088779a15310591f49919ba3a
https://github.com/grml/grml-live/commit/305bd744525989c088779a15310591f49919ba3a
Author: Chris Hofstaedtler <ch at grml.org>
Date: 2024-11-26 (Tue, 26 Nov 2024)
Changed paths:
M grml-live
Log Message:
-----------
shellcheck: grml-live: ignore SC2164 in two places
Commit: d9ae63aefd283a118d7761cb2459faafbdb902f1
https://github.com/grml/grml-live/commit/d9ae63aefd283a118d7761cb2459faafbdb902f1
Author: Chris Hofstaedtler <ch at grml.org>
Date: 2024-11-26 (Tue, 26 Nov 2024)
Changed paths:
M grml-live
Log Message:
-----------
shellcheck: grml-live: use while/read instead of for find
Commit: 237d6d302dff2cb2b476650331d95adaae386342
https://github.com/grml/grml-live/commit/237d6d302dff2cb2b476650331d95adaae386342
Author: Chris Hofstaedtler <ch at grml.org>
Date: 2024-11-26 (Tue, 26 Nov 2024)
Changed paths:
M grml-live
Log Message:
-----------
grml-live: remove dead extend_string_begin function
Commit: 1b8ec953d42a4738d903fc6d952c013054544784
https://github.com/grml/grml-live/commit/1b8ec953d42a4738d903fc6d952c013054544784
Author: Chris Hofstaedtler <ch at grml.org>
Date: 2024-11-26 (Tue, 26 Nov 2024)
Changed paths:
M grml-live
Log Message:
-----------
shellcheck: grml-live: fix one SC2010 case
Commit: 929d9690e5be6d94ba992950120809b7b992820e
https://github.com/grml/grml-live/commit/929d9690e5be6d94ba992950120809b7b992820e
Author: Chris Hofstaedtler <ch at grml.org>
Date: 2024-11-26 (Tue, 26 Nov 2024)
Changed paths:
M grml-live
Log Message:
-----------
shellcheck: grml-live: ignore SC2010 in two cases
Commit: c070c5f0320209433b636fb67f9c1767753ecff6
https://github.com/grml/grml-live/commit/c070c5f0320209433b636fb67f9c1767753ecff6
Author: Chris Hofstaedtler <ch at grml.org>
Date: 2024-11-26 (Tue, 26 Nov 2024)
Changed paths:
M grml-live
Log Message:
-----------
grml-live: rewrite extend_string_end without expr
Commit: 844ac034b5395bed7db72fd661e4890414ea9566
https://github.com/grml/grml-live/commit/844ac034b5395bed7db72fd661e4890414ea9566
Author: Chris Hofstaedtler <ch at grml.org>
Date: 2024-11-26 (Tue, 26 Nov 2024)
Changed paths:
M grml-live
Log Message:
-----------
shellcheck: grml-live: fix SC2004
$/${} is unnecessary on arithmetic variables.
Commit: 3a408dcb0eedfef694c869dab88fae38acc53d9b
https://github.com/grml/grml-live/commit/3a408dcb0eedfef694c869dab88fae38acc53d9b
Author: Chris Hofstaedtler <ch at grml.org>
Date: 2024-11-26 (Tue, 26 Nov 2024)
Changed paths:
M grml-live
Log Message:
-----------
shellcheck: grml-live: fix SC2018/SC2019
Commit: ce4027cdfd1b4ac105552f72988a345424e6368e
https://github.com/grml/grml-live/commit/ce4027cdfd1b4ac105552f72988a345424e6368e
Author: Chris Hofstaedtler <ch at grml.org>
Date: 2024-11-26 (Tue, 26 Nov 2024)
Changed paths:
M grml-live
Log Message:
-----------
grml-live: write grmlmain.cfg in one go
Commit: 471e5711580967c5399cfd5f2fa0c4b93b65e642
https://github.com/grml/grml-live/commit/471e5711580967c5399cfd5f2fa0c4b93b65e642
Author: Chris Hofstaedtler <ch at grml.org>
Date: 2024-11-26 (Tue, 26 Nov 2024)
Changed paths:
M grml-live
Log Message:
-----------
shellcheck: grml-live: turn off two info messages
Commit: 56d8cf4546ae25dd2144f03c56aa8a8e6685f177
https://github.com/grml/grml-live/commit/56d8cf4546ae25dd2144f03c56aa8a8e6685f177
Author: Chris Hofstaedtler <ch at grml.org>
Date: 2024-11-26 (Tue, 26 Nov 2024)
Changed paths:
M scripts/generate_netboot_package.sh
M scripts/release_helper.sh
Log Message:
-----------
scripts: fix quoting issues found by shellcheck
Commit: 9411405927588429938dee248cb8ac30257e1113
https://github.com/grml/grml-live/commit/9411405927588429938dee248cb8ac30257e1113
Author: Chris Hofstaedtler <ch at grml.org>
Date: 2024-11-26 (Tue, 26 Nov 2024)
Changed paths:
M remaster/grml-live-remaster
Log Message:
-----------
remaster: fix quoting issues found by shellcheck
Commit: fdeb7a4c84842db9f38aaa7163269f8891075fe6
https://github.com/grml/grml-live/commit/fdeb7a4c84842db9f38aaa7163269f8891075fe6
Author: Chris Hofstaedtler <ch at grml.org>
Date: 2024-11-26 (Tue, 26 Nov 2024)
Changed paths:
M etc/grml/fai/config/hooks/instsoft.GRMLBASE
M etc/grml/fai/config/hooks/instsoft.ZFS
M etc/grml/fai/config/hooks/savelog.LAST.source
M etc/grml/fai/config/hooks/updatebase.GRMLBASE
Log Message:
-----------
fai hooks: fix shellcheck issues
Compare: https://github.com/grml/grml-live/compare/246828acf844...fdeb7a4c8484
To unsubscribe from these emails, change your notification settings at https://github.com/grml/grml-live/settings/notifications
More information about the Git-commits
mailing list