From 057aa4ff86302b32ac41395b573abf9e1e61da5c Mon Sep 17 00:00:00 2001 From: fbt Date: Sat, 6 Mar 2021 07:35:06 +0300 Subject: [PATCH] that's the main readme you twat Signed-off-by: fbt --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8ab3098 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +Spark autobuilder +================= + +To use the build scripts, grab the latest Spark rootfs in one of the following ways: + * `curl -sL https://spark.fleshless.org/rootfs/latest.tar.xz | podman import - localhost/spark` + * `git clone https://code.fleshless.org/Spark/spark-rootfs.git; cd spark-rootfs; podman build --rm -t localhost/spark .` + +Then build a builder image from `./autobuilder`: `cd ./autobuilder; podman build --rm -t localhost/spark:autobuilder .` + +Examples: + * `git clone https://code.fleshless.org/PKGBUILDs/ssm-git /tmp/ssm-git; cd /tmp/ssm-git; makepkg-podman -sL` + * `podman-ci /tmp/artifacts; makepkg-ci https://code.fleshless.org/PKGBUILDs/ssm-git`