Advertisement
cooperlees

bandersnatch conf

Apr 24th, 2021
1,672
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. crl-m1:bandersnatch cooper$ cat /tmp/bandersnatch.conf
  2. ; Config for the Travis CI Integration Test that hits PyPI
  3.  
  4. [mirror]
  5. directory = /tmp/pypi
  6. json = true
  7. cleanup = true
  8. master = https://pypi.org
  9. timeout = 60
  10. global-timeout = 18000
  11. workers = 3
  12. hash-index = true
  13. stop-on-error = true
  14. storage-backend = filesystem
  15. verifiers = 3
  16. keep_index_versions = 2
  17. compare-method = hash
  18.  
  19. [plugins]
  20. enabled =
  21.     allowlist_project
  22.     size_project_metadata
  23.  
  24. [size_project_metadata]
  25. max_package_size = 1000000
  26.  
  27. [allowlist]
  28. packages =
  29.     ACMPlus
  30.     black
  31.     peerme
  32.     pyaib
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement