Commit 808ed2096aa22b0cb42b10533f966e9d0c0b66b3

Authored by Alexandre Barbosa
1 parent 211bba44

Upgrade Gitlab version and fix .ssh directory

Signed-off-by: Alexandre Barbosa <alexandreab@live.com>
Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com>
Showing 2 changed files with 3 additions and 1 deletions   Show diff stats
gitlab-shell.spec
@@ -65,6 +65,8 @@ fi @@ -65,6 +65,8 @@ fi
65 mkdir -p /var/log/gitlab-shell 65 mkdir -p /var/log/gitlab-shell
66 mkdir -p /var/lib/gitlab-shell/.ssh 66 mkdir -p /var/lib/gitlab-shell/.ssh
67 67
  68 +ln -s /var/lib/gitlab-shell/.ssh /usr/lib/gitlab/.ssh
  69 +
68 chown -R git:git /var/log/gitlab-shell 70 chown -R git:git /var/log/gitlab-shell
69 chown -R git:git /var/lib/gitlab-shell 71 chown -R git:git /var/lib/gitlab-shell
70 72
1 Name: gitlab 1 Name: gitlab
2 -Version: 7.5.2 2 +Version: 7.6.2
3 Release: 1%{?dist} 3 Release: 1%{?dist}
4 Summary: Software Development Platform 4 Summary: Software Development Platform
5 Group: Development/Tools 5 Group: Development/Tools