summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShulhan2023-07-15 14:48:03 +0700
committerShulhan2023-07-15 14:48:41 +0700
commit29d6096821e59ac2aca3de8c0cdd74a58af75663 (patch)
tree5ff2447b944ab963ca0f4b737a3a87ec84315c6f
parenta33fafd9f5f4cf7861633f02c0e0bfaf6b6570ee (diff)
downloadaur-29d6096821e59ac2aca3de8c0cdd74a58af75663.tar.gz
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
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 2 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b734583a98c5..8a72a1d3ddd0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = google-cloud-ops-agent-git
pkgdesc = Ops Agents that are part of the Google Cloud Operations product suite (specifically Cloud Logging and Cloud Monitoring)
- pkgver = 2.33.0.r8.g93b07bdd5
+ pkgver = 2.34.0.r34.gfdcfea1a4
pkgrel = 1
url = https://github.com/GoogleCloudPlatform/ops-agent
arch = x86_64
@@ -18,7 +18,6 @@ pkgbase = google-cloud-ops-agent-git
provides = google-cloud-ops-agent
conflicts = stackdriver-collectd
source = google-cloud-ops-agent-git::git+https://github.com/GoogleCloudPlatform/ops-agent.git
- source = collectd::git+https://github.com/Stackdriver/collectd.git
source = fluent-bit::git+https://github.com/fluent/fluent-bit.git
source = opentelemetry-operations-collector::git+https://github.com/GoogleCloudPlatform/opentelemetry-operations-collector.git
source = opentelemetry-java-contrib::git+https://github.com/open-telemetry/opentelemetry-java-contrib.git
@@ -27,7 +26,6 @@ pkgbase = google-cloud-ops-agent-git
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
- sha256sums = SKIP
sha256sums = a4ec5040542b3b7b33b995f8357fd81dac901975f7d52955b713f8cccc756501
pkgname = google-cloud-ops-agent-git
diff --git a/PKGBUILD b/PKGBUILD
index db87d0ea77d2..ede92d903335 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 \