David Shrewsbury
David Shrewsbury
Adds supported `interface.run()` keywords to the argument spec, allowing us to directly compare the arguments transmitted to what the worker API supports.
# Changes to Remote Job Execution Argument Streaming ## Reason For Change Remote job execution involves a `Transmitter` node streaming the job keyword arguments as a JSON object to a...
*** WIP *** Since we removed the use of an outdated Python requirements parsing library and move to accepting requirements following the PEP508 standard, a bad requirement is no longer...
Allows control of when builder output text is colorized. Honors the `NO_COLOR` and `FORCE_COLOR` environment variables. Fixes #716
##### SUMMARY Changes `rpm_key` to no longer use `gpg` command for key manipulation since it does not support version 6 PGP keys. Instead we use `librpm` API to parse the...