summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-05-12 18:49:00 +0700
committerShulhan <ms@kilabit.info>2022-05-12 18:49:00 +0700
commit4da2ad43c90fb0e0ccf6441bc5f4d0be5641bb9a (patch)
tree9ba2c7da7ac5a7c9273d468c662228618d9ee046 /Makefile
parente7d48f653155a6b0abc0a8a6ca75aacd762185ef (diff)
downloadgoogle-cloud-ops-agent-git-4da2ad43c90fb0e0ccf6441bc5f4d0be5641bb9a.tar.xz
Makefile: add task to generate patch and checksum
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 172791a..a0a2eab 100644
--- a/Makefile
+++ b/Makefile
@@ -6,5 +6,9 @@ all:
check:
namcap PKGBUILD
+patch:
+ git -C src/google-cloud-ops-agent-git diff > 0001-apps-hostmetrics.patch && \
+ makepkg -g
+
release:
makepkg --printsrcinfo > .SRCINFO