Re: [gitorious] gitorious host not being picked up

2011-05-25 Thread Marius Mårnes Mathiesen
On Tue, May 24, 2011 at 6:25 PM, ShaneOG wrote: > Yes, the host is still incorrect in the merge request email. Ah, you should restart your poller process, that's what sends the email. > > The SSL cert is correct and registered with Apache with it's full chain > (it's an AlphaSSL wildcard cert

Re: [gitorious] gitorious host not being picked up

2011-05-25 Thread ShaneOG
Thanks Marius, I've made those changes and tried a push. I received this on my local terminal: $ git push warning: peer certificate won't be verified in this SSL session == Gitorious: == fatal error =

[gitorious] Status update on migration from restful_authentication to Devise

2011-05-25 Thread Rodrigo Rosenfeld Rosas
Hi, just want to talk about the status of the migration to Devise. I've been learning about Gitorious authentication, Devise and Warden lately. Here is part of what I learned: Devise is built upon Warden. Warden is a Rack middleware that is lazily loaded through a lazy object available at env.

[gitorious] Re: Status update on migration from restful_authentication to Devise

2011-05-25 Thread Rodrigo Rosenfeld Rosas
Em 25-05-2011 08:03, Rodrigo Rosenfeld Rosas escreveu: Hi, just want to talk about the status of the migration to Devise. I've been learning about Gitorious authentication, Devise and Warden lately. Here is part of what I learned: Devise is built upon Warden. Warden is a Rack middleware that

Re: [gitorious] gitorious host not being picked up

2011-05-25 Thread Marius Mårnes Mathiesen
On Wed, May 25, 2011 at 12:25 PM, ShaneOG wrote: > Thanks Marius, > > I've made those changes and tried a push. > > I received this on my local terminal: > $ git push > warning: peer certificate won't be verified in this SSL session > > == Gitorious: ==

Re: [gitorious] gitorious host not being picked up

2011-05-25 Thread ShaneOG
Sorry - I should've included that it's the first line in this section (i.e. if !configuration["real_path"] || configuration["real_path"] == "nil"): def real_path if !configuration["real_path"] || configuration["real_path"] == "nil" raise AccessDeniedError end f