(In reply to Miro HronĨok from comment #9) > Nicolas, is there a way I can manually push builds to testing and stable? > I.e. opt out form the default? That would allow me to build in Koji in sync > with Fedora, but also push in sync with Fedora. Pushing repo is an admin task, so at the end you will push a "pressure for the update need" to rel-eng (aka me, but it can be anyone else who step-in as rel-eng). But repositories cannot be in sync "by design", if the packages are pushed in the very same time in fedora and rpmfusion primary mirror, others mirrors will delay the propagation of the new content anyway. So users will have an updated rpmfusion mirror with a stale fedora mirror or the reverse. At which point, best it to have one or the other updated ahead anyway. What I can do easily for now is to prevent the push script to automatically move chromium-freeworld to stable after it was pushed to testing. So you can manually use koji-rpmfusion move-build to move it to stable (but then , as I said, there is a need to coordinate when to "mash" the repos and sync them to the public mirror).