aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2025-12-26 15:02:04 +0700
committerShulhan <ms@kilabit.info>2025-12-26 15:50:22 +0700
commit42ad2744c1122eeb6e33972ed34a87567a690a57 (patch)
tree5fe7211e8a3831dbc75419d1814da386f6483e81 /Makefile
parent058f6729af0dc2f9a367a268e2d387a9f922406e (diff)
downloadcompute-archlinux-image-builder-42ad2744c1122eeb6e33972ed34a87567a690a57.tar.xz
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile23
1 files changed, 11 insertions, 12 deletions
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/