git: dba000f800b5 - main - devel/gitlab-runner: make the rc script service jails ready
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 09 Jun 2024 06:37:23 UTC
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