Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: tuigreet-0.7.1
@ 2021-12-12  5:11 rslabbert
  2022-01-17  9:39 ` Relected
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: rslabbert @ 2021-12-12  5:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 985 bytes --]

There is a new pull request by rslabbert against master on the void-packages repository

https://github.com/rslabbert/void-packages tuigreet
https://github.com/void-linux/void-packages/pull/34491

New package: tuigreet-0.7.1
This adds the tuigreet package, which depends on https://github.com/void-linux/void-packages/pull/31320 (commented out until merged). Tested and functional locally.

Signed-off-by: Ruben Slabbert <rslabbert@fastmail.com>

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl

A patch file from https://github.com/void-linux/void-packages/pull/34491.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-tuigreet-34491.patch --]
[-- Type: text/x-diff, Size: 1182 bytes --]

From d97637a26e4a936a33106c16952238c0626b71ed Mon Sep 17 00:00:00 2001
From: Ruben Slabbert <rslabbert@fastmail.com>
Date: Sun, 12 Dec 2021 13:43:29 +1000
Subject: [PATCH] New package: tuigreet-0.7.1

Signed-off-by: Ruben Slabbert <rslabbert@fastmail.com>
---
 srcpkgs/tuigreet/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/tuigreet/template

diff --git a/srcpkgs/tuigreet/template b/srcpkgs/tuigreet/template
new file mode 100644
index 000000000000..0c0b4a52f53b
--- /dev/null
+++ b/srcpkgs/tuigreet/template
@@ -0,0 +1,22 @@
+# Template file for 'tuigreet'
+pkgname=tuigreet
+version=0.7.1
+revision=1
+build_style=cargo
+hostmakedepends="scdoc"
+#depends="greetd"
+short_desc="Graphical console greeter for greetd"
+maintainer="rslabbert <rslabbert@fastmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/apognu/tuigreet"
+distfiles="https://github.com/apognu/tuigreet/archive/refs/tags/${version}.tar.gz"
+checksum=507b331ff3066e705a66c2e6036548f5a47eb45f12e262d5bcacf5c5b24df56c
+tags="greeter"
+
+post_build() {
+	scdoc < contrib/man/tuigreet-1.scd > tuigreet.1
+}
+
+post_install() {
+	vman tuigreet.1
+}

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

* Re: New package: tuigreet-0.7.1
  2021-12-12  5:11 [PR PATCH] New package: tuigreet-0.7.1 rslabbert
@ 2022-01-17  9:39 ` Relected
  2022-01-24 17:16 ` cinerea0
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Relected @ 2022-01-17  9:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 221 bytes --]

New comment by Relected on void-packages repository

https://github.com/void-linux/void-packages/pull/34491#issuecomment-1014322257

Comment:
wayland users would be very happy if this package got added alongside gtkgreet

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

* Re: New package: tuigreet-0.7.1
  2021-12-12  5:11 [PR PATCH] New package: tuigreet-0.7.1 rslabbert
  2022-01-17  9:39 ` Relected
@ 2022-01-24 17:16 ` cinerea0
  2022-01-26  1:09 ` [PR PATCH] [Updated] " rslabbert
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: cinerea0 @ 2022-01-24 17:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 196 bytes --]

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/34491#issuecomment-1020342685

Comment:
Just wanted to let you know that 0.7.2 just came out.

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

* Re: [PR PATCH] [Updated] New package: tuigreet-0.7.1
  2021-12-12  5:11 [PR PATCH] New package: tuigreet-0.7.1 rslabbert
  2022-01-17  9:39 ` Relected
  2022-01-24 17:16 ` cinerea0
@ 2022-01-26  1:09 ` rslabbert
  2022-01-26  1:10 ` rslabbert
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: rslabbert @ 2022-01-26  1:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 957 bytes --]

There is an updated pull request by rslabbert against master on the void-packages repository

https://github.com/rslabbert/void-packages tuigreet
https://github.com/void-linux/void-packages/pull/34491

New package: tuigreet-0.7.1
This adds the tuigreet package, which depends on https://github.com/void-linux/void-packages/pull/31320 (commented out until merged). Tested and functional locally.

Signed-off-by: Ruben Slabbert <rslabbert@fastmail.com>

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl
- I built this PR locally for these architectures:
  - aarch64-musl

A patch file from https://github.com/void-linux/void-packages/pull/34491.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-tuigreet-34491.patch --]
[-- Type: text/x-diff, Size: 1182 bytes --]

From 29488d1a70ff51ebf9dbc1b1fcebe16d7b266aa5 Mon Sep 17 00:00:00 2001
From: Ruben Slabbert <rslabbert@fastmail.com>
Date: Sun, 12 Dec 2021 13:43:29 +1000
Subject: [PATCH] New package: tuigreet-0.7.1

