-
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
Mix of plugins causing packages to not download #1190
Comments
Yes, depending on your config. Please share your bandersnatch.conf here and I can look / try reproduce your behavior. |
Here you go. Right now just trying with two modules... Thanks for the help. [mirror] ; The directory where the mirror data will be stored. ; Save package release files ; Cleanup legacy non PEP 503 normalized named simple directories ; The PyPI server which will be mirrored. ; The network socket timeout to use for all connections. This is set to a ; The global-timeout sets aiohttp total timeout for it's coroutines ; Number of worker threads to use for parallel downloads. ; Whether to hash package indexes ; Whether to stop a sync quickly after an error is found or whether to continue ; The storage backend that will be used to save data and metadata while ; Advanced logging configuration. Uncomment and set to the location of a ; The directory where the mirror data will be stored. ; Save package release files ; Cleanup legacy non PEP 503 normalized named simple directories ; The PyPI server which will be mirrored. ; The network socket timeout to use for all connections. This is set to a ; The global-timeout sets aiohttp total timeout for it's coroutines ; Number of worker threads to use for parallel downloads. ; Whether to hash package indexes ; Whether to stop a sync quickly after an error is found or whether to continue ; The storage backend that will be used to save data and metadata while ; Advanced logging configuration. Uncomment and set to the location of a ; Generate index pages with absolute urls rather than relative links. This is ; Number of consumers which verify metadata ; Number of prior simple index.html to store. Used as a safeguard against ; Configure an option to compare whether a file is identical. By default the ; Configure to download packages from an alternative mirror. ; vim: set ft=cfg: ; Configure a file to write out the list of files downloaded during the mirror. [plugins] [allowlist] |
@cooperlees |
Update I was able to get this working by enabling specific plugins not just enabling the all. I'll need to circle back and see which plugin is causing my headaches, |
Sorry, I've been busy. This is always going to be plugins. We do not have good interop testing. Any PRs to help this will be appreciated. There are some unittests, but there are not to test interop enabling all the plugins and ensuring they can all work together. I really only test the allowlist in our CI today. |
More of a "how-to" than an issue. Under /web/simple, I'm getting index.html files, but no packages. Also nothing downloaded to /web/packages. I'm new to mirroring, so I may be lost, but shouldn't I be getting packages?
The text was updated successfully, but these errors were encountered: