summarylogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)Author
2022-07-09all: add task to build package using devtoolsShulhan
The devtools allow package to build in clean chroot [1]. In this build, we bind the host go, go-build cache, and .gradle cache to the chroot/build to minimize re-downloading Go and Java dependencies on the next rebuild. [1] https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot
2022-07-09all: set the DESTDIR variable when running build.shShulhan
The goal is to allow us to inspect the installed files and their structure. The DESTDIR directory contains installed files, similar to prefix. If its not set, the directory will be created under /tmp with random name. This also fix build error due to META-INF directory exist on the second or next build.
2021-12-02google-cloud-ops-agent-git: the google cloud ops-agent for ArchShulhan
This is the ops-agent that are part of the Google Cloud Operations product suite (specifically Cloud Logging and Cloud Monitoring) [1]. This package replace stackdriver-collectd in the AUR [2]. [1] https://cloud.google.com/stackdriver/docs/solutions/agents/ops-agent/ [2] https://aur.archlinux.org/packages/stackdriver-collectd/