Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/bash-completion: bump to version 2.17.0
@ 2026-04-12 18:20 Shubham Chakraborty
  2026-05-30 22:10 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 3+ messages in thread
From: Shubham Chakraborty @ 2026-04-12 18:20 UTC (permalink / raw)
  To: buildroot; +Cc: Shubham Chakraborty

- Enhanced smartctl completion support
- Added recursive directory handling improvements
- Fixed rsync/scp/ssh file type handling
- Improved BSD compatibility for rsync
- Fixed chgrp completion typo

Signed-off-by: Shubham Chakraborty <chakrabortyshubham66@gmail.com>
---
 DEVELOPERS                                   | 1 +
 package/bash-completion/bash-completion.hash | 4 ++--
 package/bash-completion/bash-completion.mk   | 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/DEVELOPERS b/DEVELOPERS
index 9e9c8a5a0f..9b123af415 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -3062,6 +3062,7 @@ F:	package/wolfssl/
 N:	Shubham Chakraborty <chakrabortyshubham66@gmail.com>
 F:	package/ccache/
 F:	package/hyperfine/
+F:	package/bash-completion/
 
 N:	Simon Dawson <spdawson@gmail.com>
 F:	boot/at91bootstrap3/
diff --git a/package/bash-completion/bash-completion.hash b/package/bash-completion/bash-completion.hash
index 7e952e5b02..294ab65a2b 100644
--- a/package/bash-completion/bash-completion.hash
+++ b/package/bash-completion/bash-completion.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  73a8894bad94dee83ab468fa09f628daffd567e8bef1a24277f1e9a0daf911ac  bash-completion-2.11.tar.xz
-sha256  ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6  COPYING
+sha256  dd9d825e496435fb3beba3ae7bea9f77e821e894667d07431d1d4c8c570b9e58  bash-completion-2.17.0.tar.xz
+sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  COPYING
diff --git a/package/bash-completion/bash-completion.mk b/package/bash-completion/bash-completion.mk
index 8b0e949416..fd046de8ae 100644
--- a/package/bash-completion/bash-completion.mk
+++ b/package/bash-completion/bash-completion.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-BASH_COMPLETION_VERSION = 2.11
+BASH_COMPLETION_VERSION = 2.17.0
 BASH_COMPLETION_SITE = https://github.com/scop/bash-completion/releases/download/$(BASH_COMPLETION_VERSION)
 BASH_COMPLETION_SOURCE = bash-completion-$(BASH_COMPLETION_VERSION).tar.xz
 BASH_COMPLETION_LICENSE = GPL-2.0
-- 
2.53.0

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

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

* Re: [Buildroot] [PATCH] package/bash-completion: bump to version 2.17.0
  2026-04-12 18:20 [Buildroot] [PATCH] package/bash-completion: bump to version 2.17.0 Shubham Chakraborty
@ 2026-05-30 22:10 ` Thomas Petazzoni via buildroot
  2026-05-31  7:02   ` Shubham Chakraborty
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2026-05-30 22:10 UTC (permalink / raw)
  To: Shubham Chakraborty; +Cc: buildroot

On Sun, Apr 12, 2026 at 11:50:22PM +0530, Shubham Chakraborty wrote:
> - Enhanced smartctl completion support
> - Added recursive directory handling improvements
> - Fixed rsync/scp/ssh file type handling
> - Improved BSD compatibility for rsync
> - Fixed chgrp completion typo

Where does this invented changelog comes from? Seems like a vague
summary generated by AI. Stop using AI to generate Buildroot
patches. We will reject all your patches if you continue to spam us
with contributions generated by AI.

> diff --git a/DEVELOPERS b/DEVELOPERS
> index 9e9c8a5a0f..9b123af415 100644
> --- a/DEVELOPERS
> +++ b/DEVELOPERS
> @@ -3062,6 +3062,7 @@ F:	package/wolfssl/
>  N:	Shubham Chakraborty <chakrabortyshubham66@gmail.com>
>  F:	package/ccache/
>  F:	package/hyperfine/
> +F:	package/bash-completion/

Alphabetic ordering is not correct.

