diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2017-06-01 09:15:12 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-06-01 09:15:12 -0400 |
| commit | f69469b16da3ab755ca9719a5e800b27aea80f62 (patch) | |
| tree | 5e4cf074029664c8e346c838b0936cde94479ac4 /docs | |
| parent | bf558e8d1f402c3ac9be74b96bb2002875e72581 (diff) | |
| download | external_python_setuptools-f69469b16da3ab755ca9719a5e800b27aea80f62.tar.gz external_python_setuptools-f69469b16da3ab755ca9719a5e800b27aea80f62.tar.bz2 external_python_setuptools-f69469b16da3ab755ca9719a5e800b27aea80f62.zip | |
Remove section on bootstrap branch, no longer relevant.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases.txt | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/docs/releases.txt b/docs/releases.txt index c84ddd75..5a0d0b01 100644 --- a/docs/releases.txt +++ b/docs/releases.txt @@ -12,21 +12,6 @@ is major, minor, or patch based on the scope of the changes in the release. Then, push the commits to the master branch. If tests pass, the release will be uploaded to PyPI (from the Python 3.5 tests). -Bootstrap Branch ----------------- - -Setuptools has a bootstrap script (ez_setup.py), which is hosted in the -repository in the ``bootstrap`` branch. - -Therefore, the latest bootstrap script can be retrieved by checking out -that branch. - -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 branch. Sometimes, -especially when the bootstrap script is rolled back, this -process doesn't work as expected and requires manual intervention. - Release Frequency ----------------- |
