~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
3 2

[PATCH] testing/blackbox_exporter: do not create user if already exist

Details
Message ID
<20210725214412.104648-1-me@roshless.com>
DKIM signature
missing
Download raw message
Patch: +2 -2
---
 testing/blackbox_exporter/blackbox_exporter.pre-install | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testing/blackbox_exporter/blackbox_exporter.pre-install b/testing/blackbox_exporter/blackbox_exporter.pre-install
index eeccb43ce2..004fd0bcb9 100644
--- a/testing/blackbox_exporter/blackbox_exporter.pre-install
+++ b/testing/blackbox_exporter/blackbox_exporter.pre-install
@@ -1,4 +1,4 @@
#!/bin/sh
addgroup -S prometheus 2>/dev/null
adduser -SDh/var/lib/prometheus \
grep '^prometheus:' /etc/group >/dev/null || addgroup -S prometheus 2>/dev/null
grep '^prometheus:' /etc/passwd >/dev/null || adduser -SDh/var/lib/prometheus \
	-s/sbin/nologin -Gprometheus -gprometheus prometheus prometheus 2>/dev/null
-- 
2.32.0
Details
Message ID
<162820160877.6885.14432763829972432910.gitlab.23605.3baf747d2c4b1985e6904bffff351acfbc487f03@listserv.local>
In-Reply-To
<20210725214412.104648-1-me@roshless.com> (view parent)
DKIM signature
missing
Download raw message
Hey, 

Can we get this merged? What can I do to make this process faster? 
Right now package installs with fail status if you installed other Prometheus related package first.

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/23605#note_172241
Details
Message ID
<163079143929.6885.8586548055981916758.gitlab.23605.bfc82739b19dd20a29d236e4b8c5fa6d259de9a2@listserv.local>
In-Reply-To
<20210725214412.104648-1-me@roshless.com> (view parent)
DKIM signature
missing
Download raw message
we usually add `exit 0` at the end instead

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/23605#note_178443
Details
Message ID
<163084151947.6885.4210675483641411719.gitlab.23605.1db5a8cef76dd8e63f2c201ae83f7f956bf4b0f5@listserv.local>
In-Reply-To
<20210725214412.104648-1-me@roshless.com> (view parent)
DKIM signature
missing
Download raw message
Thanks!

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/23605#note_178616
Reply to thread Export thread (mbox)