mirror of
https://github.com/python/cpython.git
synced 2025-09-29 11:45:57 +00:00
Improve CDN purge script (GH-25251) (#25254)
(cherry picked from commit e35dd556e1
)
Co-authored-by: Steve Dower <steve.dower@python.org>
Co-authored-by: Steve Dower <steve.dower@python.org>
This commit is contained in:
parent
9a165399ae
commit
2178afffc0
1 changed files with 3 additions and 0 deletions
|
@ -65,7 +65,10 @@ PATHS = [
|
||||||
"python-{}-webinstall.exe".format(m.group(0)),
|
"python-{}-webinstall.exe".format(m.group(0)),
|
||||||
"python-{}-amd64.exe".format(m.group(0)),
|
"python-{}-amd64.exe".format(m.group(0)),
|
||||||
"python-{}-amd64-webinstall.exe".format(m.group(0)),
|
"python-{}-amd64-webinstall.exe".format(m.group(0)),
|
||||||
|
"python-{}-embed-amd64.zip".format(m.group(0)),
|
||||||
|
"python-{}-embed-win32.zip".format(m.group(0)),
|
||||||
] + ["win32{}/{}".format(REL, f) for f in FILES] + ["amd64{}/{}".format(REL, f) for f in FILES]
|
] + ["win32{}/{}".format(REL, f) for f in FILES] + ["amd64{}/{}".format(REL, f) for f in FILES]
|
||||||
|
PATHS = PATHS + [p + ".asc" for p in PATHS]
|
||||||
|
|
||||||
print('Purged:')
|
print('Purged:')
|
||||||
for n in PATHS:
|
for n in PATHS:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue