Spark's package building scripts
Go to file
Jack L. Frost 22f33ba2c6 !
Signed-off-by: fbt <fbt@fleshless.org>
2021-03-06 07:43:09 +03:00
autobuilder ! 2021-03-06 07:43:09 +03:00
README.md that's the main readme you twat 2021-03-06 07:35:06 +03:00
makepkg-ci universalize! 2021-03-06 07:06:47 +03:00
makepkg-podman readme; also interactivity 2021-03-06 07:31:06 +03:00
pkgbuilder this is a bit simpler 2021-03-06 06:41:56 +03:00
repo-clean new builder stuff 2021-02-27 02:47:54 +03:00
repo-maintenance new builder stuff 2021-02-27 02:47:54 +03:00
repo-sign put the build script into the makepkg-overlay script 2017-11-21 17:41:40 +03:00

README.md

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