Add support for --custom-user-metadata argument for build and scratch-build commands. This will pass a JSON string of custom
metadata to Koji/Brew to be deserialized and stored under the build's
extra.custom_user_metadata field.
Example: fedpkg scratch-build --srpm --custom-user-metadata
'{"name1":"value1","name2":"value2"}'
Add support for
--custom-user-metadataargument forbuildandscratch-buildcommands. This will pass a JSON string of custommetadata to Koji/Brew to be deserialized and stored under the build's
extra.custom_user_metadata field.
Example: fedpkg scratch-build --srpm --custom-user-metadata
'{"name1":"value1","name2":"value2"}'
JIRA: RHELCMP-8318
Signed-off-by: Ondrej Nosek onosek@redhat.com