diff options
| author | Shulhan <ms@kilabit.info> | 2022-07-14 00:33:31 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-07-14 00:33:31 +0700 |
| commit | 2770941a0bdf96b3c71bd9817c8dc10801bc6784 (patch) | |
| tree | 728b7d5852781c4d319ff8a8a5827a12f813bc7c /PKGBUILD | |
| parent | 7e34076620d72f28f5fddc7267c7cb42471d453b (diff) | |
| download | google-cloud-ops-agent-git-2770941a0bdf96b3c71bd9817c8dc10801bc6784.tar.xz | |
all: remove the patch on setting service loglevel
Since the issue regarding this patch [1] has been fixed, we did not
need it anymore.
[1] https://github.com/GoogleCloudPlatform/ops-agent/issues/249#issuecomment-1075184604
Diffstat (limited to 'PKGBUILD')
| -rw-r--r-- | PKGBUILD | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,7 +1,7 @@ # Maintainer: shulhan <ms@kilabit.info> pkgname=google-cloud-ops-agent-git -pkgver=2.18.1.r7.g34192798 +pkgver=2.18.1.r8.gad67eb23 pkgrel=1 pkgdesc="Ops Agents that are part of the Google Cloud Operations product suite (specifically Cloud Logging and Cloud Monitoring)" @@ -36,7 +36,6 @@ source=( "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" - "0001-apps-hostmetrics.patch" ) md5sums=( 'SKIP' @@ -44,7 +43,6 @@ md5sums=( 'SKIP' 'SKIP' 'SKIP' - '9a4dfd7fe6298c12c46ca50d7f473094' ) pkgver() { @@ -64,7 +62,6 @@ prepare() { git config submodule."submodules/opentelemetry-java-contrib".url \ "${srcdir}/opentelemetry-java-contrib" git submodule update - git apply "${srcdir}/0001-apps-hostmetrics.patch" rm -rf ${srcdir}/google-cloud-ops-agent-git/submodules/opentelemetry-java-contrib/META-INF } |
