On 03/03/2017 03:59 PM, Kalev Lember wrote: > Now that F26 is branched off from rawhide, I know many developers > (including me) want to stay with F26 instead of F27 to make sure we are > testing the upcoming release. By default, everyone who has rawhide > installed stays on the F27 train. > > Here's how to switch to F26: > > $ dnf distro-sync --releasever=26 > Now that the first F26 composes have finally correctly finished, I was able to test it and of course it turned out that the above command was wrong and did nothing to switch away from rawhide. Sorry! This is what should actually work: $ dnf distro-sync --releasever=26 --disablerepo=rawhide --enablerepo=fedora ... and double check after running it that /etc/yum.repos.d/fedora-rawhide.repo is now disabled and that you have fedora-repos-26-0.8.noarch or newer. Sorry for the confusion, Kalev _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx