diff options
| author | Shulhan <ms@kilabit.info> | 2026-01-20 21:41:00 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-01-20 21:41:25 +0700 |
| commit | 91105f81452f12e9dcf95a6dab78c838726c51e7 (patch) | |
| tree | fe3a5cec168c762272e97ab14278f11dda1fdb72 /.SRCINFO | |
| parent | d0cf62cee3220262b35811d18ae98cec52f73f6f (diff) | |
| download | google-guest-agent-91105f81452f12e9dcf95a6dab78c838726c51e7.tar.xz | |
all: add custom instance configs
In the instance_configs.cfg.distro, we disable cloud logging to prevent
duplicate logs and disable boto config at boot.
Most distro disable boto config by default.
Diffstat (limited to '.SRCINFO')
| -rw-r--r-- | .SRCINFO | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,6 +1,6 @@ pkgbase = google-guest-agent pkgdesc = Guest Agent for Google Compute Engine - pkgver = 20251223.00 + pkgver = 20260115.01 pkgrel = 1 url = https://github.com/GoogleCloudPlatform/guest-agent install = google-guest-agent.install @@ -8,9 +8,11 @@ pkgbase = google-guest-agent license = Apache-2.0 makedepends = go backup = etc/default/instance_configs.cfg - source = guest-agent-20251223.00.tar.gz::https://github.com/GoogleCloudPlatform/guest-agent/archive/20251223.00.tar.gz + source = guest-agent-20260115.01.tar.gz::https://github.com/GoogleCloudPlatform/guest-agent/archive/20260115.01.tar.gz source = google-guest-agent.install - sha256sums = a6d4ed1398fc9d7de5d98df0da229888def14a75c1b74084df36d63881de4064 + source = instance_configs.cfg.distro + sha256sums = fe1790291ab1d96706e1438ca5f14fa752d17714753de5f5e06ed7511f7b43a5 sha256sums = 6aaf5ed980eda8695723d85e204569b50789b5200296714a8f674dc3f67ca532 + sha256sums = 20926b120d9d4d7819000ae94e50d7fd57c61cc15c29bb075c01475f5d9f5cc9 pkgname = google-guest-agent |
