We currently can't do this ourselves. An update of the koji software should help us there but for now it's not possible.
Can you run these commands (a variation of https://gist.github.com/ignatenkobrain/f2529a3f9e34848fa63587db94089a0f) to create the update?
git clone https://src.fedoraproject.org/rpms/rust-coreos-installer.git cd rust-coreos-installer wget https://gist.github.com/ignatenkobrain/f2529a3f9e34848fa63587db94089a0f/raw/ca48a15847808f6af1ae68faac66be0487b352e9/rust-buildroot.py chmod +x ./rust-buildroot.py export release=32 export build=$(fedpkg verrel) export pkg=${build%-*-*} export tag=$(koji add-sidetag "f${release}-build") export buildroot=$(./rust-buildroot.py list-buildroot $build) export buildroot_pkgs=$(for b in $buildroot; do echo ${b%-*-*}; done | grep '^rust-' | sort) koji add-pkg --owner releng $tag $buildroot_pkgs $pkg --force koji tag-build $tag $buildroot echo $buildroot | xargs -P32 -n1 koji wait-repo $tag --build fedpkg build --target $tag --skip-nvr-check koji untag-build $tag $buildroot
The create a bodhi update from the build.
Metadata Update from @humaton: - Issue tagged with: low-trouble, medium-gain
Done.
Metadata Update from @mohanboddu: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)