#53 Allow to pass -t / -d to go_generate_buildrequires to exclude some BR
Opened by eclipseo. Modified

Very occasionally I need to bypass some BR to vendor some stuff. It would be neat to be able to pass -t / - d / -r to %go_generate_buildrequires for it to be passed to the golist call:

   --ignore-dir value, -d value         Directory to ignore
   --ignore-tree value, -t value        Directory tree to ignore
   --ignore-regex value, -r value       Regex specified files/dirs to ignore

Metadata
Related Pull Requests