Skip to content

Commit

Permalink
Replace AlmaLinux references
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Aronowski committed Sep 19, 2022
1 parent d35fe78 commit 28db8f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/isos.md
Original file line number Diff line number Diff line change
@@ -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.

<Content :page-key="$site.pages.find(p => p.path === '/internal/isos.html').key"/>
<Content :page-key="$site.pages.find(p => p.path === '/internal/isos.html').key"/>
6 changes: 3 additions & 3 deletions mirrors_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit 28db8f1

Please sign in to comment.