diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bddcf765..72a180d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,12 +40,12 @@ jobs: - name: Check YAML configs run: | mirror_regexp="mirrors.d/.*.(yml|yaml)$" - if ! echo "${{ steps.files.outputs.all }}" | grep -E "${mirror_regexp}" &> /dev/null; then - # we check only the main config if PR doesn't contain any mirror config + if ! echo "${{ steps.files.outputs.added_modified }}" | grep -E "${mirror_regexp}" &> /dev/null; then + # we check only the main config if PR doesn't contain any new or modified mirror config python3.9 gh_ci/config_checker.py -sc config.yml else changed_files="" - for changed_file in ${{ steps.files.outputs.all }}; do + for changed_file in ${{ steps.files.outputs.added_modified }}; do if echo "${changed_file}" | grep -E "${mirror_regexp}" &> /dev/null; then changed_files="${changed_file} ${changed_files}" fi diff --git a/config.yml b/config.yml index 74b89c09..08b49175 100644 --- a/config.yml +++ b/config.yml @@ -4,22 +4,24 @@ allowed_outdate: 12h mirrors_dir: mirrors.d versions: - "8" - - "8.7" + - "8.8" - "9" - - "9.1" + - "9.2" # it's also used for mapping : # if a client requests only major version duplicated_versions: - "8": "8.7" - "9": "9.1" + "8": "8.8" + "9": "9.2" vault_versions: - "8.3" - "8.4" - "8.5" - "8.6" + - "8.7" - "8.7-beta" - "8.8-beta" - "9.0" + - "9.1" - "9.1-beta" - "9.2-beta" vault_mirror: http://repo.almalinux.org/vault/ @@ -40,23 +42,23 @@ repos: - name: powertools path: PowerTools/$basearch/os/ versions: - - "8.7" + - "8.8" - name: crb path: CRB/$basearch/os/ versions: - - "9.1" + - "9.2" - name: nfv path: NFV/$basearch/os/ versions: - - "8.7" - - "9.1" + - "8.8" + - "9.2" arches: - x86_64 - name: rt path: RT/$basearch/os/ versions: - - "8.7" - - "9.1" + - "8.8" + - "9.2" arches: - x86_64 - name: extras @@ -64,21 +66,21 @@ repos: - name: ha path: HighAvailability/$basearch/os/ versions: - - "8.7" + - "8.8" - name: highavailability path: HighAvailability/$basearch/os/ versions: - - "9.1" + - "9.2" - name: sap path: SAP/$basearch/os/ versions: - - "8.7" - - "9.1" + - "8.8" + - "9.2" - name: saphana path: SAPHANA/$basearch/os/ versions: - - "8.7" - - "9.1" + - "8.8" + - "9.2" - name: resilientstorage path: ResilientStorage/$basearch/os/ arches: @@ -88,16 +90,16 @@ repos: - name: devel path: devel/$basearch/os/ versions: - - "8.7" - - "9.1" + - "8.8" + - "9.2" arches: - x86_64 - aarch64 - name: plus path: plus/$basearch/os/ versions: - - "8.7" - - "9.1" + - "8.8" + - "9.2" # sources repos - name: baseos-source @@ -110,24 +112,24 @@ repos: path: PowerTools/Source/ vault: true versions: - - "8.7" + - "8.8" - name: crb-source path: CRB/Source/ vault: true versions: - - "9.1" + - "9.2" - name: nfv-source path: NFV/Source/ vault: true versions: - - "8.7" - - "9.1" + - "8.8" + - "9.2" - name: rt-source path: RT/Source/ vault: true versions: - - "8.7" - - "9.1" + - "8.8" + - "9.2" - name: extras-source path: extras/Source/ vault: true @@ -135,23 +137,23 @@ repos: path: HighAvailability/Source/ vault: true versions: - - "8.7" + - "8.8" - name: highavailability-source path: HighAvailability/Source/ vault: true versions: - - "9.1" + - "9.2" - name: sap-source path: SAP/Source/ vault: true versions: - - "8.7" - - "9.1" + - "8.8" + - "9.2" - name: saphana-source path: SAPHANA/Source/ vault: true versions: - - "8.7" + - "8.8" - name: resilientstorage-source path: ResilientStorage/Source/ vault: true @@ -159,115 +161,115 @@ repos: path: devel/Source/ vault: true versions: - - "8.7" - - "9.1" + - "8.8" + - "9.2" - name: plus-source path: plus/Source/ vault: true versions: - - "8.7" - - "9.1" + - "8.8" + - "9.2" # debug repos - name: baseos-debuginfo path: BaseOS/debug/$basearch/ vault: true versions: - - "8.7" + - "8.8" - name: baseos-debug path: BaseOS/debug/$basearch/ vault: true versions: - - "9.1" + - "9.2" - name: appstream-debuginfo path: AppStream/debug/$basearch/ vault: true versions: - - "8.7" + - "8.8" - name: appstream-debug path: AppStream/debug/$basearch/ vault: true versions: - - "9.1" + - "9.2" - name: powertools-debuginfo path: PowerTools/debug/$basearch/ vault: true versions: - - "8.7" + - "8.8" - name: crb-debug path: CRB/debug/$basearch/ vault: true versions: - - "9.1" + - "9.2" - name: nfv-debuginfo path: NFV/debug/$basearch/ vault: true versions: - - "8.7" + - "8.8" - name: nfv-debug path: NFV/debug/$basearch/ vault: true versions: - - "9.1" + - "9.2" arches: - x86_64 - name: rt-debuginfo path: RT/debug/$basearch/ vault: true versions: - - "8.7" + - "8.8" - name: rt-debug path: RT/debug/$basearch/ vault: true versions: - - "9.1" + - "9.2" arches: - x86_64 - name: extras-debuginfo path: extras/debug/$basearch/ vault: true versions: - - "8.7" + - "8.8" - name: extras-debug path: extras/debug/$basearch/ vault: true versions: - - "9.1" + - "9.2" - name: ha-debuginfo path: HighAvailability/debug/$basearch/ vault: true versions: - - "8.7" + - "8.8" - name: highavailability-debug path: HighAvailability/debug/$basearch/ vault: true versions: - - "9.1" + - "9.2" - name: sap-debug path: SAP/debug/$basearch/ vault: true versions: - - "9.1" + - "9.2" - name: saphana-debug path: SAPHANA/debug/$basearch/ vault: true versions: - - "9.1" + - "9.2" - name: sap-debuginfo path: SAP/debug/$basearch/ vault: true versions: - - "8.7" + - "8.8" - name: saphana-debuginfo path: SAPHANA/debug/$basearch/ vault: true versions: - - "8.7" + - "8.8" - name: resilientstorage-debuginfo path: ResilientStorage/debug/$basearch/ vault: true versions: - - "8.7" + - "8.8" - name: resilientstorage-debug path: ResilientStorage/debug/$basearch/ vault: true @@ -276,12 +278,12 @@ repos: - ppc64le - s390x versions: - - "9.1" + - "9.2" - name: devel-debuginfo path: devel/debug/$basearch/ vault: true versions: - - "8.7" + - "8.8" arches: - x86_64 - aarch64 @@ -289,17 +291,17 @@ repos: path: devel/debug/$basearch/ vault: true versions: - - "9.1" + - "9.2" - name: plus-debuginfo path: plus/debug/$basearch/ vault: true versions: - - "8.7" + - "8.8" - name: plus-debug path: plus/debug/$basearch/ vault: true versions: - - "9.1" + - "9.2" ## raspberry pi repos - name: raspberrypi @@ -307,17 +309,17 @@ repos: arches: - aarch64 versions: - - "8.7" + - "8.8" - name: raspberrypi-source path: raspberrypi/Source vault: true versions: - - "8.7" + - "8.8" - name: raspberrypi-debuginfo path: raspberrypi/debug/$basearch/ vault: true arches: - aarch64 versions: - - "8.7" + - "8.8" ... diff --git a/mirrors.d/alma.acidman.thelefty.org.yml b/mirrors.d/alma.acidman.thelefty.org.yml new file mode 100644 index 00000000..f2bfc71a --- /dev/null +++ b/mirrors.d/alma.acidman.thelefty.org.yml @@ -0,0 +1,15 @@ +--- +name: alma.acidman.thelefty.org +address: + http: http://alma.acidman.thelefty.org/almalinux/ + https: https://alma.acidman.thelefty.org/almalinux/ +geolocation: + continent: Asia + country: JP + city: Fukuoka +update_frequency: 3h +sponsor: Monochrome Rainbow +sponsor_url: http://www.thelefty.org/ +email: meta@almalinux.org +asn: 59105 +... diff --git a/mirrors.d/almalinux.au.ssimn.org.yml b/mirrors.d/almalinux.au.ssimn.org.yml new file mode 100644 index 00000000..418e2e78 --- /dev/null +++ b/mirrors.d/almalinux.au.ssimn.org.yml @@ -0,0 +1,13 @@ +--- +name: almalinux.au.ssimn.org +address: + http: http://almalinux.au.ssimn.org + https: https://almalinux.au.ssimn.org +geolocation: + country: AU + city: Sydney +update_frequency: 3h +sponsor: Starburst Services +sponsor_url: https://starburstservices.com +email: sysops@starburstservices.com +... \ No newline at end of file diff --git a/mirrors.d/almalinux.gb.ssimn.org.yml b/mirrors.d/almalinux.gb.ssimn.org.yml new file mode 100644 index 00000000..40ecd3d0 --- /dev/null +++ b/mirrors.d/almalinux.gb.ssimn.org.yml @@ -0,0 +1,13 @@ +--- +name: almalinux.gb.ssimn.org +address: + http: http://almalinux.gb.ssimn.org + https: https://almalinux.gb.ssimn.org +geolocation: + country: GB + city: Portsmouth +update_frequency: 3h +sponsor: Starburst Services +sponsor_url: https://starburstservices.com +email: sysops@starburstservices.com +... \ No newline at end of file diff --git a/mirrors.d/almalinux.mcn.us.ssimn.org.yml b/mirrors.d/almalinux.mcn.us.ssimn.org.yml new file mode 100644 index 00000000..fde0158e --- /dev/null +++ b/mirrors.d/almalinux.mcn.us.ssimn.org.yml @@ -0,0 +1,15 @@ +--- +name: almalinux.mcn.us.ssimn.org +address: + http: http://almalinux.mcn.us.ssimn.org + https: https://almalinux.mcn.us.ssimn.org +geolocation: + continent: North America + country: US + state_province: Georgia + city: Macon +update_frequency: 3h +sponsor: Starburst Services +sponsor_url: https://starburstservices.com +email: sysops@starburstservices.com +... \ No newline at end of file diff --git a/mirrors.d/almalinux.mirror.sfinnov.com.yml b/mirrors.d/almalinux.mirror.sfinnov.com.yml new file mode 100644 index 00000000..1c197ef9 --- /dev/null +++ b/mirrors.d/almalinux.mirror.sfinnov.com.yml @@ -0,0 +1,13 @@ +--- +name: almalinux.mirror.sfinnov.com +address: + http: http://almalinux.mirror.sfinnov.com +geolocation: + country: US + state_province: California + city: Los Angeles +update_frequency: 3h +sponsor: SF Innovations Inc +sponsor_url: https://sfinnov.com/ +email: noc@sfinnov.com +... diff --git a/mirrors.d/almalinux.starbursthosting.co.uk.yml b/mirrors.d/almalinux.starbursthosting.co.uk.yml deleted file mode 100644 index 058a4d60..00000000 --- a/mirrors.d/almalinux.starbursthosting.co.uk.yml +++ /dev/null @@ -1,13 +0,0 @@ ---- -name: almalinux.starbursthosting.co.uk -address: - http: http://almalinux.starbursthosting.co.uk - https: https://almalinux.starbursthosting.co.uk -update_frequency: 3h -sponsor: Starburst Services -sponsor_url: https://starbursthosting.co.uk -email: sysops@starbursthosting.com -geolocation: - continent: Europe - country: GB - city: Portsmouth \ No newline at end of file diff --git a/mirrors.d/almalinux.starbursthosting.com.yml b/mirrors.d/almalinux.starbursthosting.com.yml deleted file mode 100644 index 1daa42d8..00000000 --- a/mirrors.d/almalinux.starbursthosting.com.yml +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: almalinux.starbursthosting.com -address: - http: http://almalinux.starbursthosting.com - https: https://almalinux.starbursthosting.com -update_frequency: 3h -sponsor: Starburst Services -sponsor_url: https://starburstservices.com -email: sysops@starbursthosting.com -geolocation: - continent: North America - country: US - state_province: Missouri - city: St. Louis \ No newline at end of file diff --git a/mirrors.d/almalinux.stl.us.ssimn.org.yml b/mirrors.d/almalinux.stl.us.ssimn.org.yml new file mode 100644 index 00000000..ab05f711 --- /dev/null +++ b/mirrors.d/almalinux.stl.us.ssimn.org.yml @@ -0,0 +1,15 @@ +--- +name: almalinux.stl.us.ssimn.org +address: + http: http://almalinux.stl.us.ssimn.org + https: https://almalinux.stl.us.ssimn.org +geolocation: + continent: North America + country: US + state_province: Missouri + city: St. Louis +update_frequency: 3h +sponsor: Starburst Services +sponsor_url: https://starburstservices.com +email: sysops@starburstservices.com +... \ No newline at end of file diff --git a/mirrors.d/almalinux.syd.mirrors.starburstservices.net.yml b/mirrors.d/almalinux.syd.mirrors.starburstservices.net.yml deleted file mode 100644 index 9893eefe..00000000 --- a/mirrors.d/almalinux.syd.mirrors.starburstservices.net.yml +++ /dev/null @@ -1,13 +0,0 @@ ---- -name: almalinux.syd.mirrors.starburstservices.net -address: - http: http://almalinux.syd.mirrors.starburstservices.net - https: https://almalinux.syd.mirrors.starburstservices.net -update_frequency: 3h -sponsor: Starburst Services -sponsor_url: https://starburstservices.com -email: sysops@starburstservices.com -geolocation: - continent: Australia - country: AU - city: Sydney \ No newline at end of file diff --git a/mirrors.d/divergentnetworks.mm.fcix.net.yml b/mirrors.d/divergentnetworks.mm.fcix.net.yml new file mode 100644 index 00000000..9fd4608b --- /dev/null +++ b/mirrors.d/divergentnetworks.mm.fcix.net.yml @@ -0,0 +1,18 @@ +--- +name: divergentnetworks.mm.fcix.net +address: + http: http://divergentnetworks.mm.fcix.net/almalinux/ + https: https://divergentnetworks.mm.fcix.net/almalinux/ + rsync: rsync://divergentnetworks.mm.fcix.net/almalinux/ +update_frequency: 2h +sponsor: Fremont Cabal Internet Exchange +sponsor_url: https://fcix.net/ +email: mirror@fcix.net +geolocation: + country: GB + state_province: Cambridgeshire + city: Peterborough +private: false +monopoly: false +asn: 50391 +... diff --git a/mirrors.d/ftp.ps.pl.yaml b/mirrors.d/ftp.ps.pl.yaml deleted file mode 100644 index 2a23c518..00000000 --- a/mirrors.d/ftp.ps.pl.yaml +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: ftp.ps.pl -address: - http: http://ftp.ps.pl/pub/Linux/almalinux/ - https: https://ftp.ps.pl/pub/Linux/almalinux/ - ftp: ftp://ftp.ps.pl/pub/Linux/almalinux/ -geolocation: - continent: Europe - country: PL - city: Szczecin -update_frequency: 4h -sponsor: West Pomeranian University of Technology in Szczecin -sponsor_url: https://www.zut.edu.pl -email: adam@popik.eu -private: false -asn: 8286 diff --git a/mirrors.d/ftp.psnc.pl.yml b/mirrors.d/ftp.psnc.pl.yml new file mode 100644 index 00000000..7a60cbac --- /dev/null +++ b/mirrors.d/ftp.psnc.pl.yml @@ -0,0 +1,13 @@ +--- +name: ftp.psnc.pl +address: + http: http://ftp.psnc.pl/linux/almalinux/ + https: https://ftp.psnc.pl/linux/almalinux/ +geolocation: + country: PL + city: Poznan +update_frequency: 3h +sponsor: Poznan Supercomputing and Networking Center +sponsor_url: https://www.psnc.pl/ +email: mirrors@man.poznan.pl +... \ No newline at end of file diff --git a/mirrors.d/homeserver.zelgray.work.yml b/mirrors.d/homeserver.zelgray.work.yml new file mode 100644 index 00000000..076ba891 --- /dev/null +++ b/mirrors.d/homeserver.zelgray.work.yml @@ -0,0 +1,19 @@ +--- +name: homeserver.zelgray.work +address: + http: http://homeserver.zelgray.work/almalinux/ +update_frequency: 1h +sponsor: homeserver.zelgray.work +sponsor_url: homeserver.zelgray.work +email: zel.gray@gmail.com +geolocation: + continent: Europe + country: UA + state_province: Cherkasy + city: Cherkasy +private: true +monopoly: true +subnets: + - 77.121.201.30/32 +asn: 25229 +... diff --git a/mirrors.d/ir.almalinux.sindad.cloud.yml b/mirrors.d/ir.almalinux.sindad.cloud.yml new file mode 100644 index 00000000..69b54c2b --- /dev/null +++ b/mirrors.d/ir.almalinux.sindad.cloud.yml @@ -0,0 +1,16 @@ +--- +name: mirror.sindad.cloud +address: + http: http://ir.almalinux.sindad.cloud + https: https://ir.almalinux.sindad.cloud + rsync: rsync://ir.almalinux.sindad.cloud/almalinux +update_frequency: 3h +geolocation: + continent: Asia + country: IR + state_province: Tehran + city: Tehran +sponsor: Sindad LLC +sponsor_url: https://sindad.com +email: noc@sindad.com +... diff --git a/mirrors.d/is.mirror.flokinet.net.yml b/mirrors.d/is.mirror.flokinet.net.yml new file mode 100644 index 00000000..7823b0fa --- /dev/null +++ b/mirrors.d/is.mirror.flokinet.net.yml @@ -0,0 +1,15 @@ +--- +name: mirror.flokinet.net +address: + http: http://is.mirror.flokinet.net/almalinux/ + https: https://is.mirror.flokinet.net/almalinux/ + rsync: rsync://is.mirror.flokinet.net/almalinux +geolocation: + country: IS + state_province: Capital Region + city: Reykjavík +update_frequency: 3h +sponsor: FlokiNET +sponsor_url: https://flokinet.is +email: noc@flokinet.is +... diff --git a/mirrors.d/mirror.altushost.se.yml b/mirrors.d/mirror.altushost.se.yml new file mode 100644 index 00000000..55c18da2 --- /dev/null +++ b/mirrors.d/mirror.altushost.se.yml @@ -0,0 +1,12 @@ +--- +name: mirror.se.altushost.com +address: + http: http://mirror.se.altushost.com/almalinux/ + https: https://mirror.se.altushost.com/almalinux/ +geolocation: + country: SE +update_frequency: 4h +sponsor: AltusHost B.V. +sponsor_url: https://www.altushost.com/ +email: mirrors@altushost.com +... diff --git a/mirrors.d/mirror.bahnhof.net.yml b/mirrors.d/mirror.bahnhof.net.yml new file mode 100644 index 00000000..ca1203dc --- /dev/null +++ b/mirrors.d/mirror.bahnhof.net.yml @@ -0,0 +1,15 @@ +--- +name: mirror.bahnhof.net +address: + http: http://mirror.bahnhof.net/pub/almalinux/ + https: https://mirror.bahnhof.net/pub/almalinux/ + rsync: rsync://mirror.bahnhof.net/almalinux/ + ftp: ftp://mirror.bahnhof.net/pub/almalinux/ +update_frequency: 3h +sponsor: Bahnhof +sponsor_url: https://www.bahnhof.net +email: mirror-admin@bahnhof.net +geolocation: + country: SE + city: Stockholm +... diff --git a/mirrors.d/mirror.docker.ru.yml b/mirrors.d/mirror.docker.ru.yml new file mode 100644 index 00000000..0f6d2444 --- /dev/null +++ b/mirrors.d/mirror.docker.ru.yml @@ -0,0 +1,15 @@ +--- +name: mirror.docker.ru +address: + http: http://mirror.docker.ru/almalinux/ + https: https://mirror.docker.ru/almalinux/ + rsync: rsync://mirror.docker.ru/almalinux/ +geolocation: + country: RU + state_province: Moscow + city: Moscow +update_frequency: 2h +sponsor: docker +sponsor_url: https://docker.ru +email: mirror@docker.ru +... diff --git a/mirrors.d/mirror.flokinet.net.yml b/mirrors.d/mirror.flokinet.net.yml deleted file mode 100644 index 1123f0f9..00000000 --- a/mirrors.d/mirror.flokinet.net.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -name: mirror.flokinet.net -address: - http: http://mirror.flokinet.net/almalinux/ - https: https://mirror.flokinet.net/almalinux/ - rsync: rsync://mirror.flokinet.net/almalinux -geolocation: - country: RO - state_province: - city: Bucharest -update_frequency: 3h -sponsor: FlokiNET -sponsor_url: https://flokinet.is -email: noc@flokinet.is -... diff --git a/mirrors.d/mirror.hyperdedic.ru.yml b/mirrors.d/mirror.hyperdedic.ru.yml new file mode 100644 index 00000000..f1510b09 --- /dev/null +++ b/mirrors.d/mirror.hyperdedic.ru.yml @@ -0,0 +1,15 @@ +--- +name: mirror.hyperdedic.ru +address: + http: http://mirror.hyperdedic.ru/almalinux/ + https: https://mirror.hyperdedic.ru/almalinux/ + rsync: rsync://mirror.hyperdedic.ru/almalinux/ +geolocation: + country: RU + state_province: Moscow + city: Moscow +update_frequency: 6h +sponsor: HyperDedic +sponsor_url: https://hyperdedic.ru/ +email: support@hyperdedic.ru +... diff --git a/mirrors.d/mirror.jingk.ai.yml b/mirrors.d/mirror.jingk.ai.yml new file mode 100644 index 00000000..2bab0e7b --- /dev/null +++ b/mirrors.d/mirror.jingk.ai.yml @@ -0,0 +1,14 @@ +--- +name: mirror.jingk.ai +address: + http: http://mirror.jingk.ai/almalinux/ + https: https://mirror.jingk.ai/almalinux/ + rsync: rsync://mirror.jingk.ai/almalinux/ +geolocation: + country: SG + state_province: Singapore + city: Singapore +update_frequency: 3h +sponsor: Jingkai Tan +sponsor_url: https://jingk.ai +email: contact@jingk.ai diff --git a/mirrors.d/mirror.misakamikoto.network.yml b/mirrors.d/mirror.misakamikoto.network.yml deleted file mode 100644 index 50e6e90b..00000000 --- a/mirrors.d/mirror.misakamikoto.network.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -name: mirror.misakamikoto.network -address: - http: http://mirror.misakamikoto.network/almalinux/ - https: https://mirror.misakamikoto.network/almalinux/ - rsync: rsync://rsync.misakamikoto.network/almalinux/ -geolocation: - country: KR - state_province: Gyeongsangbuk-do - city: Yeongcheon-si -update_frequency: 6h -sponsor: Misaka Mikoto Network -sponsor_url: https://misakamikoto.network/ -email: maintainer@misakamikoto.network -... diff --git a/mirrors.d/mirror.ph.net.tr.yml b/mirrors.d/mirror.ph.net.tr.yml new file mode 100644 index 00000000..864fdafc --- /dev/null +++ b/mirrors.d/mirror.ph.net.tr.yml @@ -0,0 +1,14 @@ +--- +name: mirror.ph.net.tr +address: + http: http://mirror.ph.net.tr/almalinux/ + https: https://mirror.ph.net.tr/almalinux/ +geolocation: + country: TR + state_province: Bursa Province + city: Bursa +update_frequency: 3h +sponsor: Poyraz Hosting +sponsor_url: https://poyrazhosting.com.tr +email: mert@poyrazhosting.com.tr +... diff --git a/mirrors.d/mirror.pulsant.com.yml b/mirrors.d/mirror.pulsant.com.yml new file mode 100644 index 00000000..596e938a --- /dev/null +++ b/mirrors.d/mirror.pulsant.com.yml @@ -0,0 +1,14 @@ +--- +name: mirror.pulsant.com +address: + http: http://mirror.pulsant.com/sites/almalinux/ + https: https://mirror.pulsant.com/sites/almalinux/ +geolocation: + country: GB + state_province: Buckinghamshire + city: Milton Keynes +update_frequency: 3h +sponsor: Pulsant Ltd +sponsor_url: https://www.pulsant.com +email: mirrors@pulsant.com +... \ No newline at end of file diff --git a/mirrors.d/mirror.serverfreak.com.yml b/mirrors.d/mirror.serverfreak.com.yml new file mode 100644 index 00000000..c992e376 --- /dev/null +++ b/mirrors.d/mirror.serverfreak.com.yml @@ -0,0 +1,15 @@ +--- +name: mirror.serverfreak.com +address: + http: http://mirror.serverfreak.com/almalinux/ + https: https://mirror.serverfreak.com/almalinux/ + rsync: rsync://mirror.serverfreak.com/almalinux +geolocation: + country: MY + state_province: Selangor + city: Cyberjaya +update_frequency: 3h +sponsor: ServerFreak Technologies Sdn Bhd +sponsor_url: https://www.web-hosting.net.my +email: rick@serverfreak.com +... diff --git a/mirrors.d/mirror.web4africa.co.za.yml b/mirrors.d/mirror.web4africa.co.za.yml new file mode 100644 index 00000000..4b776bb2 --- /dev/null +++ b/mirrors.d/mirror.web4africa.co.za.yml @@ -0,0 +1,18 @@ +--- +name: mirror.web4africa.co.za +address: + http: http://mirror.web4africa.co.za/almalinux/ + https: https://mirror.web4africa.co.za/almalinux/ + rsync: rsync://mirror.web4africa.co.za/almalinux/ +update_frequency: 1h +sponsor: Web4Africa +sponsor_url: https://web4africa.com +email: info@web4africa.net +geolocation: + continent: Africa + country: ZA + state_province: Gauteng + city: Johannesburg +private: false +monopoly: false +asn: 327813 diff --git a/mirrors.d/mirror.yuki.net.uk.yml b/mirrors.d/mirror.yuki.net.uk.yml new file mode 100644 index 00000000..d549a6cc --- /dev/null +++ b/mirrors.d/mirror.yuki.net.uk.yml @@ -0,0 +1,15 @@ +--- +name: mirror.yuki.net.uk +address: + http: http://mirror.yuki.net.uk/almalinux/ + https: https://mirror.yuki.net.uk/almalinux/ + rsync: rsync://rsync.yuki.net.uk/almalinux/ +geolocation: + country: KR + state_province: Seoul + city: Seoul +update_frequency: 6h +sponsor: Yuki Network LTD +sponsor_url: https://yuki.net.uk/ +email: noc@yuki.net.uk +... diff --git a/mirrors.d/mirrors.rda.run.yml b/mirrors.d/mirrors.rda.run.yml new file mode 100644 index 00000000..678477be --- /dev/null +++ b/mirrors.d/mirrors.rda.run.yml @@ -0,0 +1,14 @@ +--- +name: mirrors.rda.run +address: + https: https://mirrors.rda.run/almalinux/ +geolocation: + continent: South America + country: BR + state_province: Rio Grande do Sul + city: Brochier +update_frequency: 3h +sponsor: Rodrigo de Avila +sponsor_url: https://rda.run +email: mirrors@rda.run +... diff --git a/mirrors.d/mr.heru.id.yml b/mirrors.d/mr.heru.id.yml index bb4648eb..f9ebf674 100644 --- a/mirrors.d/mr.heru.id.yml +++ b/mirrors.d/mr.heru.id.yml @@ -7,7 +7,7 @@ geolocation: country: ID state_province: DKI Jakarta city: Jakarta -update_frequency: 4h +update_frequency: 3h sponsor: heru.id sponsor_url: https://heru.id/ email: me@heru.id diff --git a/mirrors.d/ro.mirror.flokinet.net.yml b/mirrors.d/ro.mirror.flokinet.net.yml new file mode 100644 index 00000000..3ab3e35d --- /dev/null +++ b/mirrors.d/ro.mirror.flokinet.net.yml @@ -0,0 +1,15 @@ +--- +name: ro.mirror.flokinet.net +address: + http: http://ro.mirror.flokinet.net/almalinux/ + https: https://ro.mirror.flokinet.net/almalinux/ + rsync: rsync://ro.mirror.flokinet.net/almalinux +geolocation: + country: RO + state_province: + city: Bucharest +update_frequency: 3h +sponsor: FlokiNET +sponsor_url: https://flokinet.is +email: noc@flokinet.is +...