RedHatQE / newa

New Errata Workflow Automation.
Apache License 2.0
0 stars 4 forks source link

Add compose mapping support #84

Closed kkaarreell closed 1 week ago

kkaarreell commented 2 weeks ago

Changes the way how release to compose mapping is implemented. Allows user to specify custom mapping on cmdline, however in this case regular expressions are not used.

kkaarreell commented 2 weeks ago

I'm missing user facing documentation/examples. IIUIC the mapping is in <regexp1>=<regexp2> and mapping is applied for first matching regexp1.

I have added more comments and a help string. For user cli usage no regexp is used ATM, I think it would be rather an obstacle. regexp are used only internally for the built-in mapping.