Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
parent
1315fe70eb
commit
af21f4fd32
3 changed files with 7 additions and 3 deletions
|
@ -178,6 +178,10 @@ DRIs:
|
|||
|------------------------------|------------------------|
|
||||
| Leadership | Darva Satcher |
|
||||
| Product | Patrick Deuley |
|
||||
| Engineering | |
|
||||
| Engineering | Paul Slaughter |
|
||||
| Domain Expert / GraphQL | Charlie Ablett |
|
||||
| Domain Expert / GraphQL | Alex Kalderimis |
|
||||
| Domain Expert / GraphQL | Natalia Tepluhina |
|
||||
| Domain Expert / Scalability | Bob Van Landuyt |
|
||||
|
||||
<!-- vale gitlab.Spelling = YES -->
|
||||
|
|
|
@ -359,7 +359,7 @@ Git user has default SSH configuration? ... no
|
|||
sudo mv /var/lib/git/.ssh/id_rsa ~/gitlab-check-backup-1504540051
|
||||
sudo mv /var/lib/git/.ssh/id_rsa.pub ~/gitlab-check-backup-1504540051
|
||||
For more information see:
|
||||
doc/ssh/README.md in section "SSH on the GitLab server"
|
||||
[Overriding SSH settings on the GitLab server](#overriding-ssh-settings-on-the-gitlab-server)
|
||||
Please fix the error above and rerun the checks.
|
||||
```
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ module SystemCheck
|
|||
end
|
||||
|
||||
try_fixing_it("mkdir #{backup_dir}", *instructions)
|
||||
for_more_information('doc/ssh/README.md in section "SSH on the GitLab server"')
|
||||
for_more_information('doc/ssh/README.md in section "Overriding SSH settings on the GitLab server"')
|
||||
fix_and_rerun
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue