What does gitlab:enable_automerge do?
Created by: adrianmoya
Hi guys, I'm working on a script to create a TurnkeyLinux appliance for gitlab. I'm almost done, but I do have one command that is giving me some trouble (part of gitlab:app:setup):
sudo -u gitlab bundle exec rake gitlab:app:enable_automerge RAILS_ENV=production
What does this command do? Is it necesary for a clean instalation of gitlab 2.5 or only for upgrades?
Thanks, we hope to get an official gitlab appliance soon.