Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
gitlab-gitaly
Commits:
6bfcc424 by Caleb Maclennan at 2024-08-14T23:22:21+03:00
upgpkg: 17.3.0-1
- - - - -
3 changed files:
- .SRCINFO
- PKGBUILD
- gitlab-gitaly-configs.patch
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = gitlab-gitaly
pkgdesc = Speed up Git access using caching
- pkgver = 17.2.2
+ pkgver = 17.3.0
pkgrel = 1
url = https://gitlab.com/gitlab-org/gitaly
arch = x86_64
@@ -14,11 +14,11 @@ pkgbase = gitlab-gitaly
depends = libssh2
options = !buildflags
backup = etc/gitlab-gitaly/config.toml
- source =
https://gitlab.com/gitlab-org/gitaly/-/archive/v17.2.2/gitaly-v17.2.2.tar.gz
+ source =
https://gitlab.com/gitlab-org/gitaly/-/archive/v17.3.0/gitaly-v17.3.0.tar.gz
source = gitlab-gitaly-configs.patch
source = gitlab-gitaly.service
- sha256sums =
25fc7ec08a779632643787fcacf158e3bed88297b9bd34eb285c1e38258bf0b3
- sha256sums =
3e312014c5e0f4f95c3ab3fc42a184b0ac6d403537508afc4b3ce9dfbaeba8ce
+ sha256sums =
2bb30e0b2aaa40711a40d829dae6d7ef351f653504ec6f0bcfaf4ccf5ce51f85
+ sha256sums =
709d6e9f53e510a5e9d1fd88ec92bc92f5ff36f0a7869a47f02ad3da5d224ef8
sha256sums =
a047c82481ccbaa3b00ba1bb769135934fa4fa939eb6506d09c77f3a7aec08cd
pkgname = gitlab-gitaly
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: loqs <[email protected]>
pkgname=gitlab-gitaly
-pkgver=17.2.2
+pkgver=17.3.0
pkgrel=1
pkgdesc='Speed up Git access using caching'
arch=(x86_64)
@@ -23,8 +23,8 @@ _archive="gitaly-v$pkgver"
source=("$url/-/archive/v$pkgver/$_archive.tar.gz"
"$pkgname-configs.patch"
"$pkgname.service")
-sha256sums=('25fc7ec08a779632643787fcacf158e3bed88297b9bd34eb285c1e38258bf0b3'
- '3e312014c5e0f4f95c3ab3fc42a184b0ac6d403537508afc4b3ce9dfbaeba8ce'
+sha256sums=('2bb30e0b2aaa40711a40d829dae6d7ef351f653504ec6f0bcfaf4ccf5ce51f85'
+ '709d6e9f53e510a5e9d1fd88ec92bc92f5ff36f0a7869a47f02ad3da5d224ef8'
'a047c82481ccbaa3b00ba1bb769135934fa4fa939eb6506d09c77f3a7aec08cd')
prepare() {
=====================================
gitlab-gitaly-configs.patch
=====================================
@@ -1,5 +1,5 @@
---- config.toml.example.orig 2024-01-17 13:05:29.000000000 +0300
-+++ config.toml.example 2024-01-19 17:41:13.114657893 +0300
+--- config.toml.example.orig 2024-08-14 13:28:40.000000000 +0300
++++ config.toml.example 2024-08-14 23:13:26.442716698 +0300
@@ -2,15 +2,15 @@
# For Gitaly documentation, see
https://docs.gitlab.com/ee/administration/gitaly/.
@@ -40,16 +40,7 @@
# # You can optionally configure more storages for this Gitaly instance to
serve up
#
-@@ -70,7 +70,7 @@
- # # Optional. Configure Gitaly to output JSON-formatted log messages to
stdout.
- # [logging]
- # # Directory where Gitaly stores extra log files.
--dir = "/home/git/gitlab/log"
-+dir = "/var/log/gitlab"
- # # Log format. Either 'text' or 'json'.
- # format = "json"
- # # Optional. Set log level to only log entries with that severity or above.
-@@ -91,18 +91,18 @@
+@@ -89,18 +89,18 @@
# # Custom Git hooks that are used to perform tasks based on changes
performed in any repository.
[hooks]
# # Directory where custom Git hooks are installed. If left unset, no custom
hooks are used.
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gitlab-gitaly/-/commit/6bfcc424fe755eae5d1b20b8bf2cc7bc12dbebfb
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gitlab-gitaly/-/commit/6bfcc424fe755eae5d1b20b8bf2cc7bc12dbebfb
You're receiving this email because of your account on gitlab.archlinux.org.