diff --git a/docs/isos.md b/docs/isos.md index bbe4190c..991debab 100644 --- a/docs/isos.md +++ b/docs/isos.md @@ -1,6 +1,6 @@ -# AlmaLinux ISOs links +# EuroLinux ISOs links Here are you can find the list of available architectures and versions on the mirrors. Also you can use a BitTorrent file for downloading ISOs. It should be faster than using direct downloading from the mirrors. A .torrent file can be found from any mirror in ISOs folder. - \ No newline at end of file + diff --git a/mirrors_update.py b/mirrors_update.py index 4012161a..c72dc07c 100755 --- a/mirrors_update.py +++ b/mirrors_update.py @@ -91,11 +91,11 @@ # set User-Agent for python-requests HEADERS = { - 'User-Agent': 'libdnf (AlmaLinux 8.3; generic; Linux.x86_64)' + 'User-Agent': 'libdnf (EuroLinux 8.3; generic; Linux.x86_64)' } # the list of mirrors which should be always available WHITELIST_MIRRORS = ( - 'repo.almalinux.org', + 'fbi2.cdn.euro-linux.com', ) GEOPIP_DB = 'geoip_db.mmdb' NUMBER_OF_PROCESSES_FOR_MIRRORS_CHECK = 15 @@ -490,7 +490,7 @@ def generate_isos_list( 'a' ) as current_isos_file: current_isos_file.write( - '# AlmaLinux ISOs links \n' + '# EuroLinux ISOs links \n' 'Here are you can find the list of ' 'ISOs links for architecture/version' f' `{arch}/{version}` for all of mirrors. \n'