[Pulp-list] filter regex?

Chris St. Pierre chris.a.st.pierre at gmail.com
Wed Feb 27 12:06:04 UTC 2013


Odds are excellent that Pulp uses the python re.match() function,
which anchors the regex at the start of the string -- as if you had
prepended '^'.  Try '.*-(foo|bar|baz)' instead.

On Tue, Feb 26, 2013 at 9:41 PM, Ryan Bowlby <rbowlby83 at gmail.com> wrote:
> I created a filter with the following regex, which didn't work:
>
> pulp-admin filter create --id='test' --type=blacklist -p '-(foo|bar|baz)'
>
> Basically exclude any packages that contain -foo or -bar or -baz in
> the name. Can someone assist in determining where I went wrong? Pulp
> 1.1.11.
>
> Thanks,
> Ryan
>
> _______________________________________________
> Pulp-list mailing list
> Pulp-list at redhat.com
> https://www.redhat.com/mailman/listinfo/pulp-list



-- 
Chris St. Pierre




More information about the Pulp-list mailing list