diff options
author | Matthias Fechner <mfechner@FreeBSD.org> | 2020-06-22 18:32:51 +0000 |
---|---|---|
committer | Matthias Fechner <mfechner@FreeBSD.org> | 2020-06-22 18:32:51 +0000 |
commit | ed309f55d73fb5f17b2fb7342c170ffad535635b (patch) | |
tree | 5dfcb6caaafdedf68ed3b2c260b348ae0b766bb1 | |
parent | Use rails 6.0. (diff) |
Update to 13.1.0 which is required for gitlab-ce 13.1 upgrade.
-rw-r--r-- | devel/gitaly/Makefile | 4 | ||||
-rw-r--r-- | devel/gitaly/distinfo | 6 | ||||
-rw-r--r-- | devel/gitaly/files/patch-__support_Makefile.template | 4 | ||||
-rw-r--r-- | devel/gitaly/files/patch-config.toml.example | 22 |
4 files changed, 20 insertions, 16 deletions
diff --git a/devel/gitaly/Makefile b/devel/gitaly/Makefile index c2ec34aa36bb..0a0a1a23ebc0 100644 --- a/devel/gitaly/Makefile +++ b/devel/gitaly/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gitaly -DISTVERSION= 13.0.6 +DISTVERSION= 13.1.0 PORTREVISION= 0 CATEGORIES= devel @@ -42,7 +42,7 @@ MAKE_ENV= GOFLAGS="${GO_BUILDFLAGS}" USE_GITLAB= yes GL_ACCOUNT= gitlab-org # Find this here: https://gitlab.com/gitlab-org/gitaly/-/tags -GL_COMMIT= 33042dd28f60ef06697c6fbadd8c53cb9d3536d2 +GL_COMMIT= 9f05d83e129c2e0ded32b9c3441c576905b873ab # for go dependencies USE_GITHUB= nodefault diff --git a/devel/gitaly/distinfo b/devel/gitaly/distinfo index c5f2e6df8b36..cb819f805687 100644 --- a/devel/gitaly/distinfo +++ b/devel/gitaly/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1591859804 +TIMESTAMP = 1592635319 SHA256 (BurntSushi-toml-v0.3.1_GH0.tar.gz) = 6593da894578ba510a470735ffbdc88ce88033094dc5a8f4d3957ab87e18803f SIZE (BurntSushi-toml-v0.3.1_GH0.tar.gz) = 42077 SHA256 (DataDog-dd-trace-go-v1.7.0_GH0.tar.gz) = d81bd47683ef9cbd228691b077373d3e15ca5fa5b9e7919099c4e87779040e84 @@ -99,8 +99,8 @@ SHA256 (uber-jaeger-client-go-v2.15.0_GH0.tar.gz) = 6b89d1a6684475fcbaed3f9d2137 SIZE (uber-jaeger-client-go-v2.15.0_GH0.tar.gz) = 164460 SHA256 (uber-jaeger-lib-v1.5.0_GH0.tar.gz) = 98901cc41df77858a2f601ad48b45bdf72af40c56f15bc5182416b15db0daac3 SIZE (uber-jaeger-lib-v1.5.0_GH0.tar.gz) = 31655 -SHA256 (gitlab-org-gitaly-33042dd28f60ef06697c6fbadd8c53cb9d3536d2_GL0.tar.gz) = e09ecfcda45720709a88c78718d7cccb207f05984a1e83d5639e5fcb66a3fe42 -SIZE (gitlab-org-gitaly-33042dd28f60ef06697c6fbadd8c53cb9d3536d2_GL0.tar.gz) = 3007790 +SHA256 (gitlab-org-gitaly-9f05d83e129c2e0ded32b9c3441c576905b873ab_GL0.tar.gz) = 8aae9cd87692e9c13c83889be293bcd9fdbc5f43039687f2683c532ac9cb3cc6 +SIZE (gitlab-org-gitaly-9f05d83e129c2e0ded32b9c3441c576905b873ab_GL0.tar.gz) = 3022387 SHA256 (gitlab-org-gitlab-shell-716e30c55e893ebe2385b27f85902a789f26c6ef_GL0.tar.gz) = 9a2a40a6c44802b1de7ff46bc9c6bc97c8be179d0ca4fe755c22044650d3f84c SIZE (gitlab-org-gitlab-shell-716e30c55e893ebe2385b27f85902a789f26c6ef_GL0.tar.gz) = 65840 SHA256 (gitlab-org-labkit-0149780c759d60f61fcfe1648fb882ba7ec41f3f_GL0.tar.gz) = fa3a9e6a6da58375427ee1814d95dba8d55bee13537492bba19480eae772ab95 diff --git a/devel/gitaly/files/patch-__support_Makefile.template b/devel/gitaly/files/patch-__support_Makefile.template index 44d26c590db6..8707e3a7d97b 100644 --- a/devel/gitaly/files/patch-__support_Makefile.template +++ b/devel/gitaly/files/patch-__support_Makefile.template @@ -1,6 +1,6 @@ ---- _support/Makefile.template.orig 2020-05-21 17:02:13 UTC +--- _support/Makefile.template.orig 2020-06-19 15:55:37 UTC +++ _support/Makefile.template -@@ -43,8 +43,8 @@ build: ../.ruby-bundle +@@ -44,8 +44,8 @@ build: ../.ruby-bundle # step. Both Omnibus and CNG assume it is in the Gitaly root, not in # _build. Hence the '../' in front. ../.ruby-bundle: {{ .GitalyRubyDir }}/Gemfile.lock {{ .GitalyRubyDir }}/Gemfile diff --git a/devel/gitaly/files/patch-config.toml.example b/devel/gitaly/files/patch-config.toml.example index ca6dabbc83d9..5ad090fbe47a 100644 --- a/devel/gitaly/files/patch-config.toml.example +++ b/devel/gitaly/files/patch-config.toml.example @@ -1,4 +1,4 @@ ---- config.toml.example.orig 2020-05-21 17:02:13 UTC +--- config.toml.example.orig 2020-06-19 15:55:37 UTC +++ config.toml.example @@ -2,10 +2,10 @@ # Documentation lives at https://docs.gitlab.com/ee/administration/gitaly/ and @@ -26,7 +26,7 @@ [[storage]] name = "default" -path = "/home/git/repositories" -+path = "/usr/local/git/repositories" ++path = "%%PREFIX%%/git/repositories" # # You can optionally configure more storages for this Gitaly instance to serve up # @@ -48,18 +48,22 @@ # # Gitaly-ruby resident set size (RSS) that triggers a memory restart (bytes) # max_rss = 200000000 -@@ -85,10 +85,10 @@ dir = "/home/git/gitaly/ruby" +@@ -85,14 +85,14 @@ dir = "/home/git/gitaly/ruby" [gitlab-shell] # The directory where gitlab-shell is installed -dir = "/home/git/gitlab-shell" --secret_file = "/home/git/gitlab-shell/.gitlab_shell_secret" --custom_hooks_dir = "/home/git/custom_hooks" --gitlab_url = "http://localhost:8080" +dir = "%%PREFIX%%/share/gitlab-shell" -+secret_file = "%%PREFIX%%/share/gitlab-shell/.gitlab_shell_secret" + + [hooks] +-custom_hooks_dir = "/home/git/custom_hooks" +custom_hooks_dir = "%%PREFIX%%/git/custom_hooks" -+gitlab_url = "https://_change_to_gitlab_url_" - [gitlab-shell.http-settings] + [gitlab] +-secret_file = "/home/git/gitlab-shell/.gitlab_shell_secret" +-url = "http+unix://%2Fhome%2Fgit%2Fgitlab%2Ftmp%2Fsockets%2Fgitlab-workhorse.socket" ++secret_file = "%%PREFIX%%/share/gitlab-shell/.gitlab_shell_secret" ++url = "http+unix://%2Fusr%2Flocal%2Fwww%2Fgitlab-ce%2Ftmp%2Fsockets%2Fgitlab-workhorse.socket" + + [gitlab.http-settings] # read_timeout = 300 |