Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
gitlab
Commits:
e26c53ab by Caleb Maclennan at 2024-01-26T12:10:55+03:00
upgpkg: 16.8.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = gitlab
pkgdesc = Project management and code hosting application
- pkgver = 16.8.0
- pkgrel = 3
+ pkgver = 16.8.1
+ pkgrel = 1
url = https://gitlab.com/gitlab-org/gitlab-foss
install = gitlab.install
arch = x86_64
@@ -46,7 +46,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.8.0
+ source = git+https://gitlab.com/gitlab-org/gitlab-foss.git#tag=v16.8.1
source = gitlab-configs.patch
source = gitlab-environment
source = gitlab-puma.service
=====================================
PKGBUILD
=====================================
@@ -9,8 +9,8 @@
# Contributor: loqs <[email protected]>
pkgname=gitlab
-pkgver=16.8.0
-pkgrel=3
+pkgver=16.8.1
+pkgrel=1
pkgdesc='Project management and code hosting application'
arch=(x86_64)
url='https://gitlab.com/gitlab-org/gitlab-foss'
@@ -224,9 +224,4 @@ package() {
install -Dm644 "${srcdir}/gitlab.tmpfiles.d"
"${pkgdir}/usr/lib/tmpfiles.d/gitlab.conf"
install -Dm644 "${srcdir}/gitlab.logrotate"
"${pkgdir}/etc/logrotate.d/gitlab"
-
- # Ruby path is screwed up for glfm-markdown. The whole module is
vendored twice,
- # and the main one works but the secondary one used by zeitwerk doesn't
have the expected nesting.
- pushd
"$pkgdir/usr/share/webapps/gitlab/vendor/bundle/ruby/3.0.0/extensions/x86_64-linux/3.0.0/gitlab-glfm-markdown-0.0.10"
- ln -fs . glfm_markdown
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gitlab/-/commit/e26c53ab707c79207d111be58728facc92c3f6fd
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gitlab/-/commit/e26c53ab707c79207d111be58728facc92c3f6fd
You're receiving this email because of your account on gitlab.archlinux.org.