summaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2023-07-15 14:48:03 +0700
committerShulhan <ms@kilabit.info>2023-07-15 14:48:41 +0700
commit29d6096821e59ac2aca3de8c0cdd74a58af75663 (patch)
tree5ff2447b944ab963ca0f4b737a3a87ec84315c6f /PKGBUILD
parenta33fafd9f5f4cf7861633f02c0e0bfaf6b6570ee (diff)
downloadgoogle-cloud-ops-agent-git-29d6096821e59ac2aca3de8c0cdd74a58af75663.tar.xz
all: remove collectd from source
Since v2.11.0, the collectd is not part of the git submodules anymore [1]. [1]: https://github.com/GoogleCloudPlatform/ops-agent/commit/a2778bd4cba3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 1 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index db87d0e..ede92d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: shulhan <ms@kilabit.info>
pkgname=google-cloud-ops-agent-git
-pkgver=2.33.0.r8.g93b07bdd5
+pkgver=2.34.0.r34.gfdcfea1a4
pkgrel=1
pkgdesc="Ops Agents that are part of the Google Cloud Operations product suite (specifically Cloud Logging and Cloud Monitoring)"
@@ -32,7 +32,6 @@ backup=()
source=(
"$pkgname::git+https://github.com/GoogleCloudPlatform/ops-agent.git"
- "collectd::git+https://github.com/Stackdriver/collectd.git"
"fluent-bit::git+https://github.com/fluent/fluent-bit.git"
"opentelemetry-operations-collector::git+https://github.com/GoogleCloudPlatform/opentelemetry-operations-collector.git"
"opentelemetry-java-contrib::git+https://github.com/open-telemetry/opentelemetry-java-contrib.git"
@@ -43,7 +42,6 @@ sha256sums=(
'SKIP'
'SKIP'
'SKIP'
- 'SKIP'
'a4ec5040542b3b7b33b995f8357fd81dac901975f7d52955b713f8cccc756501'
)
@@ -55,8 +53,6 @@ pkgver() {
prepare() {
cd "${pkgname}"
git -c protocol.file.allow=always submodule init
- git config submodule."submodules/collectd".url \
- "${srcdir}/collectd"
git config submodule."submodules/fluent-bit".url \
"${srcdir}/fluent-bit"
git config submodule."submodules/opentelemetry-operations-collector".url \