Gitaly 0.33.0 gives error during startup
During testing of (my) gitlabhq-9.5-gitaly.service
I noticed that it reported that /var/lib/gitlab-gitaly/ruby/bin/gitaly-ruby
was not executable
But after making it executable it failed on a know issue.
Because with gitlab-9.5.3
released with gitaly-0.35.0 (in release notes) I upgraded to gitaly-0.35.0
.
And with that version gitaly it started (only tested with systemd, but I expect the same issue is there with openrc)
I also noticed that it installed many > 1500, source/header/object files in the ruby/vendor folder These are not needed after being compiled (private vendor dir no other packages build using it) So in my patch I also removed all .h .c .o & .a files.
Andries