Add a command to perform a mock build on all packages in a report. This should use the same data that ebranch dependencies calculate-chain-build uses to figure out order and dependencies, then fedpkg co each package and fedpkg --release $branch mockbuild -- --postinstall against the right chroot. For chainbuild boundaries, a naive implementation can just install everything and preserve the chroot; ideally we would only install the actual dependencies required.
ebranch dependencies calculate-chain-build
fedpkg co
fedpkg --release $branch mockbuild -- --postinstall