Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] runit-void: update to 20200720.
@ 2020-07-20 15:22 ahesford
  2020-07-22 14:46 ` [PR PATCH] [Merged]: " ahesford
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ahesford @ 2020-07-20 15:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ahesford/void-packages runit-void
https://github.com/void-linux/void-packages/pull/23668

runit-void: update to 20200720.
I tagged [void-runit 20200720](https://github.com/void-linux/void-runit/releases/tag/20200720) with a bunch of small changes since last year's tag and am bumping the XBPS package to match. Please let me know if there is any reason to delay this.

@void-linux/pkg-committers 

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

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

From 4dd4b79414a920a934e0e46b2a25c529cccdb4d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Mon, 20 Jul 2020 11:07:35 -0400
Subject: [PATCH] runit-void: update to 20200720.

---
 ...410e3381937f5b42a609884666c44a63d269.patch | 99 -------------------
 srcpkgs/runit-void/template                   |  6 +-
 2 files changed, 3 insertions(+), 102 deletions(-)
 delete mode 100644 srcpkgs/runit-void/patches/7082410e3381937f5b42a609884666c44a63d269.patch

diff --git a/srcpkgs/runit-void/patches/7082410e3381937f5b42a609884666c44a63d269.patch b/srcpkgs/runit-void/patches/7082410e3381937f5b42a609884666c44a63d269.patch
deleted file mode 100644
index 46f23cfc341..00000000000
--- a/srcpkgs/runit-void/patches/7082410e3381937f5b42a609884666c44a63d269.patch
+++ /dev/null
@@ -1,99 +0,0 @@
-From 7082410e3381937f5b42a609884666c44a63d269 Mon Sep 17 00:00:00 2001
-From: q66 <daniel@octaforge.org>
-Date: Sun, 20 Oct 2019 22:27:01 +0200
-Subject: [PATCH] services: add agetty services for hvc0 and hvsi0
-
-These are used for virtual terminal/serial console on some
-hypervisors (Xen) as well as many POWER based machines (the
-OPAL firmware emulates these for serial as the OS has no
-physical access to that).
----
- services/agetty-hvc0/conf       | 3 +++
- services/agetty-hvc0/finish     | 1 +
- services/agetty-hvc0/run        | 1 +
- services/agetty-hvc0/supervise  | 1 +
- services/agetty-hvsi0/conf      | 8 ++++++++
- services/agetty-hvsi0/finish    | 1 +
- services/agetty-hvsi0/run       | 1 +
- services/agetty-hvsi0/supervise | 1 +
- 8 files changed, 17 insertions(+)
- create mode 100644 services/agetty-hvc0/conf
- create mode 120000 services/agetty-hvc0/finish
- create mode 120000 services/agetty-hvc0/run
- create mode 120000 services/agetty-hvc0/supervise
- create mode 100644 services/agetty-hvsi0/conf
- create mode 120000 services/agetty-hvsi0/finish
- create mode 120000 services/agetty-hvsi0/run
- create mode 120000 services/agetty-hvsi0/supervise
-
-diff --git a/services/agetty-hvc0/conf b/services/agetty-hvc0/conf
-new file mode 100644
-index 0000000..ecf4f1e
---- /dev/null
-+++ services/agetty-hvc0/conf
-@@ -0,0 +1,3 @@
-+GETTY_ARGS="-L"
-+BAUD_RATE=9600
-+TERM_NAME=vt100
-diff --git a/services/agetty-hvc0/finish b/services/agetty-hvc0/finish
-new file mode 120000
-index 0000000..ad464cb
---- /dev/null
-+++ services/agetty-hvc0/finish
-@@ -0,0 +1 @@
-+../agetty-generic/finish
-\ No newline at end of file
-diff --git a/services/agetty-hvc0/run b/services/agetty-hvc0/run
-new file mode 120000
-index 0000000..ffa62a5
---- /dev/null
-+++ services/agetty-hvc0/run
-@@ -0,0 +1 @@
-+../agetty-serial/run
-\ No newline at end of file
-diff --git a/services/agetty-hvc0/supervise b/services/agetty-hvc0/supervise
-new file mode 120000
-index 0000000..665ccf0
---- /dev/null
-+++ services/agetty-hvc0/supervise
-@@ -0,0 +1 @@
-+/run/runit/supervise.agetty-hvc0
-\ No newline at end of file
-diff --git a/services/agetty-hvsi0/conf b/services/agetty-hvsi0/conf
-new file mode 100644
-index 0000000..ec61b5f
---- /dev/null
-+++ services/agetty-hvsi0/conf
-@@ -0,0 +1,8 @@
-+GETTY_ARGS="-L"
-+if [ -x /sbin/agetty -o -x /bin/agetty ]; then
-+	# util-linux specific settings
-+	GETTY_ARGS="${GETTY_ARGS} -8"
-+fi
-+
-+BAUD_RATE=19200
-+TERM_NAME=vt100
-diff --git a/services/agetty-hvsi0/finish b/services/agetty-hvsi0/finish
-new file mode 120000
-index 0000000..ad464cb
---- /dev/null
-+++ services/agetty-hvsi0/finish
-@@ -0,0 +1 @@
-+../agetty-generic/finish
-\ No newline at end of file
-diff --git a/services/agetty-hvsi0/run b/services/agetty-hvsi0/run
-new file mode 120000
-index 0000000..ffa62a5
---- /dev/null
-+++ services/agetty-hvsi0/run
-@@ -0,0 +1 @@
-+../agetty-serial/run
-\ No newline at end of file
-diff --git a/services/agetty-hvsi0/supervise b/services/agetty-hvsi0/supervise
-new file mode 120000
-index 0000000..7dd4fb6
---- /dev/null
-+++ services/agetty-hvsi0/supervise
-@@ -0,0 +1 @@
-+/run/runit/supervise.agetty-hvsi0
-\ No newline at end of file
diff --git a/srcpkgs/runit-void/template b/srcpkgs/runit-void/template
index 1013f6ed23c..c495a45a3de 100644
--- a/srcpkgs/runit-void/template
+++ b/srcpkgs/runit-void/template
@@ -1,7 +1,7 @@
 # Template file for 'runit-void'
 pkgname=runit-void
-version=20190906
-revision=3
+version=20200720
+revision=1
 wrksrc="void-runit-${version}"
 build_style=gnu-makefile
 short_desc="Void Linux runit scripts"
@@ -9,7 +9,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="CC0-1.0"
 homepage="https://github.com/void-linux/void-runit"
 distfiles="https://github.com/void-linux/void-runit/archive/${version}.tar.gz"
-checksum=9e1027c07124ff4efad63bef74b9f1ae0659e43f9d4e7cfde996be271706570c
+checksum=706ed491315bd75b4b4ca07bc04af97369f8ef8820e9fa1931dae6939ea2e2db
 
 depends="virtual?awk procps-ng runit"
 conf_files="

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

* Re: [PR PATCH] [Merged]: runit-void: update to 20200720.
  2020-07-20 15:22 [PR PATCH] runit-void: update to 20200720 ahesford
@ 2020-07-22 14:46 ` ahesford
  2020-08-10 20:18 ` D-Nice
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ahesford @ 2020-07-22 14:46 UTC (permalink / raw)
  To: ml

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

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

runit-void: update to 20200720.
https://github.com/void-linux/void-packages/pull/23668

Description:
I tagged [void-runit 20200720](https://github.com/void-linux/void-runit/releases/tag/20200720) with a bunch of small changes since last year's tag and am bumping the XBPS package to match. Please let me know if there is any reason to delay this.

@void-linux/pkg-committers 

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

* Re: runit-void: update to 20200720.
  2020-07-20 15:22 [PR PATCH] runit-void: update to 20200720 ahesford
  2020-07-22 14:46 ` [PR PATCH] [Merged]: " ahesford
