On 3/6/26 3:18 PM, Miroslav Suchý wrote:
LC_ALL=en dnf --releasever=44 --enablerepo=updates-testing --assumeno --best distro-sync
I would add "--skip-broken --allowerasing", and replace "updates-testing" with '*-testing' and "en" with "en_US.UTF-8" : LC_ALL=en_US.UTF-8 dnf distro-sync --releasever=44 --enablerepo='*-testing' --assumeno --best --skip-broken --allowerasing -- _______________________________________________ devel mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://forge.fedoraproject.org/infra/tickets/issues/new
