On Wed, Jun 17, 2009 at 4:28 PM, John Koleszar<[email protected]> wrote:
> What do I need to do on the webapp side? One mostly cosmetic thing is
> the clone/push URLs. Are they generated from a template or something
> that I could update?

Yeah:

$ grep push_url -A 3 app/models/repository.rb
  def push_url
    
"#{GitoriousConfig['gitorious_user']...@#{gitoriousconfig['gitorious_host']}:#{gitdir}"
  end

so setting gitorious_user and gitorious_host in the gitorious.yml will
affect the push urls (and the host part of the clone urls)

JS

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Gitorious" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/gitorious?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to