]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-96729: Ensure installers built with Tools/msi/buildrelease.bat have matching UUIDs...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 14 Sep 2022 15:59:34 +0000 (08:59 -0700)
committerPablo Galindo <pablogsal@gmail.com>
Sat, 22 Oct 2022 19:54:18 +0000 (20:54 +0100)
(cherry picked from commit 662782e95f97d26bd57b3edc6aaf674e30899f44)

Co-authored-by: adang1345 <adang1345@gmail.com>
Misc/NEWS.d/next/Build/2022-09-11-14-23-49.gh-issue-96729.W4uBWL.rst [new file with mode: 0644]
Tools/msi/buildrelease.bat

diff --git a/Misc/NEWS.d/next/Build/2022-09-11-14-23-49.gh-issue-96729.W4uBWL.rst b/Misc/NEWS.d/next/Build/2022-09-11-14-23-49.gh-issue-96729.W4uBWL.rst
new file mode 100644 (file)
index 0000000..b67cd20
--- /dev/null
@@ -0,0 +1,2 @@
+Ensure that Windows releases built with ``Tools\msi\buildrelease.bat`` are
+upgradable to and from official Python releases.
index ccec4da12c4285c10a654d64f6b0c72c2d0f6773..839f6204d9e0b2b52de4a5d8bbc4a54672a1d25b 100644 (file)
@@ -12,7 +12,9 @@ rem
 rem The following substitutions will be applied to the release URI:
 rem     Variable        Description         Example
 rem     {arch}          architecture        amd64, win32
-set RELEASE_URI=https://www.python.org/{arch}
+rem Do not change the scheme to https. Otherwise, releases built with this
+rem script will not be upgradable to/from official releases of Python.
+set RELEASE_URI=http://www.python.org/{arch}
 
 rem This is the URL that will be used to download installation files.
 rem The files available from the default URL *will* conflict with your