Skip to content

Update Gitaly's binary path in init.d scripts

Sami Hiltunen requested to merge smh-fix-gitaly-path into master

What does this MR do?

Gitaly's binary is being built into gitaly/_build/bin directory now. Previously it was moved into gitaly's root after the build. This MR updates the init.d scripts to use the new path of the binary.

Fixes #331758 (closed)

MR that introduced the regression: gitaly!3460 (merged)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Merge request reports