mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
Improve CDN purge script (GH-25251)
This commit is contained in:
parent
7215d1ae25
commit
e35dd556e1
1 changed files with 3 additions and 0 deletions
|
|
@ -65,7 +65,10 @@ PATHS = [
|
|||
"python-{}-webinstall.exe".format(m.group(0)),
|
||||
"python-{}-amd64.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]
|
||||
PATHS = PATHS + [p + ".asc" for p in PATHS]
|
||||
|
||||
print('Purged:')
|
||||
for n in PATHS:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue