All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] DEVELOPERS: Fix warning with get-developers
@ 2020-10-08 11:58 Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2020-10-08 11:58 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=d7249f2f76f9fdcc2cf8a4490061b439c90186b6
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 DEVELOPERS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/DEVELOPERS b/DEVELOPERS
index 354b85605f..3eceebfcbd 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/

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

* [Buildroot] [git commit] DEVELOPERS: Fix warning with get-developers
@ 2020-01-06 22:28 Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2020-01-06 22:28 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=9295f6465042432c0ca02157b9c03a4f38c49c00
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.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/

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-08 11:58 [Buildroot] [git commit] DEVELOPERS: Fix warning with get-developers Thomas Petazzoni
  -- strict thread matches above, loose matches on Subject: below --
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.