Skip to content

No packages inside simple or packages folder #1836

@qomhmd

Description

@qomhmd

With this config file:

[mirror]
directory = /srv/pypi
json = true
release-files = true
cleanup = false
master = https://pypi.org
timeout = 10
global-timeout = 1800
workers = 3
hash-index = false
simple-format = ALL
stop-on-error = false
storage-backend = filesystem
verifiers = 3
compare-method = hash

[plugins]
enabled = all

[size_project_metadata]
max_package_size = 1G

[blocklist]
platforms =
        windows
        py2.6
        py2.7

[allowlist]
packages =
        black
        numpy
        pandas

I do not see any packages downloaded. Empty folders are there only:

.
└── pypi
├── generation
├── mirrored-files
├── status
└── web
├── json
│   └── black
├── last-modified
├── local-stats
│   └── days
├── packages
├── pypi
│   └── black
│   └── json
└── simple
├── black
│   ├── index.html
│   ├── index.v1_html
│   └── index.v1_json
├── index.html
├── index.v1_html
└── index.v1_json

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions