summarylogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Collapse)Author
2023-07-15all: update make task for allShulhan
In the all task, use the long options and add --nobuild.
2023-07-15all: update make tasks for chrootpkg and patchShulhan
In the chrootpkg task, in case the _build/root already exist, the pacman sync is not updated, so we need to update the chroot system (root and $USER) to latest first before running makechrootpkg. In the patch task, generate integrity checksum without extracting the source and building the package.
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
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-05-12Makefile: add task to generate patch and checksumShulhan
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/