> diff --git a/package/bash-completion/bash-completion.hash b/package/bash-completion/bash-completion.hash
> index 7e952e5b02..294ab65a2b 100644
> --- a/package/bash-completion/bash-completion.hash
> +++ b/package/bash-completion/bash-completion.hash
> @@ -1,3 +1,3 @@
>  # Locally calculated
> -sha256  73a8894bad94dee83ab468fa09f628daffd567e8bef1a24277f1e9a0daf911ac  bash-completion-2.11.tar.xz
> -sha256  ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6  COPYING
> +sha256  dd9d825e496435fb3beba3ae7bea9f77e821e894667d07431d1d4c8c570b9e58  bash-completion-2.17.0.tar.xz
> +sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  COPYING

Changes to license files must be explained in the commit message.

But again: stop using AI. Focus on quality instead of quantity. You
are burning limited and precious maintainer review time.

Best regards,

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] package/bash-completion: bump to version 2.17.0
  2026-05-30 22:10 ` Thomas Petazzoni via buildroot
@ 2026-05-31  7:02   ` Shubham Chakraborty
  0 siblings, 0 replies; 3+ messages in thread
From: Shubham Chakraborty @ 2026-05-31  7:02 UTC (permalink / raw)
  To: Thomas Petazzoni; +Cc: Buildroot List


[-- Attachment #1.1: Type: text/plain, Size: 2513 bytes --]

Hi Thomas,

The changelog summary in the commit message was AI-generated and did not
accurately reflect the upstream changes. I understand that this makes
review more difficult and wastes maintainer time.

I also missed the incorrect alphabetical ordering in DEVELOPERS and did
not explain the license file hash change in the commit message.

I will send a corrected version and will not use AI for drafting commit
messages.

Best regards,

Shubham Chakraborty

On Sun, 31 May, 2026, 3:40 am Thomas Petazzoni, <
thomas.petazzoni@bootlin.com> wrote:

> On Sun, Apr 12, 2026 at 11:50:22PM +0530, Shubham Chakraborty wrote:
> > - Enhanced smartctl completion support
> > - Added recursive directory handling improvements
> > - Fixed rsync/scp/ssh file type handling
> > - Improved BSD compatibility for rsync
> > - Fixed chgrp completion typo
>
> Where does this invented changelog comes from? Seems like a vague
> summary generated by AI. Stop using AI to generate Buildroot
> patches. We will reject all your patches if you continue to spam us
> with contributions generated by AI.
>
> > diff --git a/DEVELOPERS b/DEVELOPERS
> > index 9e9c8a5a0f..9b123af415 100644
> > --- a/DEVELOPERS
> > +++ b/DEVELOPERS
> > @@ -3062,6 +3062,7 @@ F:      package/wolfssl/
> >  N:   Shubham Chakraborty <chakrabortyshubham66@gmail.com>
> >  F:   package/ccache/
> >  F:   package/hyperfine/
> > +F:   package/bash-completion/
>
> Alphabetic ordering is not correct.
>
> > diff --git a/package/bash-completion/bash-completion.hash
> b/package/bash-completion/bash-completion.hash
> > index 7e952e5b02..294ab65a2b 100644
> > --- a/package/bash-completion/bash-completion.hash
> > +++ b/package/bash-completion/bash-completion.hash
> > @@ -1,3 +1,3 @@
> >  # Locally calculated
> > -sha256
> 73a8894bad94dee83ab468fa09f628daffd567e8bef1a24277f1e9a0daf911ac
> bash-completion-2.11.tar.xz
> > -sha256
> ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6  COPYING
> > +sha256
> dd9d825e496435fb3beba3ae7bea9f77e821e894667d07431d1d4c8c570b9e58
> bash-completion-2.17.0.tar.xz
> > +sha256
> 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  COPYING
>
> Changes to license files must be explained in the commit message.
>
> But again: stop using AI. Focus on quality instead of quantity. You
> are burning limited and precious maintainer review time.
>
> Best regards,
>
> Thomas
> --
> Thomas Petazzoni, co-owner and CEO, Bootlin
> Embedded Linux and Kernel engineering and training
> https://bootlin.com
>

[-- Attachment #1.2: Type: text/html, Size: 3426 bytes --]

[-- Attachment #2: Type: text/plain, Size: 150 bytes --]

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

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

end of thread, other threads:[~2026-05-31  7:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-12 18:20 [Buildroot] [PATCH] package/bash-completion: bump to version 2.17.0 Shubham Chakraborty
2026-05-30 22:10 ` Thomas Petazzoni via buildroot
2026-05-31  7:02   ` Shubham Chakraborty

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