@ 2020-08-10 20:18 ` D-Nice
  2020-08-10 20:23 ` D-Nice
  2020-08-10 20:24 ` ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: D-Nice @ 2020-08-10 20:18 UTC (permalink / raw)
  To: ml

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

New comment by D-Nice on void-packages repository

https://github.com/void-linux/void-packages/pull/23668#issuecomment-671568063

Comment:
I think this broke something... since I updated, `poweroff`, `shutdown`, `halt` all reboot the system now.

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

* Re: runit-void: update to 20200720.
  2020-07-20 15:22 [PR PATCH] runit-void: update to 20200720 ahesford
  2020-07-22 14:46 ` [PR PATCH] [Merged]: " ahesford
  2020-08-10 20:18 ` D-Nice
@ 2020-08-10 20:23 ` D-Nice
  2020-08-10 20:24 ` ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: D-Nice @ 2020-08-10 20:23 UTC (permalink / raw)
  To: ml

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

New comment by D-Nice on void-packages repository

https://github.com/void-linux/void-packages/pull/23668#issuecomment-671571369

Comment:
downgrading to `runit-void-20190906_3.x86_64.xbps` indeed fixes it for me

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

* Re: runit-void: update to 20200720.
  2020-07-20 15:22 [PR PATCH] runit-void: update to 20200720 ahesford
                   ` (2 preceding siblings ...)
  2020-08-10 20:23 ` D-Nice
@ 2020-08-10 20:24 ` ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2020-08-10 20:24 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/23668#issuecomment-671571511

Comment:
@D-Nice can you open an issue about it, please? And include the output of `ls -l /run/runit{reboot,stopit}` there.

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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-20 15:22 [PR PATCH] runit-void: update to 20200720 ahesford
2020-07-22 14:46 ` [PR PATCH] [Merged]: " ahesford
2020-08-10 20:18 ` D-Nice
2020-08-10 20:23 ` D-Nice
2020-08-10 20:24 ` ericonr

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