aboutsummaryrefslogtreecommitdiff
blob: 4fdb0c932531497fc39bbc33b8e13b43897a0f87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
%YAML 1.1
---
# For historical reasons, Gentoo mirrors were not coded by correct ISO3166
# codes, but instead use TLD country codes. This led to a few discrepencies
# like UK instead of GB.
#
# The country names have also changed over time, e.g. "Czech Republic" became "Czechia"
#
# See bug 831807 for more context https://bugs.gentoo.org/831807
#
# The hash key here is the gentoo mirror alpha code, not the iso code.
AU: { iso3166-alpha-2: AU, gentoo-mirrors-alpha-2: AU, country-name: "Australia", region: "Australia and Oceania" }
BE: { iso3166-alpha-2: BE, gentoo-mirrors-alpha-2: BE, country-name: "Belgium", region: "Europe" }
BG: { iso3166-alpha-2: BG, gentoo-mirrors-alpha-2: BG, country-name: "Bulgaria", region: "Europe" }
BR: { iso3166-alpha-2: BR, gentoo-mirrors-alpha-2: BR, country-name: "Brazil", region: "South America" }
CA: { iso3166-alpha-2: CA, gentoo-mirrors-alpha-2: CA, country-name: "Canada", region: "North America" }
CH: { iso3166-alpha-2: CH, gentoo-mirrors-alpha-2: CH, country-name: "Switzerland", region: "Europe" }
CL: { iso3166-alpha-2: CL, gentoo-mirrors-alpha-2: CL, country-name: "Chile", region: "South America" }
CN: { iso3166-alpha-2: CN, gentoo-mirrors-alpha-2: CN, country-name: "China", region: "Asia" }
CZ: { iso3166-alpha-2: CZ, gentoo-mirrors-alpha-2: CZ, country-name: "Czechia", region: "Europe" }
DE: { iso3166-alpha-2: DE, gentoo-mirrors-alpha-2: DE, country-name: "Germany", region: "Europe" }
DK: { iso3166-alpha-2: DK, gentoo-mirrors-alpha-2: DK, country-name: "Denmark", region: "Europe" }
ES: { iso3166-alpha-2: ES, gentoo-mirrors-alpha-2: ES, country-name: "Spain", region: "Europe" }
FR: { iso3166-alpha-2: FR, gentoo-mirrors-alpha-2: FR, country-name: "France", region: "Europe" }
GR: { iso3166-alpha-2: GR, gentoo-mirrors-alpha-2: GR, country-name: "Greece", region: "Europe" }
HK: { iso3166-alpha-2: HK, gentoo-mirrors-alpha-2: HK, country-name: "Hong Kong", region: "Asia" }
IL: { iso3166-alpha-2: IL, gentoo-mirrors-alpha-2: IL, country-name: "Israel", region: "Middle East" }
IT: { iso3166-alpha-2: IT, gentoo-mirrors-alpha-2: IT, country-name: "Italy", region: "Europe" }
JP: { iso3166-alpha-2: JP, gentoo-mirrors-alpha-2: JP, country-name: "Japan", region: "Asia" }
KR: { iso3166-alpha-2: KR, gentoo-mirrors-alpha-2: KR, country-name: "Korea", region: "Asia" }
KZ: { iso3166-alpha-2: KZ, gentoo-mirrors-alpha-2: KZ, country-name: "Kazakhstan", region: "Middle East" }
LU: { iso3166-alpha-2: LU, gentoo-mirrors-alpha-2: LU, country-name: "Luxembourg", region: "Europe" }
NA: { iso3166-alpha-2: NA, gentoo-mirrors-alpha-2: NA, country-name: "Namibia", region: "Africa" }
NC: { iso3166-alpha-2: NC, gentoo-mirrors-alpha-2: NC, country-name: "New Caledonia", region: "Australia and Oceania" }
NL: { iso3166-alpha-2: NL, gentoo-mirrors-alpha-2: NL, country-name: "Netherlands", region: "Europe" }
PH: { iso3166-alpha-2: PH, gentoo-mirrors-alpha-2: PH, country-name: "Philippines", region: "Asia" }
PL: { iso3166-alpha-2: PL, gentoo-mirrors-alpha-2: PL, country-name: "Poland", region: "Europe" }
PT: { iso3166-alpha-2: PT, gentoo-mirrors-alpha-2: PT, country-name: "Portugal", region: "Europe" }
RO: { iso3166-alpha-2: RO, gentoo-mirrors-alpha-2: RO, country-name: "Romania", region: "Europe" }
RU: { iso3166-alpha-2: RU, gentoo-mirrors-alpha-2: RU, country-name: "Russia", region: "Asia" }
SE: { iso3166-alpha-2: SE, gentoo-mirrors-alpha-2: SE, country-name: "Sweden", region: "Europe" }
SG: { iso3166-alpha-2: SG, gentoo-mirrors-alpha-2: SG, country-name: "Singapore", region: "Asia" }
SK: { iso3166-alpha-2: SK, gentoo-mirrors-alpha-2: SK, country-name: "Slovakia", region: "Europe" }
TR: { iso3166-alpha-2: TR, gentoo-mirrors-alpha-2: TR, country-name: "Türkiye (Turkey)", region: "Europe" }
TW: { iso3166-alpha-2: TW, gentoo-mirrors-alpha-2: TW, country-name: "Taiwan", region: "Asia" }
UA: { iso3166-alpha-2: UA, gentoo-mirrors-alpha-2: UA, country-name: "Ukraine", region: "Europe" }
UK: { iso3166-alpha-2: GB, gentoo-mirrors-alpha-2: UK, country-name: "United Kingdom (UK)", region: "Europe" }
US: { iso3166-alpha-2: US, gentoo-mirrors-alpha-2: US, country-name: "United States of America (USA)", region: "North America" }
ZA: { iso3166-alpha-2: ZA, gentoo-mirrors-alpha-2: ZA, country-name: "South Africa", region: "Africa" }
---