Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
gitlab
Commits:
4ce5ccd8 by Caleb Maclennan at 2024-05-20T18:06:57+03:00
upgpkg: 17.0.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = gitlab
pkgdesc = Project management and code hosting application
- pkgver = 16.11.2
- pkgrel = 2
+ pkgver = 17.0.0
+ pkgrel = 1
url = https://gitlab.com/gitlab-org/gitlab-foss
install = gitlab.install
arch = x86_64
@@ -47,7 +47,7 @@ pkgbase = gitlab
backup = etc/webapps/gitlab/cable.yml
backup = etc/webapps/gitlab/smtp_settings.rb
backup = etc/logrotate.d/gitlab
- source = git+https://gitlab.com/gitlab-org/gitlab-foss.git#tag=v16.11.2
+ source = git+https://gitlab.com/gitlab-org/gitlab-foss.git#tag=v17.0.0
source = gitlab-configs.patch
source = gitlab-environment
source = gitlab-puma.service
@@ -59,7 +59,7 @@ pkgbase = gitlab
source = gitlab.target
source = gitlab.tmpfiles.d
source = gitlab.logrotate
- sha256sums =
96b3fe2dc1dd4fbe0b2d5dee59d4bd22fa9651506e3105f9045c71191142e8c3
+ sha256sums =
85083e080254ed56142c10d38af0be8ac9064a4566d2207aa36c0608dc155a32
sha256sums =
e03957f659731f10d6e2a5804f1ba3096f525a4b3d8f3cb0b39ee3a97170766b
sha256sums =
8cc4d933743906b4213b8ea8d8c5a62535e27e4073f73581a5dad40078dde000
sha256sums =
f99499116f5d7cf59ccb7bfabd2d1ba68fbf83040571c607f7b0b50e6f50cbcf
=====================================
PKGBUILD
=====================================
@@ -9,8 +9,8 @@
# Contributor: loqs <[email protected]>
pkgname=gitlab
-pkgver=16.11.2
-pkgrel=2
+pkgver=17.0.0
+pkgrel=1
pkgdesc='Project management and code hosting application'
arch=(x86_64)
url='https://gitlab.com/gitlab-org/gitlab-foss'
@@ -65,7 +65,7 @@ provides=(gitlab-workhorse) # FS78036
conflicts=(gitlab-workhorse)
replaces=(gitlab-workhorse)
install=gitlab.install
-sha256sums=('96b3fe2dc1dd4fbe0b2d5dee59d4bd22fa9651506e3105f9045c71191142e8c3'
+sha256sums=('85083e080254ed56142c10d38af0be8ac9064a4566d2207aa36c0608dc155a32'
'e03957f659731f10d6e2a5804f1ba3096f525a4b3d8f3cb0b39ee3a97170766b'
'8cc4d933743906b4213b8ea8d8c5a62535e27e4073f73581a5dad40078dde000'
'f99499116f5d7cf59ccb7bfabd2d1ba68fbf83040571c607f7b0b50e6f50cbcf'
@@ -130,7 +130,10 @@ build() {
bundle config --local deployment true
bundle config --local without 'development test aws kerberos'
# Disable make jobserver due to a race in prometheus-client-mmap
- MAKEFLAGS= BUNDLER_CHECKSUM_VERIFICATION_OPT_IN=1 bundle install
--jobs=$(nproc) --no-cache
+ # Clang because of https://github.com/grpc/grpc/issues/35945
+ env MAKEFLAGS= BUNDLER_CHECKSUM_VERIFICATION_OPT_IN=1 \
+ CC=clang CXX=clang++ \
+ bundle install --jobs=$(nproc) --no-cache
export CGO_CPPFLAGS="${CPPFLAGS}"
export CGO_CFLAGS="${CFLAGS}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gitlab/-/commit/4ce5ccd8f44afd527441748953a5ba2affcd705f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gitlab/-/commit/4ce5ccd8f44afd527441748953a5ba2affcd705f
You're receiving this email because of your account on gitlab.archlinux.org.