#6439: new fedora 24 atomic composes not working -----------------------------+------------------------ Reporter: kevin | Owner: rel-eng@… Type: task | Status: new Milestone: Fedora 24 Alpha | Component: koji Keywords: | Blocked By: Blocking: | -----------------------------+------------------------ 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.
#6439: new fedora 24 atomic composes not working ------------------------------+----------------------- Reporter: kevin | Owner: rel-eng@… Type: task | Status: new Milestone: Fedora 24 Alpha | Component: koji Resolution: | Keywords: Blocked By: | Blocking: ------------------------------+-----------------------
Comment (by kevin):
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?
#6439: new fedora 24 atomic composes not working ------------------------------+----------------------- Reporter: kevin | Owner: rel-eng@… Type: task | Status: new Milestone: Fedora 24 Alpha | Component: koji Resolution: | Keywords: Blocked By: | Blocking: ------------------------------+-----------------------
Comment (by ausil):
It is likely a bodhi bug. afaik bodhi is supposed to make a empty repo when tehre is not one there.
#6439: new fedora 24 atomic composes not working ------------------------------+----------------------- Reporter: kevin | Owner: rel-eng@… Type: task | Status: new Milestone: Fedora 24 Alpha | Component: koji Resolution: | Keywords: Blocked By: | Blocking: ------------------------------+-----------------------
Comment (by lmacken):
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.
#6439: new fedora 24 atomic composes not working ------------------------------+----------------------- Reporter: kevin | Owner: rel-eng@… Type: task | Status: new Milestone: Fedora 24 Alpha | Component: koji Resolution: | Keywords: Blocked By: | Blocking: ------------------------------+-----------------------
Comment (by kevin):
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.
#6439: new fedora 24 atomic composes not working ------------------------------+----------------------- Reporter: kevin | Owner: rel-eng@… Type: task | Status: closed Milestone: Fedora 24 Alpha | Component: koji Resolution: fixed | Keywords: Blocked By: | Blocking: ------------------------------+----------------------- Changes (by kevin):
* status: new => closed * resolution: => fixed
Comment:
This is fixed now.
rel-eng@lists.fedoraproject.org