#6439 new fedora 24 atomic composes not working
Closed: Fixed None Opened 7 years ago by kevin.

Recently, bodhi enabled f24 updates and updates-testing atomic composes.

However, it's failing to work due to a missing ostree repo in /mnt/koji/mash/atomic/24/

This repo is rsynced by bodhi before the compose starts. It's unclear if this needs to be a new empty repo, the last fedora 24 release repo, or the two week atomic repo.

{{{
Running ['/usr/bin/rsync', '-rvp', '--ignore-existing', '/mnt/koji/mash/atomic/24/objects/', '/srv/fedora-atomic/24/x86_64/docker-host/objects/']
2016-07-08 17:03:51,759 - ERROR - composer.py:209 - rsync: change_dir "/mnt/koji/mash/atomic/24/objects" failed: No such file or directory (2)
}}}

We need to figure out what repo should be there and make sure its copied there or bodhi knows how to make it if it doesn't exist.


Looking at the 23 version of that dir:

{{{

ostree --repo=/mnt/koji/atomic/23 refs

fedora-atomic/f23/x86_64/docker-host
fedora-atomic/f23/x86_64/testing/docker-host
}}}

It looks like we may need to just make a new repo there since we would be starting the updates/updates-testing branches?

It is likely a bodhi bug. afaik bodhi is supposed to make a empty repo when tehre is not one there.

Replying to [comment:1 kevin]:

It looks like we may need to just make a new repo there since we would be starting the updates/updates-testing branches?

Yeah, in the past there has always been an existing OSTree for each new release before we enable bodhi updates.

We made a new empty repo and it seems to have worked.

Someone who can test that the contents of the repo are as expected would be nice, but everything is back to composing now.

Metadata Update from @kevin:
- Issue set to the milestone: Fedora 24 Alpha

7 years ago

Login to comment on this ticket.

Metadata