softwarefactory-project / rdopkg

power to the packagers
Apache License 2.0
28 stars 21 forks source link

RFE: support multiple patterns in patches_ignore= (accept "|") #153

Closed soig closed 6 years ago

soig commented 6 years ago

Hi Currently "patches_ignore=" accepts a regexp but a very limited one. Eg "|" cannot be used to match several keywords at once. However that would be useful. Could "patches_ignore=" accept "|" too so that we could exclude several keywords at once? Thanks

yac commented 6 years ago

It sure could, maybe even should ;) A reasonable request that should be fairly easy to implement, I even consider labeling as easyfix. patches_ignore/patches_base magic comments actually cost a lot of effort to fully support, I feel obliged to make them super useful to justify the human effort invested :)

I estimate this to be included in next 0.47 release.

Thanks for feedback!

soig commented 6 years ago

Thanks!