Re: ssh keys not added

2014-06-15 Thread Henri Gomez
Using standard install method ? # Run the installation task for gitlab-shell (replace `REDIS_URL` if needed): sudo -u git -H bundle exec rake gitlab:shell:install[v1.9.5] REDIS_URL=redis://localhost:6379 RAILS_ENV=production 2014-06-13 19:19 GMT+02:00 Marcel Steves : > You can install Git

Re: ssh keys not added

2014-06-13 Thread Marcel Steves
You can install GitLab Shell 1.9.6 with GitLab 6.9.2. Am Freitag, 13. Juni 2014 17:30:09 UTC+2 schrieb Henri Gomez: > > About update. > > Should I wait for GitLab 6.9.3 (or later) to get GitLab Shell 1.9.6 ? > Or did GitLab Shell 1.9.6 could be installed in 6.9.2 when available, > and if so how

Re: ssh keys not added

2014-06-13 Thread Henri Gomez
About update. Should I wait for GitLab 6.9.3 (or later) to get GitLab Shell 1.9.6 ? Or did GitLab Shell 1.9.6 could be installed in 6.9.2 when available, and if so how ? Thanks 2014-06-13 10:41 GMT+02:00 Henri Gomez : > good. > > How can I update it ? > > 2014-06-12 19:16 GMT+02:00 Sytse Sijbran

Re: ssh keys not added

2014-06-13 Thread Henri Gomez
good. How can I update it ? 2014-06-12 19:16 GMT+02:00 Sytse Sijbrandij : > FYI This will be fixed in GitLab Shell 1.9.6 > > On Thu, Jun 12, 2014 at 5:19 PM, Henri Gomez wrote: >> Timeout requirement is missing : >> >> https://gitlab.com/gitlab-org/gitlab-shell/issues/6 >> >> Problem fixed by ad

Re: ssh keys not added

2014-06-12 Thread Sytse Sijbrandij
FYI This will be fixed in GitLab Shell 1.9.6 On Thu, Jun 12, 2014 at 5:19 PM, Henri Gomez wrote: > Timeout requirement is missing : > > https://gitlab.com/gitlab-org/gitlab-shell/issues/6 > > Problem fixed by adding > > require 'timeout' > > > 2014-06-12 17:14 GMT+02:00 Henri Gomez : >> I sidekic

Re: ssh keys not added

2014-06-12 Thread Henri Gomez
Timeout requirement is missing : https://gitlab.com/gitlab-org/gitlab-shell/issues/6 Problem fixed by adding require 'timeout' 2014-06-12 17:14 GMT+02:00 Henri Gomez : > I sidekick log, I could see : > > 2014-06-12T15:08:06Z 2272 TID-puob0 GitlabShellWorker > JID-03ed7d4f937d5e27e579e65a INFO:

Re: ssh keys not added

2014-06-12 Thread Henri Gomez
I sidekick log, I could see : 2014-06-12T15:08:06Z 2272 TID-puob0 GitlabShellWorker JID-03ed7d4f937d5e27e579e65a INFO: done: 0.84 sec 2014-06-12T15:08:18Z 2272 TID-puob0 GitlabShellWorker JID-95662a1eacceee2fccd1a769 INFO: start /var/lib/gitlab/gitlab-shell/lib/gitlab_keys.rb:89:in `block in lock'

ssh keys not added

2014-06-12 Thread Henri Gomez
Hi all I deployed a new gitlab instance (6.9.2) and this one came with gitlab shell. I add ssh keys but I didn't find them under .ssh dir. I only see : -rw-r--r-- 1 git git 0 juin 12 15:33 authorized_keys.lock -rw-r--r-- 1 git git 97 juin 9 15:07 environment Could it be related to gitlab-sh