Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

build-system: install Pmodules files with mode 0644

gsell requested to merge cherry-pick-ac312040 into 1.1.4

Running the command 'install -m 0444 ...' causes problems on SElinux enabled systems. Updating the context failed if the file is created read-only.

(cherry picked from commit ac312040)

Merge request reports