Signed-off-by: Ruben Slabbert <rslabbert@fastmail.com>
---
 srcpkgs/tuigreet/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/tuigreet/template

diff --git a/srcpkgs/tuigreet/template b/srcpkgs/tuigreet/template
new file mode 100644
index 000000000000..0dd14e059013
--- /dev/null
+++ b/srcpkgs/tuigreet/template
@@ -0,0 +1,22 @@
+# Template file for 'tuigreet'
+pkgname=tuigreet
+version=0.7.2
+revision=1
+build_style=cargo
+hostmakedepends="scdoc"
+#depends="greetd"
+short_desc="Graphical console greeter for greetd"
+maintainer="rslabbert <rslabbert@fastmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/apognu/tuigreet"
+distfiles="https://github.com/apognu/tuigreet/archive/refs/tags/${version}.tar.gz"
+checksum=5222790beb1556d594e8aa92114782459a131dfdc99e6730e4b95807eecf82d9
+tags="greeter"
+
+post_build() {
+	scdoc < contrib/man/tuigreet-1.scd > tuigreet.1
+}
+
+post_install() {
+	vman tuigreet.1
+}

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

* Re: [PR PATCH] [Updated] New package: tuigreet-0.7.1
  2021-12-12  5:11 [PR PATCH] New package: tuigreet-0.7.1 rslabbert
                   ` (2 preceding siblings ...)
  2022-01-26  1:09 ` [PR PATCH] [Updated] " rslabbert
@ 2022-01-26  1:10 ` rslabbert
  2022-01-26  1:11 ` New package: tuigreet-0.7.2 rslabbert
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: rslabbert @ 2022-01-26  1:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 957 bytes --]

There is an updated pull request by rslabbert against master on the void-packages repository

https://github.com/rslabbert/void-packages tuigreet
https://github.com/void-linux/void-packages/pull/34491

New package: tuigreet-0.7.1
This adds the tuigreet package, which depends on https://github.com/void-linux/void-packages/pull/31320 (commented out until merged). Tested and functional locally.

Signed-off-by: Ruben Slabbert <rslabbert@fastmail.com>

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl
- I built this PR locally for these architectures:
  - aarch64-musl

A patch file from https://github.com/void-linux/void-packages/pull/34491.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-tuigreet-34491.patch --]
[-- Type: text/x-diff, Size: 1182 bytes --]

From 3fd2c4f0e22178ce00446bc6a91913b0c5c82ec5 Mon Sep 17 00:00:00 2001
From: Ruben Slabbert <rslabbert@fastmail.com>
Date: Sun, 12 Dec 2021 13:43:29 +1000
Subject: [PATCH] New package: tuigreet-0.7.2

Signed-off-by: Ruben Slabbert <rslabbert@fastmail.com>
---
 srcpkgs/tuigreet/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/tuigreet/template

diff --git a/srcpkgs/tuigreet/template b/srcpkgs/tuigreet/template
new file mode 100644
index 000000000000..0dd14e059013
--- /dev/null
+++ b/srcpkgs/tuigreet/template
@@ -0,0 +1,22 @@
+# Template file for 'tuigreet'
+pkgname=tuigreet
+version=0.7.2
+revision=1
+build_style=cargo
+hostmakedepends="scdoc"
+#depends="greetd"
+short_desc="Graphical console greeter for greetd"
+maintainer="rslabbert <rslabbert@fastmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/apognu/tuigreet"
+distfiles="https://github.com/apognu/tuigreet/archive/refs/tags/${version}.tar.gz"
+checksum=5222790beb1556d594e8aa92114782459a131dfdc99e6730e4b95807eecf82d9
+tags="greeter"
+
+post_build() {
+	scdoc < contrib/man/tuigreet-1.scd > tuigreet.1
+}
+
+post_install() {
+	vman tuigreet.1
+}

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

* Re: New package: tuigreet-0.7.2
  2021-12-12  5:11 [PR PATCH] New package: tuigreet-0.7.1 rslabbert
                   ` (3 preceding siblings ...)
  2022-01-26  1:10 ` rslabbert
@ 2022-01-26  1:11 ` rslabbert
  2022-02-25 23:28 ` leahneukirchen
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: rslabbert @ 2022-01-26  1:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 201 bytes --]

New comment by rslabbert on void-packages repository

https://github.com/void-linux/void-packages/pull/34491#issuecomment-1021760142

Comment:
Updated to 0.7.2 and rebased on master. Tested and works.

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

* Re: New package: tuigreet-0.7.2
  2021-12-12  5:11 [PR PATCH] New package: tuigreet-0.7.1 rslabbert
                   ` (4 preceding siblings ...)
  2022-01-26  1:11 ` New package: tuigreet-0.7.2 rslabbert
