-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proper filter for aarch64, win32 #1201
Comments
maybe this can help you:
or just use Regex filtering¶ |
Yes, I use this plugin and blocklist filter. It works very well as excepted for python versions, macos and freebsd. |
I wouldn't be surprised of bug(s) existing here. A lot of plugins have been community contributed and had little involvement from any core bandersnatch developer (me). Debug logging and running a local build of bandersnatch with more logging to workout why there are not working is probably needed here. Another way would be to improve our plugin unittests as at the end of the day it's just checking metadata in a way to workout if we download a package or not. As always, a PR fixing, with unittests, would be accepted. |
You can already do that to some extent. Instead of just "linux" or "windows", you can put any platform type listed in the In other words, this should work in your bandersnatch config :
It's not properly documented and there are some platform types missing (musl for example) though. I can work on a small PR to add the missing platforms and update the documentation to give more details on how it works / which platforms are available if you want. |
Thanks. Will totally take that PR(s). |
Hi,
Iam little bit confused with packages filtering. Plugin exclude_platfrom work well for py versions and 4 main platforms. Can I also blocklist/filter aarch64 and win32 packages or which filter I should use?
Thank you.
The text was updated successfully, but these errors were encountered: