summarylogtreecommitdiffstats
path: root/0001-build-sh.patch
AgeCommit message (Collapse)Author
2023-07-15all: patch the default config.yaml to use systemd_journald #2Shulhan
Previosly, the default config.yaml receivers for syslog is using "type: files" that read /var/log/messages and /var/log/syslog. In Arch Linux, those files are not exist anymore, so we replace the with "type: systemd_journald" to make all the system logs forwarded to Cloud Logging. # Conflicts: # .SRCINFO # PKGBUILD
2023-07-15all: patch the default config.yaml to use systemd_journaldShulhan
Previosly, the default config.yaml receivers for syslog is using "type: files" that read /var/log/messages and /var/log/syslog. In Arch Linux, those files are not exist anymore, so we replace the with "type: systemd_journald" to make all the system logs forwarded to Cloud Logging.
2023-02-17all: fix build failed due to upstream changesShulhan
Since PR #1038 merged to master, the build failed due to the $DESTDIR now replaced with "/work" for building with docker. [1] [1] https://github.com/GoogleCloudPlatform/ops-agent/pull/1038#discussion_r1106206200