Danie / gitlab-dpkg

Debian-Folder to build GitLab DPKG-Package
3 stars 3 forks source link

Maintance #5

Open JanKraljic opened 10 years ago

JanKraljic commented 10 years ago

Is there any plans to maintenance this project or is abandoned?

nudgegoonies commented 10 years ago

You could try this: https://github.com/1and1/gitlab-dpkg/tree/wheezy-6-8-stable

Normally i would should start a pullrequest for this branch. On the other hand one of my patches is a bit special. Our systems are puppet version 2.7 managed and it's mcollective requires ruby 1.8 as the default ruby in the debian alternatives system. I patched all gitlab scripts to use ruby1.9.1 (1.9.3 in real) and i patched all starts of the bundler in scripts to start it with ruby1.9.1. The nice thing in ps or top is, that you see "unicorn_rails worker*" and "unicorn_rails master" instead of a ruby process ;-)

nudgegoonies commented 5 years ago

We have abandoned our packaging fork in favor of the docker image. I think this issue can be closed.