@ 2022-02-25 23:28 ` leahneukirchen
  2022-02-26 23:11 ` [PR PATCH] [Updated] " rslabbert
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: leahneukirchen @ 2022-02-25 23:28 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 196 bytes --]

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/34491#issuecomment-1051360825

Comment:
greetd has been merged, please enable the line.

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

* Re: [PR PATCH] [Updated] New package: tuigreet-0.7.2
  2021-12-12  5:11 [PR PATCH] New package: tuigreet-0.7.1 rslabbert
                   ` (5 preceding siblings ...)
  2022-02-25 23:28 ` leahneukirchen
@ 2022-02-26 23:11 ` rslabbert
  2022-02-26 23:12 ` rslabbert
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: rslabbert @ 2022-02-26 23:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 957 bytes --]

There is an updated pull request by rslabbert against master on the void-packages repository

https://github.com/rslabbert/void-packages tuigreet
https://github.com/void-linux/void-packages/pull/34491

New package: tuigreet-0.7.2
This adds the tuigreet package, which depends on https://github.com/void-linux/void-packages/pull/31320 (commented out until merged). Tested and functional locally.

Signed-off-by: Ruben Slabbert <rslabbert@fastmail.com>

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl
- I built this PR locally for these architectures:
  - aarch64-musl

A patch file from https://github.com/void-linux/void-packages/pull/34491.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-tuigreet-34491.patch --]
[-- Type: text/x-diff, Size: 1181 bytes --]

From afdffd55592e556c2fd48295d04a67cf7108b14f Mon Sep 17 00:00:00 2001
From: Ruben Slabbert <rslabbert@fastmail.com>
Date: Sun, 12 Dec 2021 13:43:29 +1000
Subject: [PATCH] New package: tuigreet-0.7.2

Signed-off-by: Ruben Slabbert <rslabbert@fastmail.com>
---
 srcpkgs/tuigreet/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/tuigreet/template

diff --git a/srcpkgs/tuigreet/template b/srcpkgs/tuigreet/template
new file mode 100644
index 000000000000..64ec7855fb28
--- /dev/null
+++ b/srcpkgs/tuigreet/template
@@ -0,0 +1,22 @@
+# Template file for 'tuigreet'
+pkgname=tuigreet
+version=0.7.2
+revision=1
+build_style=cargo
+hostmakedepends="scdoc"
+depends="greetd"
+short_desc="Graphical console greeter for greetd"
+maintainer="rslabbert <rslabbert@fastmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/apognu/tuigreet"
+distfiles="https://github.com/apognu/tuigreet/archive/refs/tags/${version}.tar.gz"
+checksum=5222790beb1556d594e8aa92114782459a131dfdc99e6730e4b95807eecf82d9
+tags="greeter"
+
+post_build() {
+	scdoc < contrib/man/tuigreet-1.scd > tuigreet.1
+}
+
+post_install() {
+	vman tuigreet.1
+}

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

* Re: New package: tuigreet-0.7.2
  2021-12-12  5:11 [PR PATCH] New package: tuigreet-0.7.1 rslabbert
                   ` (6 preceding siblings ...)
  2022-02-26 23:11 ` [PR PATCH] [Updated] " rslabbert
@ 2022-02-26 23:12 ` rslabbert
  2022-02-26 23:16 ` leahneukirchen
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: rslabbert @ 2022-02-26 23:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 231 bytes --]

New comment by rslabbert on void-packages repository

https://github.com/void-linux/void-packages/pull/34491#issuecomment-1052765826

Comment:
@leahneukirchen updated with greetd dependency, does this need to be rebased on master?

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

* Re: New package: tuigreet-0.7.2
  2021-12-12  5:11 [PR PATCH] New package: tuigreet-0.7.1 rslabbert
                   ` (7 preceding siblings ...)
  2022-02-26 23:12 ` rslabbert
@ 2022-02-26 23:16 ` leahneukirchen
  2022-02-26 23:23 ` [PR PATCH] [Updated] " rslabbert
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: leahneukirchen @ 2022-02-26 23:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 161 bytes --]

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/34491#issuecomment-1052770940

Comment:
Yes, please.

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

* Re: [PR PATCH] [Updated] New package: tuigreet-0.7.2
  2021-12-12  5:11 [PR PATCH] New package: tuigreet-0.7.1 rslabbert
                   ` (8 preceding siblings ...)
  2022-02-26 23:16 ` leahneukirchen
