Date: Thu, 4 May 2017 11:09:50 +0000 (UTC) From: Torsten Zuehlsdorff <tz@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440099 - head/www/gitlab Message-ID: <201705041109.v44B9omK016858@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tz Date: Thu May 4 11:09:50 2017 New Revision: 440099 URL: https://svnweb.freebsd.org/changeset/ports/440099 Log: www/gitlab: Fix wrong permissions for /home/git/repositories Now the dir is owned by user "git" instead of "root" which allows GitLab to store data. Before this change every user need to correct the rights by himself. Modified: head/www/gitlab/Makefile head/www/gitlab/pkg-plist Modified: head/www/gitlab/Makefile ============================================================================== --- head/www/gitlab/Makefile Thu May 4 10:58:11 2017 (r440098) +++ head/www/gitlab/Makefile Thu May 4 11:09:50 2017 (r440099) @@ -4,7 +4,7 @@ PORTNAME= gitlab PORTVERSION= 8.16.9 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www devel MAINTAINER= tz@FreeBSD.org Modified: head/www/gitlab/pkg-plist ============================================================================== --- head/www/gitlab/pkg-plist Thu May 4 10:58:11 2017 (r440098) +++ head/www/gitlab/pkg-plist Thu May 4 11:09:50 2017 (r440099) @@ -6138,7 +6138,7 @@ @group wheel @dir /home @dir(git,git,) /home/git -@dir(,git,2770) /home/git/repositories +@dir(git,git,2770) /home/git/repositories @sample %%WWWDIR%%/config/gitlab.yml.sample @sample %%WWWDIR%%/config/unicorn.rb.sample @sample %%WWWDIR%%/config/resque.yml.sample
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705041109.v44B9omK016858>