Hide Forgot
Description of problem: *rpkg normally doesn't allow people to submit non-scratch (rpm) builds without having commits already pushed to remove server. container-build seems to allow that. See error which was caused by this on server side: https://github.com/release-engineering/koji-containerbuild/issues/18
Pull-request: https://pagure.io/rpkg/pull-request/35
Interesting thing is that the check is already there and should have prevented the build from being submitted: https://pagure.io/rpkg/blob/master/f/src/pyrpkg/__init__.py#_2463-2464 What versions of of rhpkg and pyrpkg were used to get that error? Huemin, could you please post output of rpm -q rhpkg pyrpkg
I don't have the environment any more. My laptop just got upgraded from RHEL 6 CSB to RHEL 7.
Thanks, RHEL 6 CSB is enough information, as it turns out the fixed version of rpkg was not built yet.