Hacker News new | ask | show | jobs
by mitchty 4435 days ago
I just updated gitlab from 6.0 to 6.7 at work this weekend. That it does indeed.

Which reminds me I have to submit patches to their init script.

Rails is OK, but damn is it a bit of a time suck.

1 comments

Sorry to hear the init script is giving you problems. We look forward to your merge request.
Its nothing big but basically amounts to adjusting how the source logic and defaults fits. The existing setup is a bit wonky and doesn't work in non bash very well.

That and I have been hacking the init script to not always use sudo. I generally prefer that root not use sudo, and where I work that bits enforced heavily. So there is a bit of logic there as well to allow for sudo as root or not.

Hopefully I get to it today but if not its not a big deal really.