Commit 9363cf1907736501a07148b3f89235a514521a03

Authored by David Silva
1 parent befe1ee4

Fixs gitlab assets owners.

Signed-off-by: Macartur Sousa <macartur.sc@gmail.com>
Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
src/pkg-rpm/gitlab/gitlab.spec
1 Name: gitlab 1 Name: gitlab
2 Version: 7.6.2 2 Version: 7.6.2
  3 +Release: 13.2
3 Summary: Software Development Platform 4 Summary: Software Development Platform
4 Group: Development/Tools 5 Group: Development/Tools
5 License: Expat 6 License: Expat
@@ -116,6 +117,7 @@ mkdir -p /var/lib/gitlab/uploads @@ -116,6 +117,7 @@ mkdir -p /var/lib/gitlab/uploads
116 touch /var/lib/gitlab/.gitconfig 117 touch /var/lib/gitlab/.gitconfig
117 ln -s /var/lib/gitlab/.gitconfig /usr/lib/gitlab/.gitconfig 118 ln -s /var/lib/gitlab/.gitconfig /usr/lib/gitlab/.gitconfig
118 chown -R git:git /var/lib/gitlab 119 chown -R git:git /var/lib/gitlab
  120 +chown -R git:git /var/lib/gitlab-assets
119 chmod u+rwx,g=rx,o-rwx /var/lib/gitlab/satellites 121 chmod u+rwx,g=rx,o-rwx /var/lib/gitlab/satellites
120 122
121 if [ /usr/bin/redis-server ]; then 123 if [ /usr/bin/redis-server ]; then