From 60973f87e140e0f370049f86bbce1e841f0416c5 Mon Sep 17 00:00:00 2001 From: Nippy Date: Tue, 28 Jul 2026 16:29:28 +0200 Subject: new settings --- .forgejo/workflows/build-theme-send-core-repo.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to '.forgejo/workflows') diff --git a/.forgejo/workflows/build-theme-send-core-repo.yml b/.forgejo/workflows/build-theme-send-core-repo.yml index c916513..f2b601d 100644 --- a/.forgejo/workflows/build-theme-send-core-repo.yml +++ b/.forgejo/workflows/build-theme-send-core-repo.yml @@ -55,6 +55,21 @@ jobs: makepkg -s --noconfirm -f cp -v raveos-calamares-theme-*.pkg.tar.zst /tmp/builtpkgs/ + - name: Build raveos-mirrorlist + run: | + set -euo pipefail + CORE="/tmp/raveos-core-repo/x86_64" + cd raveos-mirrorlist + PKGVER=$(grep '^pkgver=' PKGBUILD | cut -d= -f2) + PKGREL=$(grep '^pkgrel=' PKGBUILD | cut -d= -f2) + if ls "$CORE/raveos-mirrorlist-${PKGVER}-${PKGREL}-"*.pkg.tar.zst 2>/dev/null | grep -q .; then + echo "raveos-mirrorlist ${PKGVER}-${PKGREL} unchanged -> skip" + exit 0 + fi + rm -f *.pkg.tar.zst || true + makepkg -s --noconfirm -f + cp -v raveos-mirrorlist-*.pkg.tar.zst /tmp/builtpkgs/ + - name: Build raveos-calamares-module run: | set -euo pipefail -- cgit v1.3