Commit c3194b0fddf581c4d456682d76223697742b1b4f
Committed by
Sergio Oliveira
1 parent
de89ab95
Exists in
master
and in
49 other branches
Fixs gitlab assets owners.
Signed-off-by: Macartur Sousa <macartur.sc@gmail.com> (cherry picked from commit 9363cf1907736501a07148b3f89235a514521a03)
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
src/pkg-rpm/gitlab/gitlab.spec
1 | 1 | Name: gitlab |
2 | 2 | Version: 7.6.2 |
3 | -Release: 13.1 | |
3 | +Release: 13.2 | |
4 | 4 | Summary: Software Development Platform |
5 | 5 | Group: Development/Tools |
6 | 6 | License: Expat |
... | ... | @@ -117,6 +117,7 @@ mkdir -p /var/lib/gitlab/uploads |
117 | 117 | touch /var/lib/gitlab/.gitconfig |
118 | 118 | ln -s /var/lib/gitlab/.gitconfig /usr/lib/gitlab/.gitconfig |
119 | 119 | chown -R git:git /var/lib/gitlab |
120 | +chown -R git:git /var/lib/gitlab-assets | |
120 | 121 | chmod u+rwx,g=rx,o-rwx /var/lib/gitlab/satellites |
121 | 122 | |
122 | 123 | if [ /usr/bin/redis-server ]; then | ... | ... |