On Mon, Mar 4, 2019 at 6:31 AM Richard W.M. Jones <rjones@xxxxxxxxxx> wrote: > > On my Fedora 29-ish machine, I just tried: > > # dnf update --best --releasever=30 You're better off doing: dnf --releasever=30 --setopt=deltarpm=false distro-sync But it does have issues with modules atm so a work around is: dnf --releasever=30 --setopt=module_platform_id=platform:f30 --enablerepo=updates-testing distro-sync This is documented in RHBZ: https://bugzilla.redhat.com/show_bug.cgi?id=1656509 > However it fails with pages of errors which seem to be related to > modules. Is this supposed to work? It certainly worked fine in > previous Fedora releases. > > Bonus question: Are "Problem 1" (etc) in each section of the error > message supposed to relate to each other in some way? Or is the > second list a new list of problems? > > Rich. > > -- > Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones > Read my programming and virtualization blog: http://rwmj.wordpress.com > virt-df lists disk usage of guests without needing to install any > software inside the virtual machine. Supports Linux and Windows. > http://people.redhat.com/~rjones/virt-df/ > _______________________________________________ > devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx > To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx > Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx