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 65 mkdir -p /var/log/gitlab-shell
66 66 mkdir -p /var/lib/gitlab-shell/.ssh
67 67  
  68 +ln -s /var/lib/gitlab-shell/.ssh /usr/lib/gitlab/.ssh
  69 +
68 70 chown -R git:git /var/log/gitlab-shell
69 71 chown -R git:git /var/lib/gitlab-shell
70 72  
... ...
gitlab.spec
1 1 Name: gitlab
2   -Version: 7.5.2
  2 +Version: 7.6.2
3 3 Release: 1%{?dist}
4 4 Summary: Software Development Platform
5 5 Group: Development/Tools
... ...