mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-07-12 18:19:42 -07:00
14db5f1ffb
Two failures kept every device from ever seeing an update. The ES settings historically stored updates.branch=auto, which pointed the mirrorlist at a repo tag that does not exist, so the metadata sync always failed. And freshly flashed images carry an empty pacman local database, so even with a working mirror there was nothing to compare against and every check reported no updates. Fall back to stable for unknown channels and seed the local db once from the published archr-localdb tarball. Known limitation of the remote seed: it reflects the newest repo state, so the first check after seeding reports the current batch as already installed. Baking the per-image database at build time is the follow-up.