← Back to team overview

pypi-mirror team mailing list archive

pypi.netsight.co.uk

 

All,
pypi.netsight.co.uk is now up and running for all to use. The details to add to the list on Openplans are:

http://pypi.netsight.co.uk
Maintainer: Matt Hamilton <matth [AT] netsight.co.uk>
Location: UK

I notice however that the other mirrors seem to have a larger package list than I seem to be getting (eg. they get 4Suite, I don't). Any ideas?

My pypymirror.cfg is:

[DEFAULT]
# the root folder of all mirrored packages.
# if necessary it will be created for you
mirror_file_path = /home2/pypimirror/packages

# where's your mirror on the net?
base_url = http://pypi.netsight.co.uk/

# lock file to avoid duplicate runs of the mirror script
lock_file_name = /tmp/pypi-poll-access.lock

# Pattern for package files, only those matching will be mirrored
filename_matches =
    *.zip
    *.tgz
    *.egg
    *.tar.gz
    *.tar.bz2

# Pattern for package names; only packages having matching names will
# be mirrored
package_matches =
    *

# remove packages not on pypi (or externals) anymore
cleanup = True

# create index.html files
create_indexes = True

# be more verbose
verbose = True

# resolve download_url links on pypi which point to files and download
# the files from there (if they match filename_matches).
# The filename and filesize (from the download header) are used
# to find out if the file is already on the mirror. Not all servers
# support the content-length header, so be prepared to download
# a lot of data on each mirror update.
# This is highly experimental and shouldn't be used right now.
#
# NOTE: This option should only be set to True if package_matches is not
# set to '*' - otherwise you will mirror a huge amount of data. BE CAREFUL
# using this option!!!
external_links = False

# similar to 'external_links' but also follows an index page if no
# download links are available on the referenced download_url page
# of a given package.
#
# NOTE: This option should only be set to True if package_matches is not
# set to '*' - otherwise you will mirror a huge amount of data. BE CAREFUL
# using this option!!!
follow_external_index_pages = False

# logfile
log_filename = /tmp/pypimirror.log



-Matt

--
Matt Hamilton                                       matth@xxxxxxxxxxxxxx
Netsight Internet Solutions, Ltd.           Understand. Develop. Deliver
http://www.netsight.co.uk                             +44 (0)117 9090901
Web Design | Zope/Plone Development & Consulting | Co-location | Hosting




Follow ups