Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jun 2024 06:37:23 GMT
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: dba000f800b5 - main - devel/gitlab-runner: make the rc script service jails ready
Message-ID:  <202406090637.4596bNYd010051@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mfechner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=dba000f800b5fc30fd90b5326af6b5a2ffe65837

commit dba000f800b5fc30fd90b5326af6b5a2ffe65837
Author:     Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2024-06-09 06:32:10 +0000
Commit:     Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2024-06-09 06:32:10 +0000

    devel/gitlab-runner: make the rc script service jails ready
---
 devel/gitlab-runner/Makefile               | 1 +
 devel/gitlab-runner/files/gitlab_runner.in | 1 +
 2 files changed, 2 insertions(+)

diff --git a/devel/gitlab-runner/Makefile b/devel/gitlab-runner/Makefile
index 5123418d0af3..0ed0df70ec61 100644
--- a/devel/gitlab-runner/Makefile
+++ b/devel/gitlab-runner/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	gitlab-runner
 DISTVERSIONPREFIX=	v
 DISTVERSION=	17.0.0
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	https://gitlab-runner-downloads.s3.amazonaws.com/master/docker/:dockerx64 \
 		https://gitlab-runner-downloads.s3.amazonaws.com/master/docker/:dockerarm
diff --git a/devel/gitlab-runner/files/gitlab_runner.in b/devel/gitlab-runner/files/gitlab_runner.in
index 956dca379c3b..48e7caba1c90 100644
--- a/devel/gitlab-runner/files/gitlab_runner.in
+++ b/devel/gitlab-runner/files/gitlab_runner.in
@@ -30,6 +30,7 @@ load_rc_config $name
 : ${gitlab_runner_user:="gitlab-runner"}
 : ${gitlab_runner_group:="gitlab-runner"}
 : ${gitlab_runner_syslogtag:="gitlab-runner"}
+: ${gitlab_runner_svcj_options:="net_basic"}
 
 export HOME=${gitlab_runner_dir}
 export PATH=${PATH}:%%PREFIX%%/bin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406090637.4596bNYd010051>