#532 try buildContainer without listMethods
Closed: Fixed 2 years ago by onosek. Opened 3 years ago by ktdreyer.

It would be faster and less load on the Koji hub if we do not call listMethods before buildContainer.

If a user is running rpkg container-build, they likely know what they are doing, and we don't need to use Look Before You Leap here.

If the buildContainer RPC does not exist, Koji will simply return "GenericError: Invalid method: buildContainer", so we can catch and handle that in the unlikely event that it fails.


Metadata Update from @onosek:
- Issue set to the milestone: 1.65

2 years ago

Login to comment on this ticket.

Metadata
Related Pull Requests
  • #611 Merged 2 years ago