From 85764269af277b8cb8789e2decf1207bd6cb12cc Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Thu, 13 Jun 2024 15:24:32 -0400 Subject: [PATCH] user/gitlab-foss: update initd --- user/gitlab-foss/APKBUILD | 4 ++-- user/gitlab-foss/gitlab.workhorse.initd | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/user/gitlab-foss/APKBUILD b/user/gitlab-foss/APKBUILD index 260f859..d31b238 100644 --- a/user/gitlab-foss/APKBUILD +++ b/user/gitlab-foss/APKBUILD @@ -5,7 +5,7 @@ pkgname=gitlab-foss _pkgname=${pkgname%-foss} pkgver=17.0.2 _gittag=v$pkgver -pkgrel=0 +pkgrel=1 pkgdesc="A version control for your server" url="https://gitlab.com/gitlab-org/gitlab-foss" arch="x86_64 aarch64" @@ -370,7 +370,7 @@ daa496f3d9146f9dbddff62477bf49d5c7bd2f2a4cdbadc70ee51c8230f3ef01dc950ef157154b31 1f451b67a5d5e58650b0fe862a2b65cfb8bff5502b37d94ae90619c1ff9affbecf24428303a2849bebce5f94bef37078f0e5710e344bbab616134e910938384a gitlab.mailroom.initd b6a6d9ba20557e61efa24f2d5a489873fefbb981f7d4465794a857b2971263c08ec29cc001c372522cdc0d48245e59751307c9f44f6ef4d87bf2e3ec5c23fb1c gitlab.rails.initd cb4ec100f0ea7ffcbb37aead8423e636629e2f4848b2974a7b2468e96cb1081ca732ac336417b08dd943afb961df888c73af1334dcbe054dfd361e74f492fd86 gitlab.sidekiq.initd -85c4e257a030832bd70ad1e257ae7cb568b31e01201fc845abac02d00f02492ca694be1fa2bf743dd8c8623e6a79d36adee3f4de02040134c11158a6001c064b gitlab.workhorse.initd +8d0b6dbd60356ea940c0075c8c0e1d4263e23eb9025d6308b8fadbb37084272d6cf1e0b03c683d37b5c3e905c2bd05dac949921676214c0cd4b3c845ac7f1e3f gitlab.workhorse.initd 4dc00b16462f30591297fcb535fc364185d3ed76e9956597f0423a8dfd8a9a351f6ac29d9f0c73052c11324fba4768eb89a21c6bef4da99f15baaea8c9ab8407 gitlab.confd 57f258246925fbef0780caebdf005983c72fe3db1ab3242a1e00137bd322f5ec6c0fd958db7178b8fc22103d071f550d6f71f08422bcd9e859d2a734b2ecef00 gitlab.logrotate a944c3886388ba1574bf8c96b6de4d9f24ef4a83f553c31a224e17a3b01f2a5c65b60c59b7ed7ca4b25670c60ea8dd41b96a8a623d909d2bb09bdf2520ed7f23 bin-wrapper.in diff --git a/user/gitlab-foss/gitlab.workhorse.initd b/user/gitlab-foss/gitlab.workhorse.initd index 4b04d7c..4e0cc1c 100644 --- a/user/gitlab-foss/gitlab.workhorse.initd +++ b/user/gitlab-foss/gitlab.workhorse.initd @@ -16,6 +16,7 @@ command_args=" -authBackend=http://${puma_listen_tcp:="127.0.0.1:8080"} -config=${workhorse_config:="/etc/gitlab/workhorse.toml"} -documentRoot=${gitlab_public_dir:="$gitlab_base/public"} + -listenNetwork=${workhorse_listen_net:="unix"} -listenAddr=${workhorse_listen:="/run/gitlab/workhorse.socket"} -listenUmask=${workhorse_listen_umask:="000"} -logFile=$workhorse_logfile