On 19. mai. 2009, at 21.13, David Ellis wrote:
> ... is localhost not okay? I also tried a valid external name for my
> box, but same behavior in that case. I would be glad for any advice
> (or patch/fix, if it's not just that I'm a dodohead).
The problem is probably that config/gitorious.yml now has a section
for each Rails environment, just like datbase.yml. So if you had:
gitorious_host: foo.bar
…
You'll need to change it to:
development:
gitorious_host: foo.bar
test:
gitorious_host: foo.bar
…
I'm working on updating the README right now, expect it to be in the
repo this afternoon.
Regards,
- Marius
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---