diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-28 14:59:38 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-28 14:59:38 -0500 |
commit | 345daf03e205e6d363ee638b9d0e49b03fb27230 (patch) | |
tree | 42cbe1464ebb432627950a813e25663d21d9baa9 /docs | |
parent | 8aa6480a1242aaa658d4bd521ff04efd1663a459 (diff) | |
download | external_python_setuptools-345daf03e205e6d363ee638b9d0e49b03fb27230.tar.gz external_python_setuptools-345daf03e205e6d363ee638b9d0e49b03fb27230.tar.bz2 external_python_setuptools-345daf03e205e6d363ee638b9d0e49b03fb27230.zip |
Update docs about bootstrap script.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/releases.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/releases.txt b/docs/releases.txt index 4c8d6b8d..a9742c20 100644 --- a/docs/releases.txt +++ b/docs/releases.txt @@ -17,6 +17,24 @@ revision slated for release:: python -m jaraco.packaging.release +Bootstrap Bookmark +------------------ + +Setuptools has a bootstrap script (ez_setup.py) which is hosted in the +repository and must be updated with each release (to bump the default version). +The "published" version of the script is the one indicated by the ``bootstrap`` +bookmark (Mercurial) or branch (Git). + +Therefore, the latest bootstrap script can be retrieved by checking out the +repository at that bookmark. It's also possible to get the bootstrap script for +any particular release by grabbing the script from that tagged release. + +The officially-published location of the bootstrap script is hosted on Python +infrastructure (#python-infra on freenode) at https://bootstrap.pypa.io and +is updated every fifteen minutes from the bootstrap script. Sometimes, +especially when the bootstrap script is rolled back, this +process doesn't work as expected and requires manual intervention. + Release Frequency ----------------- |