fix(ci): wipe all existing versions before upload to kill zombie DB entries
Build and publish packages / build-and-publish (push) Successful in 18s
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user