Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] runit-void: add vlogger to the logger xbps alternatives.
@ 2021-02-11 11:46 CMB
  2021-02-13 22:25 ` ericonr
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: CMB @ 2021-02-11 11:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CMB/void-packages vlogger
https://github.com/void-linux/void-packages/pull/28662

runit-void: add vlogger to the logger xbps alternatives.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ x] I built this PR locally for my native architecture, (x86_64-musl)
- [ x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ x] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 398d59f25f8866763f1c4f192595b14754275f68 Mon Sep 17 00:00:00 2001
From: Christopher Brannon <chris@the-brannons.com>
Date: Thu, 11 Feb 2021 02:58:47 -0800
Subject: [PATCH] runit-void: add vlogger to the logger xbps alternatives.

---
 srcpkgs/runit-void/template | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/runit-void/template b/srcpkgs/runit-void/template
index c495a45a3de..6c8a8e326dc 100644
--- a/srcpkgs/runit-void/template
+++ b/srcpkgs/runit-void/template
@@ -1,7 +1,7 @@
 # Template file for 'runit-void'
 pkgname=runit-void
 version=20200720
-revision=1
+revision=2
 wrksrc="void-runit-${version}"
 build_style=gnu-makefile
 short_desc="Void Linux runit scripts"
@@ -28,6 +28,11 @@ make_dirs="
  /etc/zzz.d/suspend 0755 root root
  /etc/zzz.d/resume 0755 root root"
 
+alternatives="
+ logger:logger:/usr/bin/vlogger
+ logger:/usr/share/man/man1/logger.1:/usr/share/man/man8/vlogger.8
+"
+
 post_install() {
 	vmkdir usr/bin
 	mv ${DESTDIR}/usr/sbin/* ${DESTDIR}/usr/bin

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

* Re: runit-void: add vlogger to the logger xbps alternatives.
  2021-02-11 11:46 [PR PATCH] runit-void: add vlogger to the logger xbps alternatives CMB
@ 2021-02-13 22:25 ` ericonr
  2021-03-01 20:51 ` Duncaen
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-02-13 22:25 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28662#issuecomment-778686787

Comment:
@Duncaen I think you're trying to make a new runit-void release? Might be nice to pull this into it!

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

* Re: runit-void: add vlogger to the logger xbps alternatives.
  2021-02-11 11:46 [PR PATCH] runit-void: add vlogger to the logger xbps alternatives CMB
  2021-02-13 22:25 ` ericonr
@ 2021-03-01 20:51 ` Duncaen
  2021-03-17 13:49 ` ahesford
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Duncaen @ 2021-03-01 20:51 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/28662#issuecomment-788268383

Comment:
https://github.com/void-linux/void-runit/pull/68 this needs to be merged, otherwise when using using vlogger as alternative for logger then the `/etc/vlogger` script could do unexpected things like starting a `svlogd` process which is only usefull for log services.

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

* Re: runit-void: add vlogger to the logger xbps alternatives.
  2021-02-11 11:46 [PR PATCH] runit-void: add vlogger to the logger xbps alternatives CMB
  2021-02-13 22:25 ` ericonr
  2021-03-01 20:51 ` Duncaen
@ 2021-03-17 13:49 ` ahesford
  2022-05-03  2:14 ` github-actions
  2022-05-17  2:14 ` [PR PATCH] [Closed]: " github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2021-03-17 13:49 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/28662#issuecomment-801096054

Comment:
I missed this when bumping `runit-void`. Commit https://github.com/void-linux/void-runit/pull/68 is included in version 20210314.

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

* Re: runit-void: add vlogger to the logger xbps alternatives.
  2021-02-11 11:46 [PR PATCH] runit-void: add vlogger to the logger xbps alternatives CMB
                   ` (2 preceding siblings ...)
  2021-03-17 13:49 ` ahesford
@ 2022-05-03  2:14 ` github-actions
  2022-05-17  2:14 ` [PR PATCH] [Closed]: " github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2022-05-03  2:14 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/28662#issuecomment-1115549702

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] 6+ messages in thread

* Re: [PR PATCH] [Closed]: runit-void: add vlogger to the logger xbps alternatives.
  2021-02-11 11:46 [PR PATCH] runit-void: add vlogger to the logger xbps alternatives CMB
                   ` (3 preceding siblings ...)
  2022-05-03  2:14 ` github-actions
@ 2022-05-17  2:14 ` github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2022-05-17  2:14 UTC (permalink / raw)
  To: ml

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

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

runit-void: add vlogger to the logger xbps alternatives.
https://github.com/void-linux/void-packages/pull/28662

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ x] I built this PR locally for my native architecture, (x86_64-musl)
- [ x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ x] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

end of thread, other threads:[~2022-05-17  2:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-11 11:46 [PR PATCH] runit-void: add vlogger to the logger xbps alternatives CMB
2021-02-13 22:25 ` ericonr
2021-03-01 20:51 ` Duncaen
2021-03-17 13:49 ` ahesford
2022-05-03  2:14 ` github-actions
2022-05-17  2:14 ` [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).