[gitorious] fixing tests in next

2013-06-28 Thread Ken Dreyer
I recently investigated some test suite failures on the next branch. For Fedora 19 (Ruby 2.0.0), there's a really simple adjustment that is needed. The details are at https://gitorious.org/gitorious/mainline/merge_requests/235 For CentOS 6 (Ruby 1.8.7), the failures are more complex. The refute_

Re: [gitorious] Gitorious CE Virtual Appliance disable SSL

2013-06-28 Thread Marius Mårnes Mathiesen
Ken Dreyer writes: Did you restart the appropriate services after changing the configuration files that Marius pointed out? You'll likely need to restart unicorn and nginx, at a minimum. Thanks, Ken. There's even a script which will do this for you in /usr/bin/restart_gitorious - M -- --

Re: [gitorious] fixing tests in next

2013-06-28 Thread Marius Mårnes Mathiesen
Ken Dreyer writes: I recently investigated some test suite failures on the next branch. ♥ For Fedora 19 (Ruby 2.0.0), there's a really simple adjustment that is needed. The details are at https://gitorious.org/gitorious/mainline/merge_requests/235 Great - thanks! I just merged this, and I

Re: [gitorious] Issues with CE Installer and creating users 2.4.9

2013-06-28 Thread Marius Mårnes Mathiesen
dmono...@gmail.com writes: Sorry, Chris posted this for me as my messages didn't seem to be going through. I see both of them now, though. :-) Regardless, the majority of the changes are to move the application to a new location on the filesystem to keep within our standards. The stack as I

Re: [gitorious] fixing tests in next

2013-06-28 Thread Christian Johansen
There is also a problem related to the way that execute() gets called on anonymous classes on Ruby 1.8.7. I tried to wrap my mind around the use_case gem so I could understand how to fix it, but it is beyond me. I've filed the details at https://issues.gitorious.org/issues/177 I'm leaving