Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] DEVELOPERS: remove aduskett@gmail.com
@ 2023-12-24 19:18 Adam Duskett
  2023-12-24 19:18 ` [Buildroot] [PATCH 2/2] DEVELOPERS: Remove adam.duskett@amarulasolutions non-flutter related packages Adam Duskett
  2024-01-02 21:17 ` [Buildroot] [PATCH 1/2] DEVELOPERS: remove aduskett@gmail.com Thomas Petazzoni via buildroot
  0 siblings, 2 replies; 4+ messages in thread
From: Adam Duskett @ 2023-12-24 19:18 UTC (permalink / raw)
  To: buildroot; +Cc: Adam Duskett

I will only be supporting Buildroot in a professional capacity from now on.

Signed-off-by: Adam Duskett <adam.duskett@amarulasolutions.com>
---
 DEVELOPERS | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/DEVELOPERS b/DEVELOPERS
index 9492ebe79b..7a00b6c2da 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -26,11 +26,6 @@
 #   infrastructure, and will be CC'ed on all patches that add or
 #   modify packages that use this infrastructure.
 
-N:	Adam Duskett <aduskett@gmail.com>
-F:	package/firewalld/
-F:	package/vulkan-loader/
-F:	package/vulkan-tools/
-
 N:	Adam Duskett <adam.duskett@amarulasolutions.com>
 F:	package/depot-tools/
 F:	package/dmenu-wayland/
-- 
2.43.0

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

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

* [Buildroot] [PATCH 2/2] DEVELOPERS: Remove adam.duskett@amarulasolutions non-flutter related packages
  2023-12-24 19:18 [Buildroot] [PATCH 1/2] DEVELOPERS: remove aduskett@gmail.com Adam Duskett
@ 2023-12-24 19:18 ` Adam Duskett
  2024-01-12 17:12   ` Peter Korsgaard
  2024-01-02 21:17 ` [Buildroot] [PATCH 1/2] DEVELOPERS: remove aduskett@gmail.com Thomas Petazzoni via buildroot
  1 sibling, 1 reply; 4+ messages in thread
From: Adam Duskett @ 2023-12-24 19:18 UTC (permalink / raw)
  To: buildroot; +Cc: Adam Duskett

I will only be supporting Flutter and other packages needed by Amarula Solution
in a professional related capacity from now on.

Signed-off-by: Adam Duskett <adam.duskett@amarulasolutions.com>
---
 DEVELOPERS | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/DEVELOPERS b/DEVELOPERS
index 7a00b6c2da..1d505ba146 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -35,10 +35,7 @@ F:	package/flutter-gallery/
 F:	package/flutter-pi/
 F:	package/flutter-sdk-bin/
 F:	package/libutempter/
-F:	package/python-kmod/
-F:	package/python-versioneer/
 F:	package/tllist/
-F:	support/testing/tests/package/test_firewalld.py
 F:	support/testing/tests/package/test_flutter.py
 
 N:	Adam Heinrich <adam@adamh.cz>
-- 
2.43.0

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

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

* Re: [Buildroot] [PATCH 1/2] DEVELOPERS: remove aduskett@gmail.com
  2023-12-24 19:18 [Buildroot] [PATCH 1/2] DEVELOPERS: remove aduskett@gmail.com Adam Duskett
  2023-12-24 19:18 ` [Buildroot] [PATCH 2/2] DEVELOPERS: Remove adam.duskett@amarulasolutions non-flutter related packages Adam Duskett
@ 2024-01-02 21:17 ` Thomas Petazzoni via buildroot
  1 sibling, 0 replies; 4+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-01-02 21:17 UTC (permalink / raw)
  To: Adam Duskett; +Cc: buildroot

Hello Adam,

On Sun, 24 Dec 2023 12:18:16 -0700
Adam Duskett <adam.duskett@amarulasolutions.com> wrote:

> I will only be supporting Buildroot in a professional capacity from now on.
> 
> Signed-off-by: Adam Duskett <adam.duskett@amarulasolutions.com>
> ---
>  DEVELOPERS | 5 -----
>  1 file changed, 5 deletions(-)

It is obviously sad to see you give up on the Buildroot work you have
been doing for many years, but as this is your call, I have of course
applied both patches to our master branch. Thanks!

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

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

* Re: [Buildroot] [PATCH 2/2] DEVELOPERS: Remove adam.duskett@amarulasolutions non-flutter related packages
  2023-12-24 19:18 ` [Buildroot] [PATCH 2/2] DEVELOPERS: Remove adam.duskett@amarulasolutions non-flutter related packages Adam Duskett
@ 2024-01-12 17:12   ` Peter Korsgaard
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2024-01-12 17:12 UTC (permalink / raw)
  To: Adam Duskett; +Cc: buildroot

>>>>> "Adam" == Adam Duskett <adam.duskett@amarulasolutions.com> writes:

 > I will only be supporting Flutter and other packages needed by Amarula Solution
 > in a professional related capacity from now on.

 > Signed-off-by: Adam Duskett <adam.duskett@amarulasolutions.com>

Sad to see this. Committed to 2023.11.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2024-01-12 17:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-24 19:18 [Buildroot] [PATCH 1/2] DEVELOPERS: remove aduskett@gmail.com Adam Duskett
2023-12-24 19:18 ` [Buildroot] [PATCH 2/2] DEVELOPERS: Remove adam.duskett@amarulasolutions non-flutter related packages Adam Duskett
2024-01-12 17:12   ` Peter Korsgaard
2024-01-02 21:17 ` [Buildroot] [PATCH 1/2] DEVELOPERS: remove aduskett@gmail.com Thomas Petazzoni via buildroot

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