From 42ad2744c1122eeb6e33972ed34a87567a690a57 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Fri, 26 Dec 2025 15:02:04 +0700 Subject: all: remove pacman-init service and ops-agent config.yaml The original pacman-init.service usage is to populate the pacman keyrings. Since we install archlinux-keyring package at pacstrap, we did not need to do it anymore. On ops-agent, the latest package released that include the same config.yaml. --- Makefile | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e68fd9a..aac02ab 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ .PHONY: all -all: image publish +all: image image.publish .PHONY: image image: @@ -11,20 +11,19 @@ image: image-qemu: sudo IMAGE_QEMU=1 ./build-arch-gce -.PHONY: publish -publish: +.PHONY: image.publish +image.publish: awwan local gcloud-image-publish.aww 5- awwan local gcloud-image-cleanup.aww 5- -.PHONY: test -test: +.PHONY: image.test +image.test: awwan local gcloud-image-test.aww 4-18 -## Preview the .md files in local using ciigo [1]. -.PHONY: serve-doc -serve-doc: +## Preview the .md files in local using [ciigo]. +## Open http://127.0.0.1:8080/README.html to preview the README. +## +## [ciigo]: https://sr.ht/~shulhan/ciigo/ +.PHONY: serve.doc +serve.doc: ciigo -address 127.0.0.1:8080 serve . - # Open http://127.0.0.1:8080/README.html to preview the README. - - -## [1] https://sr.ht/~shulhan/ciigo/ -- cgit v1.3