Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] soju: add logging service.
@ 2021-12-03 15:05 dne
  2021-12-06 15:39 ` dne
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: dne @ 2021-12-03 15:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dne/void-packages soju-logging
https://github.com/void-linux/void-packages/pull/34364

soju: add logging service.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 6d0df91360a65ceaa6b4bdeec58b7e6b71a6bf10 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20N=C3=A9ri?= <dne+github@mayonnaise.net>
Date: Fri, 3 Dec 2021 14:40:20 +0000
Subject: [PATCH] soju: add logging service.

---
 srcpkgs/soju/files/soju/log/run | 1 +
 srcpkgs/soju/files/soju/run     | 1 +
 srcpkgs/soju/template           | 2 +-
 3 files changed, 3 insertions(+), 1 deletion(-)
 create mode 120000 srcpkgs/soju/files/soju/log/run

diff --git a/srcpkgs/soju/files/soju/log/run b/srcpkgs/soju/files/soju/log/run
new file mode 120000
index 000000000000..3a5b4a586051
--- /dev/null
+++ b/srcpkgs/soju/files/soju/log/run
@@ -0,0 +1 @@
+/usr/bin/vlogger
\ No newline at end of file
diff --git a/srcpkgs/soju/files/soju/run b/srcpkgs/soju/files/soju/run
index 3b00ad02fb07..71054f810769 100755
--- a/srcpkgs/soju/files/soju/run
+++ b/srcpkgs/soju/files/soju/run
@@ -1,3 +1,4 @@
 #!/bin/sh
+exec 2>&1
 [ -r conf ] && . ./conf
 exec chpst -u _soju soju ${OPTS:- -config /etc/soju/config}
diff --git a/srcpkgs/soju/template b/srcpkgs/soju/template
index 9d3eddfea050..733636d4a288 100644
--- a/srcpkgs/soju/template
+++ b/srcpkgs/soju/template
@@ -1,7 +1,7 @@
 # Template file for 'soju'
 pkgname=soju
 version=0.3.0
-revision=1
+revision=2
 build_style=go
 go_import_path="git.sr.ht/~emersion/soju"
 go_package="./cmd/soju ./cmd/sojuctl"

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

* Re: soju: add logging service.
  2021-12-03 15:05 [PR PATCH] soju: add logging service dne
@ 2021-12-06 15:39 ` dne
  2021-12-06 15:58 ` [PR PATCH] [Updated] " dne
  2021-12-06 16:03 ` [PR PATCH] [Merged]: " ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: dne @ 2021-12-06 15:39 UTC (permalink / raw)
  To: ml

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

New comment by dne on void-packages repository

https://github.com/void-linux/void-packages/pull/34364#issuecomment-986893445

Comment:
Actually, it shows up as just `./run` in `ps` output. I'll amend the PR.

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

* Re: [PR PATCH] [Updated] soju: add logging service.
  2021-12-03 15:05 [PR PATCH] soju: add logging service dne
  2021-12-06 15:39 ` dne
@ 2021-12-06 15:58 ` dne
  2021-12-06 16:03 ` [PR PATCH] [Merged]: " ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: dne @ 2021-12-06 15:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dne/void-packages soju-logging
https://github.com/void-linux/void-packages/pull/34364

soju: add logging service.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 9111aca29f13e39ec86ea06b804e98b4b7ca1891 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20N=C3=A9ri?= <dne+github@mayonnaise.net>
Date: Fri, 3 Dec 2021 14:40:20 +0000
Subject: [PATCH] soju: add logging service.

---
 srcpkgs/soju/files/soju/log/run | 2 ++
 srcpkgs/soju/files/soju/run     | 1 +
 srcpkgs/soju/template           | 2 +-
 3 files changed, 4 insertions(+), 1 deletion(-)
 create mode 100755 srcpkgs/soju/files/soju/log/run

diff --git a/srcpkgs/soju/files/soju/log/run b/srcpkgs/soju/files/soju/log/run
new file mode 100755
index 000000000000..e3e1d1b70f91
--- /dev/null
+++ b/srcpkgs/soju/files/soju/log/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec vlogger -t soju -p daemon
diff --git a/srcpkgs/soju/files/soju/run b/srcpkgs/soju/files/soju/run
index 3b00ad02fb07..71054f810769 100755
--- a/srcpkgs/soju/files/soju/run
+++ b/srcpkgs/soju/files/soju/run
@@ -1,3 +1,4 @@
 #!/bin/sh
+exec 2>&1
 [ -r conf ] && . ./conf
 exec chpst -u _soju soju ${OPTS:- -config /etc/soju/config}
diff --git a/srcpkgs/soju/template b/srcpkgs/soju/template
index 9d3eddfea050..733636d4a288 100644
--- a/srcpkgs/soju/template
+++ b/srcpkgs/soju/template
@@ -1,7 +1,7 @@
 # Template file for 'soju'
 pkgname=soju
 version=0.3.0
-revision=1
+revision=2
 build_style=go
 go_import_path="git.sr.ht/~emersion/soju"
 go_package="./cmd/soju ./cmd/sojuctl"

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

* Re: [PR PATCH] [Merged]: soju: add logging service.
  2021-12-03 15:05 [PR PATCH] soju: add logging service dne
  2021-12-06 15:39 ` dne
  2021-12-06 15:58 ` [PR PATCH] [Updated] " dne
@ 2021-12-06 16:03 ` ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: ahesford @ 2021-12-06 16:03 UTC (permalink / raw)
  To: ml

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

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

soju: add logging service.
https://github.com/void-linux/void-packages/pull/34364

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2021-12-06 16:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-03 15:05 [PR PATCH] soju: add logging service dne
2021-12-06 15:39 ` dne
2021-12-06 15:58 ` [PR PATCH] [Updated] " dne
2021-12-06 16:03 ` [PR PATCH] [Merged]: " ahesford

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