Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
packed-binaries-basedir.patch | Look for auxiliary binaries in bindir from gitaly config Gitaly now expects packed binaries to be present in a runtime /tmp dir, this patch makes gitaly look for those binaries in the common /usr/bin location |
Mohammed Bilal <rmb@debian.org> | not-needed | 2023-10-09 | ||
remove-go-embed.patch | Removes //go:embed line to fix build. This was working in the past but started throwing "no matching files" error now. The build seems to check the embedded binaries before they are even built. Removing this line since we're building those embedded binaries as well. Also disable calling UnpackAuxiliaryBinaries when running the main gitaly binary |
Mohammed Bilal <rmb@debian.org> | not-needed | debian | 2023-10-04 | |
proto-gem-generate-source.patch | Remove git usage and do not build gem Upstream has updated the script to generate proto sources and it now generates and builds the gem in a temporary directory. This patch will make sure that source files are generated inplace and gem is not built. See https://gitlab.com/gitlab-org/gitaly/-/merge_requests/4982 |
Mohammed Bilal <mdbilal@disroot.org> | not-needed | 2024-02-11 | ||
dont-build-external-tools.patch | Exclude /tools/*/tool.go during build Upstream included components in tools/ to track their go tooling versions.This was earlier tracked via the Makefile.So including them during build results in package not found error. This patch will exclude those components during build. See https://gitlab.com/gitlab-org/gitaly/-/commit/0cd4b87513b7d76d30c2d424161d3635b13dba21 |
Mohammed Bilal <mdbilal@disroot.org> | not-needed | 2022-11-26 | ||
use-packaged-cli-browser.patch | Use packaged golang-github-cli-browser This patch makes use of a fork of github.com/pkg/browser instead of embedding github.com/pkg/browser |
Mohammed Bilal <mdbilal@disroot.org> | not-needed | 2023-01-13 | ||
use-lf-gitattributes.patch | no | |||||
relax-grpc-tools.patch | Newer minor versions should be compatible (assuming semver.org compliance) | not-needed |