From e3654917be6e91a1c3107e91780c870e46d73b3b Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Sun, 31 Mar 2013 09:18:51 +1100 Subject: [PATCH] move references for future discussions from catalog-sig to distutils-sig --- pep-0381.txt | 14 +++++++------- pep-0438.txt | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pep-0381.txt b/pep-0381.txt index 992ffda2a..5c910a043 100644 --- a/pep-0381.txt +++ b/pep-0381.txt @@ -20,7 +20,7 @@ This PEP describes a mirroring infrastructure for PyPI. Rationale ========= -PyPI is hosting over 6000 projects and is used on a daily basis +PyPI is hosting over 6000 projects and is used on a daily basis by people to build applications. Especially systems like `easy_install` and `zc.buildout` make intensive usage of PyPI. @@ -56,7 +56,7 @@ a.pypi.python.org is the master server; the mirrors start with b. A CNAME record last.pypi.python.org points to the last host name. Mirror operators should use a static address, and report planned changes to that address in advance to -catalog-sig. +distutils-sig. The new mirror also appears at `http://pypi.python.org/mirrors` which is a human-readable page that gives the list of mirrors. @@ -65,11 +65,11 @@ This page also explains how to register a new mirror. Statistics page ::::::::::::::: -PyPI provides statistics on downloads at `/stats`. This page is -calculated daily by PyPI, by reading all mirrors' local stats and +PyPI provides statistics on downloads at `/stats`. This page is +calculated daily by PyPI, by reading all mirrors' local stats and summing them. -The stats are presented in daily or montly files, under `/stats/days` +The stats are presented in daily or montly files, under `/stats/days` and `/stats/months`. Each file is a `bzip2` file with these formats: - YYYY-MM-DD.bz2 for daily files @@ -164,7 +164,7 @@ that represents the last synchronisation date the mirror maintains. The date is provided in GMT time, using the ISO 8601 format [#iso8601]_. Each mirror will be responsible to maintain its last modified date. -This page must be located at : `/last-modified` and must be a +This page must be located at : `/last-modified` and must be a text/plain page. Local statistics @@ -232,7 +232,7 @@ header. The pep381client package [#pep381client]_ provides an application that respects this protocol to browse PyPI. -User-agent request header +User-agent request header ::::::::::::::::::::::::: In order to be able to differentiate actions taken by clients over diff --git a/pep-0438.txt b/pep-0438.txt index 24a339dfe..c888b22a8 100644 --- a/pep-0438.txt +++ b/pep-0438.txt @@ -4,7 +4,7 @@ Version: $Revision$ Last-Modified: $Date$ Author: Holger Krekel , Carl Meyer BDFL-Delegate: Richard Jones -Discussions-To: catalog-sig@python.org +Discussions-To: distutils-sig@python.org Status: Draft Type: Process Content-Type: text/x-rst