From e0227e23b8e2d128f679c2a6a23cc18e39bfa7b6 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 28 Oct 2012 08:28:24 +0100 Subject: [PATCH] Add version-switcheroo stuff todos. --- pep-0101.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pep-0101.txt b/pep-0101.txt index 0179ff0f1..7839c71cd 100644 --- a/pep-0101.txt +++ b/pep-0101.txt @@ -397,6 +397,8 @@ How to Make A Release ___ If this is a final release (even a maintenance release), also unpack the HTML docs to /data/ftp.python.org/pub/docs.python.org/release/X.Y.Z. + If it is a release of a security-fix-only version, tell the DE to + build a version with the "version switcher" and put it there. ___ Let the DE check if the docs are built and work all right. @@ -404,7 +406,8 @@ How to Make A Release docs.python.org/X.Y in the Apache config for docs.python.org, update the script Doc/tools/dailybuild.py to point to the right stable/development branches, and to install it and make the initial - checkout. + checkout. The Doc's version_switcher.js script also needs to be + updated. ___ For the extra paranoid, do a completely clean test of the release. This includes downloading the tarball from