mirror of
https://github.com/python/cpython.git
synced 2025-10-03 05:35:59 +00:00
gh-96729: Ensure installers built with Tools/msi/buildrelease.bat have matching UUIDs with official releases (GH-96755)
(cherry picked from commit 662782e95f
)
Co-authored-by: adang1345 <adang1345@gmail.com>
This commit is contained in:
parent
a0685136dc
commit
fe4f2f9a6b
2 changed files with 5 additions and 1 deletions
|
@ -0,0 +1,2 @@
|
|||
Ensure that Windows releases built with ``Tools\msi\buildrelease.bat`` are
|
||||
upgradable to and from official Python releases.
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue