[DRE-maint] Bug#964194: gitlab: "internal API unreachable" when pushing something to repository
Pirate Praveen
praveen at onenetbeyond.org
Fri Jul 3 16:55:57 BST 2020
On Fri, Jul 3, 2020 at 17:43, Frederik Himpe <fhimpe at ai.vub.ac.be>
wrote:
> Pirate Praveen schreef op 2020-07-03 17:31:
>
>> I can see you already have the latest version. Do you use custom
>> push hooks?
>
> Not that I know. I understand these would be defined in
> gitlab-shell.conf or gitaly/config.toml, and I don't see any there.
>
> The repository of the example has
> hooks/{pre-receive,post-receive,update}, all containing this:
> #!/bin/sh
> echo "The gitlab-shell hooks have been migrated to Gitaly, see
> https://gitlab.com/gitlab-org/gitaly/issues/1226"
> exit 1
>
>
> I see no messages in gitaly journal when I push something.
>
gitaly's config.toml.examples have this,
[hooks]
custom_hooks_dir = "/home/git/custom_hooks"
Try setting it to /usr/share/gitlab-shell/hooks/
> --
> Frederik Himpe <fhimpe at ai.vub.ac.be>
> Vrije Universiteit Brussel
More information about the Pkg-ruby-extras-maintainers
mailing list