@ 2022-02-26 23:23 ` rslabbert
  2022-02-26 23:23 ` rslabbert
  2022-02-26 23:32 ` [PR PATCH] [Merged]: " leahneukirchen
  11 siblings, 0 replies; 13+ messages in thread
From: rslabbert @ 2022-02-26 23:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 957 bytes --]

There is an updated pull request by rslabbert against master on the void-packages repository

https://github.com/rslabbert/void-packages tuigreet
https://github.com/void-linux/void-packages/pull/34491

New package: tuigreet-0.7.2
This adds the tuigreet package, which depends on https://github.com/void-linux/void-packages/pull/31320 (commented out until merged). Tested and functional locally.

Signed-off-by: Ruben Slabbert <rslabbert@fastmail.com>

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl
- I built this PR locally for these architectures:
  - aarch64-musl

A patch file from https://github.com/void-linux/void-packages/pull/34491.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-tuigreet-34491.patch --]
[-- Type: text/x-diff, Size: 1181 bytes --]

From 961c09e6532f4231842fa34c387ad03fdc42943a Mon Sep 17 00:00:00 2001
From: Ruben Slabbert <rslabbert@fastmail.com>
Date: Sun, 12 Dec 2021 13:43:29 +1000
Subject: [PATCH] New package: tuigreet-0.7.2

Signed-off-by: Ruben Slabbert <rslabbert@fastmail.com>
---
 srcpkgs/tuigreet/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/tuigreet/template

diff --git a/srcpkgs/tuigreet/template b/srcpkgs/tuigreet/template
new file mode 100644
index 000000000000..64ec7855fb28
--- /dev/null
+++ b/srcpkgs/tuigreet/template
@@ -0,0 +1,22 @@
+# Template file for 'tuigreet'
+pkgname=tuigreet
+version=0.7.2
+revision=1
+build_style=cargo
+hostmakedepends="scdoc"
+depends="greetd"
+short_desc="Graphical console greeter for greetd"
+maintainer="rslabbert <rslabbert@fastmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/apognu/tuigreet"
+distfiles="https://github.com/apognu/tuigreet/archive/refs/tags/${version}.tar.gz"
+checksum=5222790beb1556d594e8aa92114782459a131dfdc99e6730e4b95807eecf82d9
+tags="greeter"
+
+post_build() {
+	scdoc < contrib/man/tuigreet-1.scd > tuigreet.1
+}
+
+post_install() {
+	vman tuigreet.1
+}

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

* Re: New package: tuigreet-0.7.2
  2021-12-12  5:11 [PR PATCH] New package: tuigreet-0.7.1 rslabbert
                   ` (9 preceding siblings ...)
  2022-02-26 23:23 ` [PR PATCH] [Updated] " rslabbert
@ 2022-02-26 23:23 ` rslabbert
  2022-02-26 23:32 ` [PR PATCH] [Merged]: " leahneukirchen
  11 siblings, 0 replies; 13+ messages in thread
From: rslabbert @ 2022-02-26 23:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 163 bytes --]

New comment by rslabbert on void-packages repository

https://github.com/void-linux/void-packages/pull/34491#issuecomment-1052778128

Comment:
Rebased, thank you.

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

* Re: [PR PATCH] [Merged]: New package: tuigreet-0.7.2
  2021-12-12  5:11 [PR PATCH] New package: tuigreet-0.7.1 rslabbert
                   ` (10 preceding siblings ...)
  2022-02-26 23:23 ` rslabbert
@ 2022-02-26 23:32 ` leahneukirchen
  11 siblings, 0 replies; 13+ messages in thread
From: leahneukirchen @ 2022-02-26 23:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 796 bytes --]

There's a merged pull request on the void-packages repository

New package: tuigreet-0.7.2
https://github.com/void-linux/void-packages/pull/34491

Description:
This adds the tuigreet package, which depends on https://github.com/void-linux/void-packages/pull/31320 (commented out until merged). Tested and functional locally.

Signed-off-by: Ruben Slabbert <rslabbert@fastmail.com>

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl
- I built this PR locally for these architectures:
  - aarch64-musl

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

end of thread, other threads:[~2022-02-26 23:32 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-12  5:11 [PR PATCH] New package: tuigreet-0.7.1 rslabbert
2022-01-17  9:39 ` Relected
2022-01-24 17:16 ` cinerea0
2022-01-26  1:09 ` [PR PATCH] [Updated] " rslabbert
2022-01-26  1:10 ` rslabbert
2022-01-26  1:11 ` New package: tuigreet-0.7.2 rslabbert
2022-02-25 23:28 ` leahneukirchen
2022-02-26 23:11 ` [PR PATCH] [Updated] " rslabbert
2022-02-26 23:12 ` rslabbert
2022-02-26 23:16 ` leahneukirchen
2022-02-26 23:23 ` [PR PATCH] [Updated] " rslabbert
2022-02-26 23:23 ` rslabbert
2022-02-26 23:32 ` [PR PATCH] [Merged]: " leahneukirchen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).