Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: dinit-0.16.1
@ 2023-06-01 21:43 xeji
  2023-06-01 21:47 ` [PR REVIEW] " classabbyamp
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: xeji @ 2023-06-01 21:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/xeji/void-packages dinit
https://github.com/void-linux/void-packages/pull/44222

New package: dinit-0.16.1
#### Testing the changes
- I tested the changes in this PR: **YES**

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc


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

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

From 56514fb744eb8796224e15fd0ed051610b1937ce Mon Sep 17 00:00:00 2001
From: Uli Baum <xeji@cat3.de>
Date: Thu, 1 Jun 2023 23:40:36 +0200
Subject: [PATCH] New package: dinit-0.16.1

---
 srcpkgs/dinit/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/dinit/template

diff --git a/srcpkgs/dinit/template b/srcpkgs/dinit/template
new file mode 100644
index 000000000000..78217a28037a
--- /dev/null
+++ b/srcpkgs/dinit/template
@@ -0,0 +1,22 @@
+# Template file for 'dinit'
+pkgname=dinit
+version=0.16.1
+revision=1
+build_style=gnu-makefile
+make_install_args="SBINDIR=/usr/bin"
+make_check_target="check"
+make_check_args="-j 1"  # building checks fails when run in parallel
+hostmakedepends="m4"
+checkdepends="libsanitizer-devel"
+short_desc="Service manager and init system"
+maintainer="Uli Baum <xeji@cat3.de>"
+license="Apache-2.0"
+homepage="https://davmac.org/projects/dinit/"
+changelog="https://github.com/davmac314/dinit/NEWS"
+distfiles="https://github.com/davmac314/dinit/archive/v${version}.tar.gz"
+checksum=fecab916da569e7fda1ad7651eb2cc639885ac203f4729d55612108b69cd5140
+
+post_extract() {
+	# don't build shutdown/halt/reboot commands, we don't use dinit as system init
+	sed -e 's/BUILD_SHUTDOWN=yes/BUILD_SHUTDOWN=no/' configs/mconfig.Linux > mconfig
+}

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

* Re: [PR REVIEW] New package: dinit-0.16.1
  2023-06-01 21:43 [PR PATCH] New package: dinit-0.16.1 xeji
@ 2023-06-01 21:47 ` classabbyamp
  2023-06-01 21:47 ` classabbyamp
                   ` (16 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: classabbyamp @ 2023-06-01 21:47 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/44222#discussion_r1213715154

Comment:
    use `disable_parallel_check`

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

* Re: [PR REVIEW] New package: dinit-0.16.1
  2023-06-01 21:43 [PR PATCH] New package: dinit-0.16.1 xeji
  2023-06-01 21:47 ` [PR REVIEW] " classabbyamp
  2023-06-01 21:47 ` classabbyamp
@ 2023-06-01 21:47 ` classabbyamp
  2023-06-01 21:47 ` classabbyamp
                   ` (14 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: classabbyamp @ 2023-06-01 21:47 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/44222#discussion_r1213715584

Comment:
404, use https://raw.githubusercontent.com/davmac314/dinit/master/NEWS

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

* Re: [PR REVIEW] New package: dinit-0.16.1
  2023-06-01 21:43 [PR PATCH] New package: dinit-0.16.1 xeji
  2023-06-01 21:47 ` [PR REVIEW] " classabbyamp
@ 2023-06-01 21:47 ` classabbyamp
  2023-06-01 21:47 ` classabbyamp
                   ` (15 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: classabbyamp @ 2023-06-01 21:47 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/44222#discussion_r1213716164

Comment:
this should be in post_patch or pre_configure

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

* Re: [PR REVIEW] New package: dinit-0.16.1
  2023-06-01 21:43 [PR PATCH] New package: dinit-0.16.1 xeji
                   ` (2 preceding siblings ...)
  2023-06-01 21:47 ` classabbyamp
@ 2023-06-01 21:47 ` classabbyamp
  2023-06-01 22:07 ` [PR PATCH] [Updated] " xeji
                   ` (13 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: classabbyamp @ 2023-06-01 21:47 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/44222#discussion_r1213715210

Comment:
this is the default

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

* Re: [PR PATCH] [Updated] New package: dinit-0.16.1
  2023-06-01 21:43 [PR PATCH] New package: dinit-0.16.1 xeji
                   ` (3 preceding siblings ...)
  2023-06-01 21:47 ` classabbyamp
@ 2023-06-01 22:07 ` xeji
  2023-06-01 22:09 ` xeji
                   ` (12 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: xeji @ 2023-06-01 22:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/xeji/void-packages dinit
https://github.com/void-linux/void-packages/pull/44222

New package: dinit-0.16.1
#### Testing the changes
- I tested the changes in this PR: **YES**

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc


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

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

From 2be32975b65450c9d6d18bd75ad45a51d67cdc06 Mon Sep 17 00:00:00 2001
From: Uli Baum <xeji@cat3.de>
Date: Thu, 1 Jun 2023 23:40:36 +0200
Subject: [PATCH] New package: dinit-0.16.1

---
 srcpkgs/dinit/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/dinit/template

diff --git a/srcpkgs/dinit/template b/srcpkgs/dinit/template
new file mode 100644
index 000000000000..78217a28037a
--- /dev/null
+++ b/srcpkgs/dinit/template
@@ -0,0 +1,22 @@
+# Template file for 'dinit'
+pkgname=dinit
+version=0.16.1
+revision=1
+build_style=gnu-makefile
+make_install_args="SBINDIR=/usr/bin"
+make_check_target="check"
+make_check_args="-j 1"  # building checks fails when run in parallel
+hostmakedepends="m4"
+checkdepends="libsanitizer-devel"
+short_desc="Service manager and init system"
+maintainer="Uli Baum <xeji@cat3.de>"
+license="Apache-2.0"
+homepage="https://davmac.org/projects/dinit/"
+changelog="https://github.com/davmac314/dinit/NEWS"
+distfiles="https://github.com/davmac314/dinit/archive/v${version}.tar.gz"
+checksum=fecab916da569e7fda1ad7651eb2cc639885ac203f4729d55612108b69cd5140
+
+post_extract() {
+	# don't build shutdown/halt/reboot commands, we don't use dinit as system init
+	sed -e 's/BUILD_SHUTDOWN=yes/BUILD_SHUTDOWN=no/' configs/mconfig.Linux > mconfig
+}

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

* Re: [PR PATCH] [Updated] New package: dinit-0.16.1
  2023-06-01 21:43 [PR PATCH] New package: dinit-0.16.1 xeji
                   ` (4 preceding siblings ...)
  2023-06-01 22:07 ` [PR PATCH] [Updated] " xeji
@ 2023-06-01 22:09 ` xeji
  2023-06-01 22:10 ` [PR REVIEW] " xeji
                   ` (11 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: xeji @ 2023-06-01 22:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/xeji/void-packages dinit
https://github.com/void-linux/void-packages/pull/44222

New package: dinit-0.16.1
#### Testing the changes
- I tested the changes in this PR: **YES**

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc


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

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

From 5a63e50257c92efd6f6da8052e40ebd4614930b7 Mon Sep 17 00:00:00 2001
From: Uli Baum <xeji@cat3.de>
Date: Thu, 1 Jun 2023 23:40:36 +0200
Subject: [PATCH] New package: dinit-0.16.1

---
 srcpkgs/dinit/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/dinit/template

diff --git a/srcpkgs/dinit/template b/srcpkgs/dinit/template
new file mode 100644
index 000000000000..27fbc82b3e9f
--- /dev/null
+++ b/srcpkgs/dinit/template
@@ -0,0 +1,21 @@
+# Template file for 'dinit'
+pkgname=dinit
+version=0.16.1
+revision=1
+build_style=gnu-makefile
+make_install_args="SBINDIR=/usr/bin"
+hostmakedepends="m4"
+checkdepends="libsanitizer-devel"
+short_desc="Service manager and init system"
+maintainer="Uli Baum <xeji@cat3.de>"
+license="Apache-2.0"
+homepage="https://davmac.org/projects/dinit/"
+changelog="https://raw.githubusercontent.com/davmac314/dinit/master/NEWS"
+distfiles="https://github.com/davmac314/dinit/archive/v${version}.tar.gz"
+checksum=fecab916da569e7fda1ad7651eb2cc639885ac203f4729d55612108b69cd5140
+disable_parallel_check=yes
+
+post_patch() {
+	# don't build shutdown/halt/reboot commands, we don't use dinit as system init
+	sed -e 's/BUILD_SHUTDOWN=yes/BUILD_SHUTDOWN=no/' configs/mconfig.Linux > mconfig
+}

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

* Re: [PR REVIEW] New package: dinit-0.16.1
  2023-06-01 21:43 [PR PATCH] New package: dinit-0.16.1 xeji
                   ` (5 preceding siblings ...)
  2023-06-01 22:09 ` xeji
@ 2023-06-01 22:10 ` xeji
  2023-06-01 23:09 ` xeji
                   ` (10 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: xeji @ 2023-06-01 22:10 UTC (permalink / raw)
  To: ml

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

New review comment by xeji on void-packages repository

https://github.com/void-linux/void-packages/pull/44222#discussion_r1213730754

Comment:
Thanks for your super quick and clear feedback. I'm still learning :-)

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

* Re: New package: dinit-0.16.1
  2023-06-01 21:43 [PR PATCH] New package: dinit-0.16.1 xeji
                   ` (6 preceding siblings ...)
  2023-06-01 22:10 ` [PR REVIEW] " xeji
@ 2023-06-01 23:09 ` xeji
  2023-08-10 16:38 ` dkwo
                   ` (9 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: xeji @ 2023-06-01 23:09 UTC (permalink / raw)
  To: ml

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

New comment by xeji on void-packages repository

https://github.com/void-linux/void-packages/pull/44222#issuecomment-1572904689

Comment:
Cross-build errors:  make tries to build an internal config tool "mconfig-gen" first, which doesn't cross compile. I have no idea how to fix this, and it might not be worth the effort:
Upstream is migration its build system to meson with the next release, rendering mconfig-gen obsolete.

So rather than trying to fix this, may I suggest we restrict arch for now and change to meson when 0.17 is released?

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

* Re: New package: dinit-0.16.1
  2023-06-01 21:43 [PR PATCH] New package: dinit-0.16.1 xeji
                   ` (7 preceding siblings ...)
  2023-06-01 23:09 ` xeji
@ 2023-08-10 16:38 ` dkwo
  2023-08-19  8:40 ` dkwo
                   ` (8 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: dkwo @ 2023-08-10 16:38 UTC (permalink / raw)
  To: ml

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

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/44222#issuecomment-1673557601

Comment:
An option is to set this pr to draft and experiment with building from the master branch for a while.
This onlly fails a couple of tests:
```
# Template file for 'dinit'
pkgname=dinit
version=0.17.0
revision=0
_commit=01d8a1c0d4ac2a266583050e4bdfd9d136223914
build_style=meson
configure_args="-Ddinit-sbindir=/usr/bin -Dbuild-shutdown=disabled
 -Dunit-tests=true -Digr-tests=true"
hostmakedepends="m4"
checkdepends="libsanitizer-devel"
short_desc="Service manager and init system"
maintainer="Uli Baum <xeji@cat3.de>"
license="Apache-2.0"
homepage="https://davmac.org/projects/dinit/"
changelog="https://raw.githubusercontent.com/davmac314/dinit/master/NEWS"
# distfiles="https://github.com/davmac314/dinit/archive/v${version}.tar.gz"
distfiles="https://github.com/davmac314/dinit/archive/$_commit.tar.gz"
checksum=6015dd9da4f66d607cafc97892a674eb878cec87955c4d38bebbb7c92b99197c
```

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

* Re: New package: dinit-0.16.1
  2023-06-01 21:43 [PR PATCH] New package: dinit-0.16.1 xeji
                   ` (8 preceding siblings ...)
  2023-08-10 16:38 ` dkwo
@ 2023-08-19  8:40 ` dkwo
  2023-08-19  8:40 ` dkwo
                   ` (7 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: dkwo @ 2023-08-19  8:40 UTC (permalink / raw)
  To: ml

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

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/44222#issuecomment-1684894929

Comment:
This now passes all tests and cross, the upcoming release should be good.
```
# Template file for 'dinit'
pkgname=dinit
version=0.17.0
revision=0
_commit=1694b965db8986d64d663d671013888fd22c7390
build_style=meson
configure_args="-Ddinit-sbindir=/usr/bin -Dbuild-shutdown=disabled
 -Dunit-tests=true -Digr-tests=true -Db_ndebug=false"
hostmakedepends="m4"
checkdepends="libsanitizer-devel"
short_desc="Service manager and init system"
maintainer="Uli Baum <xeji@cat3.de>"
license="Apache-2.0"
homepage="https://davmac.org/projects/dinit/"
changelog="https://raw.githubusercontent.com/davmac314/dinit/master/NEWS"
# distfiles="https://github.com/davmac314/dinit/archive/v${version}.tar.gz"
distfiles="https://github.com/davmac314/dinit/archive/$_commit.tar.gz"
checksum=d280ecf46ea5ab346f49df0064639dda7efd67382395b031016f3874357d201c
```

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

* Re: New package: dinit-0.16.1
  2023-06-01 21:43 [PR PATCH] New package: dinit-0.16.1 xeji
                   ` (9 preceding siblings ...)
  2023-08-19  8:40 ` dkwo
@ 2023-08-19  8:40 ` dkwo
  2023-08-20  9:19 ` dkwo
                   ` (6 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: dkwo @ 2023-08-19  8:40 UTC (permalink / raw)
  To: ml

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

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/44222#issuecomment-1673557601

Comment:
An option is to set this pr to draft and experiment with building from the master branch for a while.
This onlly fails a couple of tests:
```
# Template file for 'dinit'
pkgname=dinit
version=0.17.0
revision=0
_commit=01d8a1c0d4ac2a266583050e4bdfd9d136223914
build_style=meson
configure_args="-Ddinit-sbindir=/usr/bin -Dbuild-shutdown=disabled
 -Dunit-tests=true -Digr-tests=true"
hostmakedepends="m4"
checkdepends="libsanitizer-devel"
short_desc="Service manager and init system"
maintainer="Uli Baum <xeji@cat3.de>"
license="Apache-2.0"
homepage="https://davmac.org/projects/dinit/"
changelog="https://raw.githubusercontent.com/davmac314/dinit/master/NEWS"
# distfiles="https://github.com/davmac314/dinit/archive/v${version}.tar.gz"
distfiles="https://github.com/davmac314/dinit/archive/$_commit.tar.gz"
checksum=6015dd9da4f66d607cafc97892a674eb878cec87955c4d38bebbb7c92b99197c
```

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

* Re: New package: dinit-0.16.1
  2023-06-01 21:43 [PR PATCH] New package: dinit-0.16.1 xeji
                   ` (10 preceding siblings ...)
  2023-08-19  8:40 ` dkwo
@ 2023-08-20  9:19 ` dkwo
  2023-08-20  9:39 ` Luciogi
                   ` (5 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: dkwo @ 2023-08-20  9:19 UTC (permalink / raw)
  To: ml

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

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/44222#issuecomment-1685234660

Comment:
0.17 is out, it works fine with the above.

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

* Re: New package: dinit-0.16.1
  2023-06-01 21:43 [PR PATCH] New package: dinit-0.16.1 xeji
                   ` (11 preceding siblings ...)
  2023-08-20  9:19 ` dkwo
@ 2023-08-20  9:39 ` Luciogi
  2023-08-20  9:43 ` Luciogi
                   ` (4 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: Luciogi @ 2023-08-20  9:39 UTC (permalink / raw)
  To: ml

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

New comment by Luciogi on void-packages repository

https://github.com/void-linux/void-packages/pull/44222#issuecomment-1685238990

Comment:
@dkwo  can you tell how to test it , via booting with dinit?

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

* Re: New package: dinit-0.16.1
  2023-06-01 21:43 [PR PATCH] New package: dinit-0.16.1 xeji
                   ` (12 preceding siblings ...)
  2023-08-20  9:39 ` Luciogi
@ 2023-08-20  9:43 ` Luciogi
  2023-08-20 12:52 ` dkwo
                   ` (3 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: Luciogi @ 2023-08-20  9:43 UTC (permalink / raw)
  To: ml

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

New comment by Luciogi on void-packages repository

https://github.com/void-linux/void-packages/pull/44222#issuecomment-1685238990

Comment:
@dkwo  can you tell how to test it , via booting with dinit?
we also need default services

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

* Re: New package: dinit-0.16.1
  2023-06-01 21:43 [PR PATCH] New package: dinit-0.16.1 xeji
                   ` (13 preceding siblings ...)
  2023-08-20  9:43 ` Luciogi
@ 2023-08-20 12:52 ` dkwo
  2023-08-20 12:58 ` Luciogi
                   ` (2 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: dkwo @ 2023-08-20 12:52 UTC (permalink / raw)
  To: ml

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

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/44222#issuecomment-1685277885

Comment:
@Luciogi it's built with -Dbuild-shutdown=disabled, so only as service manager, not as init. You'll need to write service files, some can be found e.g. in Chimera or adapted from Void runit's. I only confirmed that it (cross) builds fine, and passes tests. Did not try it out myself, yet.

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

* Re: New package: dinit-0.16.1
  2023-06-01 21:43 [PR PATCH] New package: dinit-0.16.1 xeji
                   ` (14 preceding siblings ...)
  2023-08-20 12:52 ` dkwo
@ 2023-08-20 12:58 ` Luciogi
  2023-11-19  1:48 ` github-actions
  2023-12-04  1:46 ` [PR PATCH] [Closed]: " github-actions
  17 siblings, 0 replies; 19+ messages in thread
From: Luciogi @ 2023-08-20 12:58 UTC (permalink / raw)
  To: ml

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

New comment by Luciogi on void-packages repository

https://github.com/void-linux/void-packages/pull/44222#issuecomment-1685279229

Comment:
https://gitea.artixlinux.org/artix/dinit-rc
artix linux has services already

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

* Re: New package: dinit-0.16.1
  2023-06-01 21:43 [PR PATCH] New package: dinit-0.16.1 xeji
                   ` (15 preceding siblings ...)
  2023-08-20 12:58 ` Luciogi
@ 2023-11-19  1:48 ` github-actions
  2023-12-04  1:46 ` [PR PATCH] [Closed]: " github-actions
  17 siblings, 0 replies; 19+ messages in thread
From: github-actions @ 2023-11-19  1:48 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/44222#issuecomment-1817714720

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: dinit-0.16.1
  2023-06-01 21:43 [PR PATCH] New package: dinit-0.16.1 xeji
                   ` (16 preceding siblings ...)
  2023-11-19  1:48 ` github-actions
@ 2023-12-04  1:46 ` github-actions
  17 siblings, 0 replies; 19+ messages in thread
From: github-actions @ 2023-12-04  1:46 UTC (permalink / raw)
  To: ml

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

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

New package: dinit-0.16.1
https://github.com/void-linux/void-packages/pull/44222

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

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc


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

end of thread, other threads:[~2023-12-04  1:46 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-01 21:43 [PR PATCH] New package: dinit-0.16.1 xeji
2023-06-01 21:47 ` [PR REVIEW] " classabbyamp
2023-06-01 21:47 ` classabbyamp
2023-06-01 21:47 ` classabbyamp
2023-06-01 21:47 ` classabbyamp
2023-06-01 22:07 ` [PR PATCH] [Updated] " xeji
2023-06-01 22:09 ` xeji
2023-06-01 22:10 ` [PR REVIEW] " xeji
2023-06-01 23:09 ` xeji
2023-08-10 16:38 ` dkwo
2023-08-19  8:40 ` dkwo
2023-08-19  8:40 ` dkwo
2023-08-20  9:19 ` dkwo
2023-08-20  9:39 ` Luciogi
2023-08-20  9:43 ` Luciogi
2023-08-20 12:52 ` dkwo
2023-08-20 12:58 ` Luciogi
2023-11-19  1:48 ` github-actions
2023-12-04  1:46 ` [PR PATCH] [Closed]: " github-actions

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).