Learn more about these different git repos.
Other Git URLs
Various arguments for container-build are done as nargs='+' or nargs='*' which means they are meant to be:
--arg1 A B --arg2 A B
But if you think that this works like most other CLI's (including koji-container-build) and repeated arguments are accumulated, you are confused since:
--arg1=A --arg1=B
Just gives you B. One of the following should be done:
Thanks for filing this. I've lost count of the number of times I have gotten this wrong.
Metadata Update from @onosek: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)
Fixed in: https://pagure.io/rpkg/pull-request/553
Metadata Update from @onosek: - Issue set to the milestone: 1.63
Log in to comment on this ticket.