Skip to content

Commit 5f80206

Browse files
authored
SOLR-17245 Download KEYS from downloads server (#2623)
1 parent affd06e commit 5f80206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-tools/scripts/releaseWizard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1123,7 +1123,7 @@ def file_to_string(filename):
11231123
return f.read().strip()
11241124

11251125
def download_keys():
1126-
download('KEYS', "https://archive.apache.org/dist/solr/KEYS", state.config_path)
1126+
download('KEYS', "https://downloads.apache.org/solr/KEYS", state.config_path)
11271127

11281128
def keys_downloaded():
11291129
return os.path.exists(os.path.join(state.config_path, "KEYS"))

0 commit comments

Comments
 (0)