Is there a way to set arch and basearch with dnf config manager ?  I want to cross update an installation using --installroot onto another installation.

On Mon, Mar 6, 2017 at 7:27 AM, Kalev Lember <kalevlember@gmail.com> wrote:
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@lists.fedoraproject.org
To unsubscribe send an email to devel-leave@lists.fedoraproject.org