Failed to pull from repository: No such branch 'fedora/41/x86_64/iot'

I’m trying to install F41 IoT from Kickstart.

Earlier this command worked for me:

ostreesetup --nogpg --osname=fedora-iot --remote=fedora-iot --url=https://kojipkgs.fedoraproject.org/compose/iot/repo/ --ref=fedora/stable/x86_64/iot

But now it installs F42 instead.

So I changed the line to point to 41 exactly:

ostreesetup --nogpg --osname=fedora-iot --remote=fedora-iot --url=https://kojipkgs.fedoraproject.org/compose/iot/repo/ --ref=fedora/41/x86_64/iot

and now get en error:

Starting pull of fedora/41/x86_64/iot from fedora-iot
================================================================================
================================================================================
Error

The following error occurred while installing the payload. This is a fatal error
and installation will be aborted.

Failed to pull from repository: g-io-error-quark: No such branch
'fedora/41/x86_64/iot' in repository summary (0)

What is the right ostreesetup command and where should I look for that information?

I would say you are using the correct command, the problem seems to be that the branch does not actually exist: Index of /compose/iot/repo/refs/heads/fedora

1 Like

Would you mind opening an issue at GitHub · Where software is built?

Thanks.

I faced an error with the new url, could you suggest the right one?
See the issue above, thanks.