[arch-commits] Commit in gitlab/trunk (PKGBUILD gitlab.install)
Sven-Hendrik Haase
svenstaro at archlinux.org
Fri May 27 14:31:44 UTC 2016
Date: Friday, May 27, 2016 @ 16:31:44
Author: svenstaro
Revision: 177281
upgpkg: gitlab 8.8.2-2
Fix permissions and env:info
Modified:
gitlab/trunk/PKGBUILD
gitlab/trunk/gitlab.install
----------------+
PKGBUILD | 4 ++--
gitlab.install | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-05-27 13:58:28 UTC (rev 177280)
+++ PKGBUILD 2016-05-27 14:31:44 UTC (rev 177281)
@@ -8,7 +8,7 @@
pkgname=gitlab
pkgver=8.8.2
-pkgrel=1
+pkgrel=2
pkgdesc="Project management and code hosting application"
arch=('i686' 'x86_64')
url="https://gitlab.com/gitlab-org/gitlab-ce/tree/master#README"
@@ -129,7 +129,7 @@
cp -r "${srcdir}/${_srcdir}" "${pkgdir}${_datadir}"
chown -R 105:105 "${pkgdir}${_datadir}"
- chmod 750 "${pkgdir}${_datadir}"
+ chmod 755 "${pkgdir}${_datadir}"
install -dm750 -o 105 -g 105 "${pkgdir}${_homedir}"
install -dm750 -o 105 -g 105 "${pkgdir}${_homedir}/satellites"
Modified: gitlab.install
===================================================================
--- gitlab.install 2016-05-27 13:58:28 UTC (rev 177280)
+++ gitlab.install 2016-05-27 14:31:44 UTC (rev 177281)
@@ -7,7 +7,7 @@
echo "Setup the database:"
echo "# su - gitlab -s /bin/sh -c \"cd '/usr/share/webapps/gitlab'; bundle-2.1 exec rake gitlab:setup RAILS_ENV=production\""
echo "Finally run the following commands to check your installation:"
- echo "# su - gitlab -s /bin/sh -c \"cd '/usr/share/webapps/gitlab'; bundle-2.1 exec rake gitlab:env_info RAILS_ENV=production\""
+ echo "# su - gitlab -s /bin/sh -c \"cd '/usr/share/webapps/gitlab'; bundle-2.1 exec rake gitlab:env:info RAILS_ENV=production\""
echo "# su - gitlab -s /bin/sh -c \"cd '/usr/share/webapps/gitlab'; bundle-2.1 exec rake gitlab:check RAILS_ENV=production\""
}
More information about the arch-commits
mailing list