Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/4] fix shellcheck 0.10 & 0.11 warnings
@ 2026-06-06 18:20 Fiona Klute via buildroot
  2026-06-06 18:20 ` [Buildroot] [PATCH 1/4] package/mpd/S95mpd: avoid unnecessary exit Fiona Klute via buildroot
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Fiona Klute via buildroot @ 2026-06-06 18:20 UTC (permalink / raw)
  To: buildroot
  Cc: Andreas Ziegler, Fiona Klute, Joachim Wiberg,
	Michał Łyszczek

Hi everyone,

this series fixes shellcheck warnings that appear with shellcheck 0.10
(as present in Debian Trixie) and 0.11 (Sid) to prepare for updating
the CI container image to Trixie. With the current image "make
check-package" still passes with the patches applied, so they can be
applied at any point before updating the container image.

Most changes are pretty trivial (the mdnsd init script a little less),
but only OpenRC has runtime tests, so tests from people actually using
the packages would be appreciated.

Best regards,
Fiona

Fiona Klute (4):
  package/mpd/S95mpd: avoid unnecessary exit
  package/mpd/S95mpd: do not wait for exit if sending stop failed
  package/mdnsd/S50mdnsd: rewrite to match current guidelines
  package/openrc/sysv-rcs: fix shellcheck 0.10 warnings

 package/mdnsd/S50mdnsd  | 55 +++++++++++++++++++++++++++--------------
 package/mpd/S95mpd      |  4 +--
 package/openrc/sysv-rcs |  4 +++
 3 files changed, 42 insertions(+), 21 deletions(-)

-- 
2.53.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2026-06-18 15:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-06 18:20 [Buildroot] [PATCH 0/4] fix shellcheck 0.10 & 0.11 warnings Fiona Klute via buildroot
2026-06-06 18:20 ` [Buildroot] [PATCH 1/4] package/mpd/S95mpd: avoid unnecessary exit Fiona Klute via buildroot
2026-06-06 18:20 ` [Buildroot] [PATCH 2/4] package/mpd/S95mpd: do not wait for exit if sending stop failed Fiona Klute via buildroot
2026-06-06 18:20 ` [Buildroot] [PATCH 3/4] package/mdnsd/S50mdnsd: rewrite to match current guidelines Fiona Klute via buildroot
2026-06-06 18:20 ` [Buildroot] [PATCH 4/4] package/openrc/sysv-rcs: fix shellcheck 0.10 warnings Fiona Klute via buildroot
2026-06-07  6:26 ` [Buildroot] [PATCH 0/4] fix shellcheck 0.10 & 0.11 warnings Andreas Ziegler
2026-06-17 12:28 ` Marcus Hoffmann via buildroot
2026-06-18 15:38   ` Joachim Wiberg

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