Commit 9363cf1907736501a07148b3f89235a514521a03
1 parent
befe1ee4
Exists in
master
and in
24 other branches
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 | 1 | Name: gitlab |
| 2 | 2 | Version: 7.6.2 |
| 3 | +Release: 13.2 | |
| 3 | 4 | Summary: Software Development Platform |
| 4 | 5 | Group: Development/Tools |
| 5 | 6 | License: Expat |
| ... | ... | @@ -116,6 +117,7 @@ mkdir -p /var/lib/gitlab/uploads |
| 116 | 117 | touch /var/lib/gitlab/.gitconfig |
| 117 | 118 | ln -s /var/lib/gitlab/.gitconfig /usr/lib/gitlab/.gitconfig |
| 118 | 119 | chown -R git:git /var/lib/gitlab |
| 120 | +chown -R git:git /var/lib/gitlab-assets | |
| 119 | 121 | chmod u+rwx,g=rx,o-rwx /var/lib/gitlab/satellites |
| 120 | 122 | |
| 121 | 123 | if [ /usr/bin/redis-server ]; then | ... | ... |