Skip to content

Commit ea5f69f

Browse files
Jorge CastroCopilot
andcommitted
fix(packages): install uupd before disabling ublue-os/packages COPR
dnf copr disable rewrites the .repo file to the OS-native chroot URL (centos-stream-10 → fedora-10-{arch}) even when enable specified fedora-44-{arch}. The subsequent --enablerepo then tries fedora-10 which 404s. Fix: install uupd while the repo is still enabled, then disable. Fixes: builds failing on all 5 variants since 2026-06-15 Assisted-by: Claude Sonnet 4.5 via pi Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 295a91b commit ea5f69f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build_scripts/20-packages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ dnf -y --enablerepo "tailscale-stable" install \
5353
tailscale
5454

5555
dnf -y copr enable ublue-os/packages "fedora-44-$(arch)"
56+
dnf -y install uupd
5657
dnf -y copr disable ublue-os/packages
57-
dnf -y --enablerepo copr:copr.fedorainfracloud.org:ublue-os:packages install uupd
5858

5959
dnf -y copr enable che/nerd-fonts "centos-stream-${MAJOR_VERSION_NUMBER}-$(arch)"
6060
dnf -y copr disable che/nerd-fonts

0 commit comments

Comments
 (0)