All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] DEVELOPERS: reorder entries for Julien Olivain
@ 2023-02-12 16:33 Julien Olivain
  2023-02-12 16:33 ` [Buildroot] [PATCH 2/2] DEVELOPERS: add Julien Olivain for z3 runtime test files Julien Olivain
  2023-02-12 20:21 ` [Buildroot] [PATCH 1/2] DEVELOPERS: reorder entries for Julien Olivain Yann E. MORIN
  0 siblings, 2 replies; 3+ messages in thread
From: Julien Olivain @ 2023-02-12 16:33 UTC (permalink / raw)
  To: buildroot; +Cc: Julien Olivain

Entries for "gnupg2" and "test_python_hkdf.py" were not at the right
position.

Signed-off-by: Julien Olivain <ju.o@free.fr>
---
 DEVELOPERS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/DEVELOPERS b/DEVELOPERS
index ae698f87c5..ece0d986ae 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -1685,8 +1685,8 @@ F:	configs/spike_riscv64_defconfig
 F:	configs/zynq_qmtech_defconfig
 F:	package/fluid-soundfont/
 F:	package/fluidsynth/
-F:	package/gnupg2/
 F:	package/glslsandbox-player/
+F:	package/gnupg2/
 F:	package/octave/
 F:	package/ola/
 F:	package/perftest/
@@ -1716,8 +1716,8 @@ F:	support/testing/tests/package/test_ola.py
 F:	support/testing/tests/package/test_ola/
 F:	support/testing/tests/package/test_perftest.py
 F:	support/testing/tests/package/test_python_distro.py
-F:	support/testing/tests/package/test_python_hkdf.py
 F:	support/testing/tests/package/test_python_gnupg.py
+F:	support/testing/tests/package/test_python_hkdf.py
 F:	support/testing/tests/package/test_python_magic_wormhole.py
 F:	support/testing/tests/package/test_python_pyalsa.py
 F:	support/testing/tests/package/test_python_spake2.py
-- 
2.39.1

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

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

* [Buildroot] [PATCH 2/2] DEVELOPERS: add Julien Olivain for z3 runtime test files
  2023-02-12 16:33 [Buildroot] [PATCH 1/2] DEVELOPERS: reorder entries for Julien Olivain Julien Olivain
@ 2023-02-12 16:33 ` Julien Olivain
  2023-02-12 20:21 ` [Buildroot] [PATCH 1/2] DEVELOPERS: reorder entries for Julien Olivain Yann E. MORIN
  1 sibling, 0 replies; 3+ messages in thread
From: Julien Olivain @ 2023-02-12 16:33 UTC (permalink / raw)
  To: buildroot; +Cc: Julien Olivain

Signed-off-by: Julien Olivain <ju.o@free.fr>
---
 DEVELOPERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/DEVELOPERS b/DEVELOPERS
index ece0d986ae..dcc607ba60 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -1724,6 +1724,7 @@ F:	support/testing/tests/package/test_python_spake2.py
 F:	support/testing/tests/package/test_rdma_core.py
 F:	support/testing/tests/package/test_rdma_core/
 F:	support/testing/tests/package/test_z3.py
+F:	support/testing/tests/package/test_z3/
 
 N:	Julien Viard de Galbert <julien@vdg.name>
 F:	package/dieharder/
-- 
2.39.1

_______________________________________________
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 1/2] DEVELOPERS: reorder entries for Julien Olivain
  2023-02-12 16:33 [Buildroot] [PATCH 1/2] DEVELOPERS: reorder entries for Julien Olivain Julien Olivain
  2023-02-12 16:33 ` [Buildroot] [PATCH 2/2] DEVELOPERS: add Julien Olivain for z3 runtime test files Julien Olivain
@ 2023-02-12 20:21 ` Yann E. MORIN
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2023-02-12 20:21 UTC (permalink / raw)
  To: Julien Olivain; +Cc: buildroot

Julien, All,

On 2023-02-12 17:33 +0100, Julien Olivain spake thusly:
> Entries for "gnupg2" and "test_python_hkdf.py" were not at the right
> position.
> 
> Signed-off-by: Julien Olivain <ju.o@free.fr>

Both patches applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  DEVELOPERS | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/DEVELOPERS b/DEVELOPERS
> index ae698f87c5..ece0d986ae 100644
> --- a/DEVELOPERS
> +++ b/DEVELOPERS
> @@ -1685,8 +1685,8 @@ F:	configs/spike_riscv64_defconfig
>  F:	configs/zynq_qmtech_defconfig
>  F:	package/fluid-soundfont/
>  F:	package/fluidsynth/
> -F:	package/gnupg2/
>  F:	package/glslsandbox-player/
> +F:	package/gnupg2/
>  F:	package/octave/
>  F:	package/ola/
>  F:	package/perftest/
> @@ -1716,8 +1716,8 @@ F:	support/testing/tests/package/test_ola.py
>  F:	support/testing/tests/package/test_ola/
>  F:	support/testing/tests/package/test_perftest.py
>  F:	support/testing/tests/package/test_python_distro.py
> -F:	support/testing/tests/package/test_python_hkdf.py
>  F:	support/testing/tests/package/test_python_gnupg.py
> +F:	support/testing/tests/package/test_python_hkdf.py
>  F:	support/testing/tests/package/test_python_magic_wormhole.py
>  F:	support/testing/tests/package/test_python_pyalsa.py
>  F:	support/testing/tests/package/test_python_spake2.py
> -- 
> 2.39.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
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:[~2023-02-12 20:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-12 16:33 [Buildroot] [PATCH 1/2] DEVELOPERS: reorder entries for Julien Olivain Julien Olivain
2023-02-12 16:33 ` [Buildroot] [PATCH 2/2] DEVELOPERS: add Julien Olivain for z3 runtime test files Julien Olivain
2023-02-12 20:21 ` [Buildroot] [PATCH 1/2] DEVELOPERS: reorder entries for Julien Olivain Yann E. MORIN

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.