Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] interception-tools: add logging service
@ 2023-07-15 23:34 spiwocoal
  2023-07-16  2:10 ` classabbyamp
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: spiwocoal @ 2023-07-15 23:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/spiwocoal/void-packages master
https://github.com/void-linux/void-packages/pull/45057

interception-tools: add logging service
Startup messages from the udevmon service were polluting the TTY at boot, adding a logging service fixes this.

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

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

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

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

From a059592d5ac16d815564284e534c1e9def569a79 Mon Sep 17 00:00:00 2001
From: Spiwocoal <spiwocoal@gmail.com>
Date: Sat, 15 Jul 2023 14:48:48 -0400
Subject: [PATCH] interception-tools: add logging service

---
 srcpkgs/interception-tools/files/udevmon/log/run | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100755 srcpkgs/interception-tools/files/udevmon/log/run

diff --git a/srcpkgs/interception-tools/files/udevmon/log/run b/srcpkgs/interception-tools/files/udevmon/log/run
new file mode 100755
index 000000000000..b5d6ef162d45
--- /dev/null
+++ b/srcpkgs/interception-tools/files/udevmon/log/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec vlogger -t udevmon -p daemon

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

* Re: interception-tools: add logging service
  2023-07-15 23:34 [PR PATCH] interception-tools: add logging service spiwocoal
@ 2023-07-16  2:10 ` classabbyamp
  2023-07-16  2:19 ` [PR PATCH] [Updated] " spiwocoal
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2023-07-16  2:10 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/45057#issuecomment-1636949348

Comment:
log services are now created by xbps-src by default, so you should only need to increment the revision of the template 

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

* Re: [PR PATCH] [Updated] interception-tools: add logging service
  2023-07-15 23:34 [PR PATCH] interception-tools: add logging service spiwocoal
  2023-07-16  2:10 ` classabbyamp
@ 2023-07-16  2:19 ` spiwocoal
  2023-07-16  2:21 ` spiwocoal
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: spiwocoal @ 2023-07-16  2:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/spiwocoal/void-packages master
https://github.com/void-linux/void-packages/pull/45057

interception-tools: add logging service
Startup messages from the udevmon service were polluting the TTY at boot, adding a logging service fixes this.

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

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

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

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

From cfa05d9c11b8872080697e3fcb1c5fbfed86ea1b Mon Sep 17 00:00:00 2001
From: Spiwocoal <spiwocoal@gmail.com>
Date: Sat, 15 Jul 2023 14:48:48 -0400
Subject: [PATCH] interception-tools: add logging service

---
 srcpkgs/interception-tools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/interception-tools/template b/srcpkgs/interception-tools/template
index b8e29660b65c..f08dbe0ecaa1 100644
--- a/srcpkgs/interception-tools/template
+++ b/srcpkgs/interception-tools/template
@@ -1,7 +1,7 @@
 # Template file for 'interception-tools'
 pkgname=interception-tools
 version=0.6.7
-revision=2
+revision=3
 build_style=cmake
 hostmakedepends="pkg-config"
 makedepends="boost-devel eudev-libudev-devel libevdev-devel yaml-cpp-devel"

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

* Re: interception-tools: add logging service
  2023-07-15 23:34 [PR PATCH] interception-tools: add logging service spiwocoal
  2023-07-16  2:10 ` classabbyamp
  2023-07-16  2:19 ` [PR PATCH] [Updated] " spiwocoal
@ 2023-07-16  2:21 ` spiwocoal
  2023-07-16  2:23 ` classabbyamp
  2023-07-16  4:01 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: spiwocoal @ 2023-07-16  2:21 UTC (permalink / raw)
  To: ml

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

New comment by spiwocoal on void-packages repository

https://github.com/void-linux/void-packages/pull/45057#issuecomment-1636955982

Comment:
Should be OK now, wasn't sure if I should keep the commit message or not, so let me know if I need to change it.

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

* Re: interception-tools: add logging service
  2023-07-15 23:34 [PR PATCH] interception-tools: add logging service spiwocoal
                   ` (2 preceding siblings ...)
  2023-07-16  2:21 ` spiwocoal
@ 2023-07-16  2:23 ` classabbyamp
  2023-07-16  4:01 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2023-07-16  2:23 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/45057#issuecomment-1636958605

Comment:
commit message is fine

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

* Re: [PR PATCH] [Merged]: interception-tools: add logging service
  2023-07-15 23:34 [PR PATCH] interception-tools: add logging service spiwocoal
                   ` (3 preceding siblings ...)
  2023-07-16  2:23 ` classabbyamp
@ 2023-07-16  4:01 ` classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2023-07-16  4:01 UTC (permalink / raw)
  To: ml

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

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

interception-tools: add logging service
https://github.com/void-linux/void-packages/pull/45057

Description:
Startup messages from the udevmon service were polluting the TTY at boot, adding a logging service fixes this.

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

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

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

end of thread, other threads:[~2023-07-16  4:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-15 23:34 [PR PATCH] interception-tools: add logging service spiwocoal
2023-07-16  2:10 ` classabbyamp
2023-07-16  2:19 ` [PR PATCH] [Updated] " spiwocoal
2023-07-16  2:21 ` spiwocoal
2023-07-16  2:23 ` classabbyamp
2023-07-16  4:01 ` [PR PATCH] [Merged]: " classabbyamp

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