pin gitlab-recipes
Created by: maek
Hello there,
I'm setting up GitLab 5.0 on a Debian 7.0 VM following the installation guide. When I run
sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production
I got this warning
Init script up-to-date? ... no
Try fixing it:
Redownload the init script
For more information see:
doc/install/installation.md in section "Install Init Script"
Please fix the error above and rerun the checks.
But the link suggested in the guide (that is the same of the one in the checks) points to the master
branch of gitlab-recipes
...
I suppose you should pin it to the branch 5-0-stable
, updating the guide and the checks (i.e. last commit at the time of writing is "Use puma instead of unicorn").
Best regards