fix(ci): wipe all existing versions before upload to kill zombie DB entries
Build and publish packages / build-and-publish (push) Successful in 18s

Gitea's Arch registry doesn't regenerate the repo DB on pkgver change —
old entries linger as zombies (e.g. moonarch-git r99 stuck in moonarch.db
even though only r105 exists as a package). List all versions of each
built package and DELETE them before the upload so the DB gets rebuilt
cleanly. Bump moonarch-git pkgrel to force a rebuild and exercise the fix.
This commit is contained in:
2026-04-20 14:09:33 +02:00
parent ea44cb33c4
commit c2ccdccff4
2 changed files with 32 additions and 6 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
pkgname=moonarch-git
pkgver=r105.f4f6ede
pkgrel=7
pkgrel=8
pkgdesc="Moonarch desktop environment defaults — Niri, Waybar, Catppuccin Mocha"
arch=('any')
url="https://gitea.moonarch.de/nevaforget/moonarch"