All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] DEVELOPERS: Fix warning with get-developers
@ 2020-10-07 20:10 Pierre-Jean Texier
  2020-10-08 11:58 ` Thomas Petazzoni
  0 siblings, 1 reply; 4+ messages in thread
From: Pierre-Jean Texier @ 2020-10-07 20:10 UTC (permalink / raw)
  To: buildroot

There is a typo between 'N' (for Firstname Lastname <email>) & 'F'
(for file pattern or directory)

$: ./utils/get-developers outgoing/*
WARNING: 'Sven Fischer <sven@leiderfischer.de>' doesn't match any file

Fixes: e7ebc7cd0905d7 ("package/qt5/qt5remoteobjects: new package")

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
---
 DEVELOPERS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/DEVELOPERS b/DEVELOPERS
index 354b856..3eceebf 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -2538,8 +2538,8 @@ F:	configs/rock_pi_n10_defconfig
 F:	configs/rockpro64_defconfig
 F:	package/arm-gnu-a-toolchain/
 
-F:	Sven Fischer <sven@leiderfischer.de>
-N:	package/qt5/qt5remoteobjects/
+N:	Sven Fischer <sven@leiderfischer.de>
+F:	package/qt5/qt5remoteobjects/
 
 N:	Sven Haardiek <sven.haardiek@iotec-gmbh.de>
 F:	package/lcdproc/
-- 
2.7.4

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

* [Buildroot] [PATCH] DEVELOPERS: Fix warning with get-developers
  2020-10-07 20:10 [Buildroot] [PATCH] DEVELOPERS: Fix warning with get-developers Pierre-Jean Texier
@ 2020-10-08 11:58 ` Thomas Petazzoni
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2020-10-08 11:58 UTC (permalink / raw)
  To: buildroot

On Wed,  7 Oct 2020 22:10:19 +0200
Pierre-Jean Texier via buildroot <buildroot@busybox.net> wrote:

> There is a typo between 'N' (for Firstname Lastname <email>) & 'F'
> (for file pattern or directory)
> 
> $: ./utils/get-developers outgoing/*
> WARNING: 'Sven Fischer <sven@leiderfischer.de>' doesn't match any file
> 
> Fixes: e7ebc7cd0905d7 ("package/qt5/qt5remoteobjects: new package")
> 
> Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
> ---
>  DEVELOPERS | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH] DEVELOPERS: Fix warning with get-developers
  2020-01-06 21:43 Joris Offouga
@ 2020-01-06 22:28 ` Thomas Petazzoni
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2020-01-06 22:28 UTC (permalink / raw)
  To: buildroot

On Mon,  6 Jan 2020 22:43:56 +0100
Joris Offouga <offougajoris@gmail.com> wrote:

> erlang-p1-iconv does not exist as a package in buildroot and cause warning
> with get-developers :
> 
> ./utils/get-developers -p erlang-p1-iconv
> WARNING: 'package/erlang-p1-iconv/' doesn't match any file
> 
> Signed-off-by: Joris Offouga <offougajoris@gmail.com>
> ---
>  DEVELOPERS | 1 -
>  1 file changed, 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH] DEVELOPERS: Fix warning with get-developers
@ 2020-01-06 21:43 Joris Offouga
  2020-01-06 22:28 ` Thomas Petazzoni
  0 siblings, 1 reply; 4+ messages in thread
From: Joris Offouga @ 2020-01-06 21:43 UTC (permalink / raw)
  To: buildroot

erlang-p1-iconv does not exist as a package in buildroot and cause warning
with get-developers :

./utils/get-developers -p erlang-p1-iconv
WARNING: 'package/erlang-p1-iconv/' doesn't match any file

Signed-off-by: Joris Offouga <offougajoris@gmail.com>
---
 DEVELOPERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/DEVELOPERS b/DEVELOPERS
index d0e915779a..00c4cdc1a9 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -1264,7 +1264,6 @@ F:	package/erlang-jose/
 F:	package/erlang-lager/
 F:	package/erlang-p1-acme/
 F:	package/erlang-p1-cache-tab/
-F:	package/erlang-p1-iconv/
 F:	package/erlang-p1-mqtree/
 F:	package/erlang-p1-oauth2/
 F:	package/erlang-p1-pkix/
-- 
2.20.1

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

end of thread, other threads:[~2020-10-08 11:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-07 20:10 [Buildroot] [PATCH] DEVELOPERS: Fix warning with get-developers Pierre-Jean Texier
2020-10-08 11:58 ` Thomas Petazzoni
  -- strict thread matches above, loose matches on Subject: below --
2020-01-06 21:43 Joris Offouga
2020-01-06 22:28 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.