[arch-commits] Commit in gitlab/trunk (PKGBUILD)
Anatol Pomozov
anatolik at archlinux.org
Wed Apr 22 18:48:36 UTC 2020
Date: Wednesday, April 22, 2020 @ 18:48:35
Author: anatolik
Revision: 617688
upgpkg: gitlab 12.10.0-1
Modified:
gitlab/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-22 18:47:12 UTC (rev 617687)
+++ PKGBUILD 2020-04-22 18:48:35 UTC (rev 617688)
@@ -10,7 +10,7 @@
# commit log for an old fix on how to tell it to use older versions of Ruby. I'm afraid we'll
# need this again at some point in the future.
pkgname=gitlab
-pkgver=12.9.4
+pkgver=12.10.0
pkgrel=1
pkgdesc="Project management and code hosting application"
arch=('x86_64')
@@ -213,6 +213,7 @@
find "${pkgdir}${_datadir}/public/help/" -depth -type d -empty -exec rmdir {} \;
chown 105:105 "${pkgdir}${_datadir}/db/schema.rb"
+ chown 105:105 "${pkgdir}${_datadir}/db/structure.sql"
# Install systemd service files
for service_file in gitlab-unicorn.service gitlab-sidekiq.service gitlab-backup.service gitlab-backup.timer gitlab.target gitlab-mailroom.service; do
More information about the arch-commits
mailing list