hashworks pushed to branch main at Arch Linux / Packaging / Packages / vector
Commits:
e14de3fb by Cornelius Hoffmann at 2024-10-22T12:56:09+02:00
Also backup /etc/default configuration
Otherwise, environment variables are overwritten on each upgrade
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -12,6 +12,7 @@ options=(!lto) # TODO: Build with LTO
backup=(
"etc/vector/vector.toml" # Versions <0.35.0
"etc/vector/vector.yaml"
+ "etc/default/vector"
)
depends=("gcc-libs" "zlib")
#
https://github.com/vectordotdev/vector/blob/master/docs/DEVELOPING.md#bring-your-own-toolbox
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/vector/-/commit/e14de3fb148b34b42bce92d670415387b9376ac9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/vector/-/commit/e14de3fb148b34b42bce92d670415387b9376ac9
You're receiving this email because of your account on gitlab.archlinux.org.