#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.