diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d5bb9fa..1ee7964e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,8 @@ jobs: - name: Check YAML configs run: | - mirror_regexp="mirrors.d/.*.(yml)$" + set -x + mirror_regexp="mirrors.d/.*.(yml)" modified_files="${{ steps.files.outputs.added_modified }} ${{steps.files.outputs.renamed}}" if ! echo "${modified_files}" | grep -E "${mirror_regexp}" &> /dev/null; then # we check only the main config if PR doesn't contain any new or modified mirror config @@ -47,7 +48,7 @@ jobs: else changed_files="" for changed_file in ${modified_files}; do - if echo "${changed_file}" | grep -E "${mirror_regexp}" &> /dev/null; then + if echo "${changed_file}" | grep -E "${mirror_regexp}$" &> /dev/null; then changed_files="${changed_file} ${changed_files}" elif echo "${changed_file}" | grep "mirrors.d" &> /dev/null; then echo "You add a config with wrong extension. Should be *.yml" diff --git a/config.yml b/config.yml index 3da17417..68c2b173 100644 --- a/config.yml +++ b/config.yml @@ -4,27 +4,32 @@ allowed_outdate: 12h mirrors_dir: mirrors.d versions: - "8" - - "8.8" + - "8.9" - "9" - - "9.2" + - "9.3" # it's also used for mapping : # if a client requests only major version duplicated_versions: - "8": "8.8" - "9": "9.2" + "8": "8.9" + "9": "9.3" vault_versions: - "8.3" - "8.4" - "8.5" - "8.6" - "8.7" + - "8.8" - "8.7-beta" - "8.8-beta" + - "8.9-beta" + - "8.10-beta" - "9.0" - "9.1" + - "9.2" - "9.1-beta" - "9.2-beta" - "9.3-beta" + - "9.4-beta" vault_mirror: http://repo.almalinux.org/vault/ arches: - x86_64 @@ -43,23 +48,23 @@ repos: - name: powertools path: PowerTools/$basearch/os/ versions: - - "8.8" + - "8.9" - name: crb path: CRB/$basearch/os/ versions: - - "9.2" + - "9.3" - name: nfv path: NFV/$basearch/os/ versions: - - "8.8" - - "9.2" + - "8.9" + - "9.3" arches: - x86_64 - name: rt path: RT/$basearch/os/ versions: - - "8.8" - - "9.2" + - "8.9" + - "9.3" arches: - x86_64 - name: extras @@ -67,21 +72,21 @@ repos: - name: ha path: HighAvailability/$basearch/os/ versions: - - "8.8" + - "8.9" - name: highavailability path: HighAvailability/$basearch/os/ versions: - - "9.2" + - "9.3" - name: sap path: SAP/$basearch/os/ versions: - - "8.8" - - "9.2" + - "8.9" + - "9.3" - name: saphana path: SAPHANA/$basearch/os/ versions: - - "8.8" - - "9.2" + - "8.9" + - "9.3" - name: resilientstorage path: ResilientStorage/$basearch/os/ arches: @@ -91,21 +96,21 @@ repos: - name: devel path: devel/$basearch/os/ versions: - - "8.8" - - "9.2" + - "8.9" + - "9.3" arches: - x86_64 - aarch64 - name: plus path: plus/$basearch/os/ versions: - - "8.8" - - "9.2" + - "8.9" + - "9.3" - name: synergy path: synergy/$basearch/os/ versions: - - "8.8" - - "9.2" + - "8.9" + - "9.3" # sources repos - name: baseos-source @@ -118,24 +123,24 @@ repos: path: PowerTools/Source/ vault: true versions: - - "8.8" + - "8.9" - name: crb-source path: CRB/Source/ vault: true versions: - - "9.2" + - "9.3" - name: nfv-source path: NFV/Source/ vault: true versions: - - "8.8" - - "9.2" + - "8.9" + - "9.3" - name: rt-source path: RT/Source/ vault: true versions: - - "8.8" - - "9.2" + - "8.9" + - "9.3" - name: extras-source path: extras/Source/ vault: true @@ -143,23 +148,23 @@ repos: path: HighAvailability/Source/ vault: true versions: - - "8.8" + - "8.9" - name: highavailability-source path: HighAvailability/Source/ vault: true versions: - - "9.2" + - "9.3" - name: sap-source path: SAP/Source/ vault: true versions: - - "8.8" - - "9.2" + - "8.9" + - "9.3" - name: saphana-source path: SAPHANA/Source/ vault: true versions: - - "8.8" + - "8.9" - name: resilientstorage-source path: ResilientStorage/Source/ vault: true @@ -167,121 +172,121 @@ repos: path: devel/Source/ vault: true versions: - - "8.8" - - "9.2" + - "8.9" + - "9.3" - name: plus-source path: plus/Source/ vault: true versions: - - "8.8" - - "9.2" + - "8.9" + - "9.3" - name: synergy-source path: synergy/Source/ vault: true versions: - - "8.8" - - "9.2" + - "8.9" + - "9.3" # debug repos - name: baseos-debuginfo path: BaseOS/debug/$basearch/ vault: true versions: - - "8.8" + - "8.9" - name: baseos-debug path: BaseOS/debug/$basearch/ vault: true versions: - - "9.2" + - "9.3" - name: appstream-debuginfo path: AppStream/debug/$basearch/ vault: true versions: - - "8.8" + - "8.9" - name: appstream-debug path: AppStream/debug/$basearch/ vault: true versions: - - "9.2" + - "9.3" - name: powertools-debuginfo path: PowerTools/debug/$basearch/ vault: true versions: - - "8.8" + - "8.9" - name: crb-debug path: CRB/debug/$basearch/ vault: true versions: - - "9.2" + - "9.3" - name: nfv-debuginfo path: NFV/debug/$basearch/ vault: true versions: - - "8.8" + - "8.9" - name: nfv-debug path: NFV/debug/$basearch/ vault: true versions: - - "9.2" + - "9.3" arches: - x86_64 - name: rt-debuginfo path: RT/debug/$basearch/ vault: true versions: - - "8.8" + - "8.9" - name: rt-debug path: RT/debug/$basearch/ vault: true versions: - - "9.2" + - "9.3" arches: - x86_64 - name: extras-debuginfo path: extras/debug/$basearch/ vault: true versions: - - "8.8" + - "8.9" - name: extras-debug path: extras/debug/$basearch/ vault: true versions: - - "9.2" + - "9.3" - name: ha-debuginfo path: HighAvailability/debug/$basearch/ vault: true versions: - - "8.8" + - "8.9" - name: highavailability-debug path: HighAvailability/debug/$basearch/ vault: true versions: - - "9.2" + - "9.3" - name: sap-debug path: SAP/debug/$basearch/ vault: true versions: - - "9.2" + - "9.3" - name: saphana-debug path: SAPHANA/debug/$basearch/ vault: true versions: - - "9.2" + - "9.3" - name: sap-debuginfo path: SAP/debug/$basearch/ vault: true versions: - - "8.8" + - "8.9" - name: saphana-debuginfo path: SAPHANA/debug/$basearch/ vault: true versions: - - "8.8" + - "8.9" - name: resilientstorage-debuginfo path: ResilientStorage/debug/$basearch/ vault: true versions: - - "8.8" + - "8.9" - name: resilientstorage-debug path: ResilientStorage/debug/$basearch/ vault: true @@ -290,12 +295,12 @@ repos: - ppc64le - s390x versions: - - "9.2" + - "9.3" - name: devel-debuginfo path: devel/debug/$basearch/ vault: true versions: - - "8.8" + - "8.9" arches: - x86_64 - aarch64 @@ -303,23 +308,23 @@ repos: path: devel/debug/$basearch/ vault: true versions: - - "9.2" + - "9.3" - name: plus-debuginfo path: plus/debug/$basearch/ vault: true versions: - - "8.8" + - "8.9" - name: plus-debug path: plus/debug/$basearch/ vault: true versions: - - "9.2" + - "9.3" - name: synergy-debuginfo path: synergy/debug/$basearch/ vault: true versions: - - "8.8" - - "9.2" + - "8.9" + - "9.3" ## raspberry pi repos - name: raspberrypi @@ -327,17 +332,17 @@ repos: arches: - aarch64 versions: - - "8.8" + - "8.9" - name: raspberrypi-source path: raspberrypi/Source vault: true versions: - - "8.8" + - "8.9" - name: raspberrypi-debuginfo path: raspberrypi/debug/$basearch/ vault: true arches: - aarch64 versions: - - "8.8" + - "8.9" ... diff --git a/gh_ci/yaml_snippets b/gh_ci/yaml_snippets index 8d81a726..fff4634b 160000 --- a/gh_ci/yaml_snippets +++ b/gh_ci/yaml_snippets @@ -1 +1 @@ -Subproject commit 8d81a726e6969ce117e3fe0b330a578c46af5885 +Subproject commit fff4634b4a15a2a51b7b009c678cb529a22dd975 diff --git a/mirrors.d/centos.corp.cloudlinux.com.yml b/mirrors.d/alma-repo.atm.svcs.io.yml similarity index 61% rename from mirrors.d/centos.corp.cloudlinux.com.yml rename to mirrors.d/alma-repo.atm.svcs.io.yml index 194a7efa..d099d294 100644 --- a/mirrors.d/centos.corp.cloudlinux.com.yml +++ b/mirrors.d/alma-repo.atm.svcs.io.yml @@ -1,7 +1,8 @@ --- -name: centos.corp.cloudlinux.com +name: alma-repo.atm.svcs.io address: - http: http://centos.corp.cloudlinux.com/almalinux/ + http: http://alma-repo.atm.svcs.io/ + https: https://alma-repo.atm.svcs.io/ update_frequency: 6h sponsor: CloudLinux Inc. sponsor_url: https://cloudlinux.com diff --git a/mirrors.d/alma.acidman.thelefty.org.yml b/mirrors.d/alma.acidman.thelefty.org.yml index f2bfc71a..f3328020 100644 --- a/mirrors.d/alma.acidman.thelefty.org.yml +++ b/mirrors.d/alma.acidman.thelefty.org.yml @@ -4,7 +4,6 @@ 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 diff --git a/mirrors.d/almalinux.fanaticsupport.io.yml b/mirrors.d/almalinux.fanaticsupport.io.yml new file mode 100644 index 00000000..de08ee3d --- /dev/null +++ b/mirrors.d/almalinux.fanaticsupport.io.yml @@ -0,0 +1,17 @@ +--- +name: almalinux.fanaticsupport.io +address: + http: http://almalinux.fanaticsupport.io/ + https: https://almalinux.fanaticsupport.io/ +update_frequency: 2h +sponsor: Fanatic Support +sponsor_url: https://fanaticsupport.io +email: leo@fanaticsupport.io +geolocation: + continent: Southern California + country: US + state_province: California + city: Los Angeles +private: false +monopoly: false +... diff --git a/mirrors.d/almalinux.jetserver.co.il.yml b/mirrors.d/almalinux.jetserver.co.il.yml new file mode 100644 index 00000000..3e6a5cf9 --- /dev/null +++ b/mirrors.d/almalinux.jetserver.co.il.yml @@ -0,0 +1,14 @@ +--- +name: almalinux.jetserver.co.il +address: + http: http://almalinux.jetserver.co.il + https: https://almalinux.jetserver.co.il +update_frequency: 3h +geolocation: + country: IL + state_province: Haifa + city: Haifa +sponsor: JetServer Cloud LTD +sponsor_url: https://jetserver.co.il +email: support@jetserver.co.il +... diff --git a/mirrors.d/almalinux.linux.n0c.ca.yml b/mirrors.d/almalinux.linux.n0c.ca.yml new file mode 100644 index 00000000..a6f65700 --- /dev/null +++ b/mirrors.d/almalinux.linux.n0c.ca.yml @@ -0,0 +1,13 @@ +--- +name: almalinux.linux.n0c.ca +address: + http: http://almalinux.linux.n0c.ca/almalinux/ +geolocation: + country: CA + state_province: QC + city: Montreal +update_frequency: 3h +sponsor: PlanetHoster +sponsor_url: https://planethoster.com +email: staff-infra@planethoster.info +... diff --git a/mirrors.d/almalinux.macarne.com.yml b/mirrors.d/almalinux.macarne.com.yml new file mode 100644 index 00000000..4eb17f26 --- /dev/null +++ b/mirrors.d/almalinux.macarne.com.yml @@ -0,0 +1,14 @@ +--- +name: almalinux.macarne.com +address: + http: http://almalinux.macarne.com + https: https://almalinux.macarne.com +geolocation: + country: US + state_province: California + city: Santa Clara +update_frequency: 3h +sponsor: Macarne LLC +sponsor_url: https://macarne.com/ +email: noc@macarne.com +... diff --git a/mirrors.d/almalinux.mcn.us.ssimn.org.yml b/mirrors.d/almalinux.mcn.us.ssimn.org.yml deleted file mode 100644 index fde0158e..00000000 --- a/mirrors.d/almalinux.mcn.us.ssimn.org.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -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.mia.velocihost.net.yml b/mirrors.d/almalinux.mia.velocihost.net.yml deleted file mode 100644 index a96e3e1a..00000000 --- a/mirrors.d/almalinux.mia.velocihost.net.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -name: mirror.mia.velocihost.net -address: - http: http://mirror.mia.velocihost.net/almalinux/ - https: https://mirror.mia.velocihost.net/almalinux/ -update_frequency: 3h -sponsor: VelociHOST -sponsor_url: https://www.velocihost.net -email: support@velocihost.net -geolocation: - continent: North America - country: US - state_province: Florida - city: Miami -... diff --git a/mirrors.d/almalinux.mirror.myduniahost.com.yml b/mirrors.d/almalinux.mirror.myduniahost.com.yml index 02cbfe04..95c173e0 100644 --- a/mirrors.d/almalinux.mirror.myduniahost.com.yml +++ b/mirrors.d/almalinux.mirror.myduniahost.com.yml @@ -8,7 +8,7 @@ geolocation: state_province: Kuala Lumpur city: Sungai Besi update_frequency: 3h -sponsor: myduniahosting.com +sponsor: MYDUNIAHOSTING sponsor_url: https://myduniahosting.com/ email: tech@rafatech.com.my ... diff --git a/mirrors.d/almalinux.mirror.rafal.ca.yml b/mirrors.d/almalinux.mirror.rafal.ca.yml new file mode 100644 index 00000000..065b6408 --- /dev/null +++ b/mirrors.d/almalinux.mirror.rafal.ca.yml @@ -0,0 +1,15 @@ +--- +name: almalinux.mirror.rafal.ca +address: + http: http://almalinux.mirror.rafal.ca/ + https: https://almalinux.mirror.rafal.ca/ + rsync: rsync://almalinux.mirror.rafal.ca/almalinux +geolocation: + country: CA + state_province: "ON" + city: Hamilton +update_frequency: 3h +sponsor: Rafał Rzeczkowski +sponsor_url: "" +email: mirror-almalinux@mail.rafal.ca +... diff --git a/mirrors.d/almalinux.mirrors.itworxx.de.yml b/mirrors.d/almalinux.mirrors.itworxx.de.yml index 6e766296..ba6a847a 100644 --- a/mirrors.d/almalinux.mirrors.itworxx.de.yml +++ b/mirrors.d/almalinux.mirrors.itworxx.de.yml @@ -4,11 +4,12 @@ address: http: http://almalinux.mirrors.itworxx.de/ https: https://almalinux.mirrors.itworxx.de/ geolocation: + continent: Europe country: DE state_province: Bavaria - city: Falkenstein + city: Heldenstein update_frequency: 1h sponsor: ITWorxx sponsor_url: https://www.itworxx.de -email: support@itworxx.de +email: markus@itworxx.de ... diff --git a/mirrors.d/almalinux.mirrors.ovh.net.yml b/mirrors.d/almalinux.mirrors.ovh.net.yml new file mode 100644 index 00000000..b6ec4be1 --- /dev/null +++ b/mirrors.d/almalinux.mirrors.ovh.net.yml @@ -0,0 +1,16 @@ +--- +name: almalinux.mirrors.ovh.net +address: + http: http://almalinux.mirrors.ovh.net/ + https: https://almalinux.mirrors.ovh.net/ +geolocation: + continent: Europe + country: FR + state_province: Hauts-de-France + city: Roubaix +update_frequency: 12h +sponsor: OVHcloud +sponsor_url: https://www.ovhcloud.com/ +email: mirror@ovh.net +asn: 16276 +... diff --git a/mirrors.d/almalinux.savoirfairelinux.net.yml b/mirrors.d/almalinux.savoirfairelinux.net.yml new file mode 100644 index 00000000..4a9dbe10 --- /dev/null +++ b/mirrors.d/almalinux.savoirfairelinux.net.yml @@ -0,0 +1,14 @@ +--- +name: almalinux.savoirfairelinux.net +address: + http: http://almalinux.savoirfairelinux.net/ + https: https://almalinux.savoirfairelinux.net/ +geolocation: + country: CA + state_province: QC + city: Montreal +update_frequency: 3h +sponsor: Savoir-faire Linux +sponsor_url: https://savoirfairelinux.com +email: support@savoirfairelinux.com +... diff --git a/mirrors.d/almalinux.sg.ssimn.org.yml b/mirrors.d/almalinux.sg.ssimn.org.yml new file mode 100644 index 00000000..55a5b2f2 --- /dev/null +++ b/mirrors.d/almalinux.sg.ssimn.org.yml @@ -0,0 +1,13 @@ +--- +name: almalinux.sg.ssimn.org +address: + http: http://almalinux.sg.ssimn.org + https: https://almalinux.sg.ssimn.org +geolocation: + country: SG + city: Tai Seng +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.web.trex.fi.yml b/mirrors.d/almalinux.web.trex.fi.yml new file mode 100644 index 00000000..a8e462ed --- /dev/null +++ b/mirrors.d/almalinux.web.trex.fi.yml @@ -0,0 +1,13 @@ +--- +name: almalinux.web.trex.fi +address: + http: http://almalinux.web.trex.fi/almalinux + https: https://almalinux.web.trex.fi/almalinux + rsync: rsync://almalinux.web.trex.fi/almalinux +geolocation: + country: FI + city: Tampere +update_frequency: 9h +sponsor: TREX Regional Exchanges Oy +sponsor_url: https://www.trex.fi/ +email: mirrors@trex.fi diff --git a/mirrors.d/ash-mirror.facebook.net.yml b/mirrors.d/ash-mirror.facebook.net.yml new file mode 100644 index 00000000..4de510e5 --- /dev/null +++ b/mirrors.d/ash-mirror.facebook.net.yml @@ -0,0 +1,15 @@ +--- +name: mirror.facebook.net +address: + http: http://mirror.facebook.net/almalinux/ + https: https://mirror.facebook.net/almalinux/ + rsync: rsync://mirror.facebook.net/almalinux/ +geolocation: + country: US + state_province: Ashburn + city: Virginia +update_frequency: 3h +sponsor: Meta Platforms Inc +sponsor_url: https://opensource.fb.com/ +email: mirror-external@meta.com +... diff --git a/mirrors.d/atl.mirrors.ezscale.cloud.yml b/mirrors.d/atl.mirrors.ezscale.cloud.yml new file mode 100644 index 00000000..5a938924 --- /dev/null +++ b/mirrors.d/atl.mirrors.ezscale.cloud.yml @@ -0,0 +1,16 @@ +--- +name: atl.mirrors.ezscale.cloud +address: + http: http://atl.mirrors.ezscale.cloud/almalinux + https: https://atl.mirrors.ezscale.cloud/almalinux + rsync: rsync://atl.mirrors.ezscale.cloud/almalinux +update_frequency: 3h +sponsor: EZSCALE Hosting +sponsor_url: https://ezscale.cloud +email: support@ezscale.cloud +geolocation: + continent: North America + country: US + state_province: Georgia + city: Atlanta +... diff --git a/mirrors.d/atl.mirrors.knownhost.com.yml b/mirrors.d/atl.mirrors.knownhost.com.yml index d2a48394..e0be8af6 100644 --- a/mirrors.d/atl.mirrors.knownhost.com.yml +++ b/mirrors.d/atl.mirrors.knownhost.com.yml @@ -14,6 +14,10 @@ sponsor_url: https://www.knownhost.com email: mirrors@knownhost.com subnets: - 64.74.200.0/22 - - 67.222.0.0/24 + - 67.222.0.0/21 + - 67.222.24.0/21 - 170.249.192.0/19 + - 2600:4c00:200::/39 + - 2600:4c00:400::/40 + - 2600:4c00:80::/41 ... diff --git a/mirrors.d/fastmirror.pp.ua.yml b/mirrors.d/fastmirror.pp.ua.yml new file mode 100644 index 00000000..adc72e49 --- /dev/null +++ b/mirrors.d/fastmirror.pp.ua.yml @@ -0,0 +1,16 @@ +--- +name: fastmirror.pp.ua +address: + http: http://fastmirror.pp.ua/almalinux + https: https://fastmirror.pp.ua/almalinux + rsync: rsync://fastmirror.pp.ua/almalinux +update_frequency: 4h +sponsor: Ivan Barabash +sponsor_url: https://fastmirror.pp.ua +email: admin@fastmirror.pp.ua +geolocation: + continent: Europe + country: UA + state_province: Kyiv + city: Kyiv +... diff --git a/mirrors.d/free.nchc.org.tw.yml b/mirrors.d/free.nchc.org.tw.yml new file mode 100644 index 00000000..e0fef4e1 --- /dev/null +++ b/mirrors.d/free.nchc.org.tw.yml @@ -0,0 +1,15 @@ +--- +name: free.nchc.org.tw +address: + http: http://free.nchc.org.tw/almalinux/ + https: https://free.nchc.org.tw/almalinux/ + ftp: ftp://free.nchc.org.tw/almalinux +geolocation: + country: TW + state_province: Taiwan + city: Shinchu +update_frequency: 6h +sponsor: National Center for High-performance Computing +sponsor_url: https://nchc.org.tw +email: webmaster@narlabs.org.tw +... diff --git a/mirrors.d/ftp.cixug.es.yml b/mirrors.d/ftp.cixug.es.yml new file mode 100644 index 00000000..09083762 --- /dev/null +++ b/mirrors.d/ftp.cixug.es.yml @@ -0,0 +1,16 @@ +--- +name: ftp.cixug.es +address: + ftp: ftp://ftp.cixug.es/almalinux/ + http: http://ftp.cixug.es/almalinux/ + https: https://ftp.cixug.es/almalinux/ +geolocation: + country: ES + state_province: Galicia + city: A Coruña +update_frequency: 3h +sponsor: Consorcio CIXUG and Universidade da Coruña +sponsor_url: https://www.cixug.gal +email: osl@cixug.es +... + diff --git a/mirrors.d/ftp.halifax.rwth-aachen.de.yml b/mirrors.d/ftp.halifax.rwth-aachen.de.yml new file mode 100644 index 00000000..4a148baa --- /dev/null +++ b/mirrors.d/ftp.halifax.rwth-aachen.de.yml @@ -0,0 +1,16 @@ +--- +name: ftp.halifax.rwth-aachen.de +address: + http: http://ftp.halifax.rwth-aachen.de/almalinux/ + https: https://ftp.halifax.rwth-aachen.de/almalinux/ + rsync: rsync://ftp.halifax.rwth-aachen.de/almalinux + ftp: ftp://ftp.halifax.rwth-aachen.de/almalinux/ +geolocation: + country: DE + state_province: NW + city: Aachen +update_frequency: 3h +sponsor: RWTH Aachen University +sponsor_url: https://rwth-aachen.de +email: ftp@halifax.rwth-aachen.de +... diff --git a/mirrors.d/ftp.linux.cz.yml b/mirrors.d/ftp.linux.cz.yml index 65e21a8c..bbabfa5f 100644 --- a/mirrors.d/ftp.linux.cz.yml +++ b/mirrors.d/ftp.linux.cz.yml @@ -13,4 +13,6 @@ update_frequency: 2h sponsor: Faculty of Informatics, Masaryk University sponsor_url: https://www.fi.muni.cz/ email: ftp-admin@fi.muni.cz +asn: 2852 +subnets: [ '147.251.0.0/16', '2001:718:801::/48' ] ... diff --git a/mirrors.d/hep.gg.yml b/mirrors.d/hep.gg.yml new file mode 100644 index 00000000..29d373ca --- /dev/null +++ b/mirrors.d/hep.gg.yml @@ -0,0 +1,15 @@ +--- +name: mirror.hep.gg +address: + http: http://mirror.hep.gg/almalinux + https: https://mirror.hep.gg/almalinux + rsync: rsync://mirror.hep.gg/almalinux +geolocation: + country: CA + state_province: "ON" + city: Niagara Falls +update_frequency: 3h +sponsor: Team Hydra +sponsor_url: https://teamhydra.dev +email: contact@teamhydra.dev +... diff --git a/mirrors.d/linuxsoft.cern.ch.yml b/mirrors.d/linuxsoft.cern.ch.yml index d5b16f07..6badb15a 100644 --- a/mirrors.d/linuxsoft.cern.ch.yml +++ b/mirrors.d/linuxsoft.cern.ch.yml @@ -12,3 +12,4 @@ update_frequency: 12h sponsor: CERN sponsor_url: https://home.cern/ email: linux-team@cern.ch +asn: 513 diff --git a/mirrors.d/mirror.0x626b.com.yml b/mirrors.d/mirror.0x626b.com.yml new file mode 100644 index 00000000..c3d96797 --- /dev/null +++ b/mirrors.d/mirror.0x626b.com.yml @@ -0,0 +1,18 @@ +--- +name: mirror.0x626b.com +address: + http: http://mirror.0x626b.com/almalinux/ + https: https://mirror.0x626b.com/almalinux/ + rsync: rsync://mirror.0x626b.com/almalinux +geolocation: + continent: North America + country: US + state_province: MO + city: Kansas City +update_frequency: 3h +sponsor: Brent Kolasinski +sponsor_url: https://brentk.io +email: mirroradmin@0x626b.com +private: false +monopoly: false +... diff --git a/mirrors.d/mirror.aarnet.edu.au.yml b/mirrors.d/mirror.aarnet.edu.au.yml index c60caf64..dc17bd9d 100644 --- a/mirrors.d/mirror.aarnet.edu.au.yml +++ b/mirrors.d/mirror.aarnet.edu.au.yml @@ -10,7 +10,7 @@ sponsor: Australian Academic and Research Network sponsor_url: https://www.aarnet.edu.au email: mirror@aarnet.edu.au geolocation: - continent: Australia + continent: OC country: AU state_province: Victoria city: Melbourne diff --git a/mirrors.d/mirror.alma.mci1.serverforge.org.yml b/mirrors.d/mirror.alma.mci1.serverforge.org.yml new file mode 100644 index 00000000..2b86f073 --- /dev/null +++ b/mirrors.d/mirror.alma.mci1.serverforge.org.yml @@ -0,0 +1,17 @@ +--- +name: mirror.mci-1.serverforge.org +address: + http: http://mirror.mci-1.serverforge.org/alma/ + https: https://mirror.mci-1.serverforge.org/alma/ +update_frequency: 2h +sponsor: ServerForge +sponsor_url: https://serverforge.org/ +email: noc@serverforge.org +geolocation: + continent: North America + country: US + state_province: Missouri + city: Kansas City +private: false +monopoly: false +... diff --git a/mirrors.d/mirror.almalinux.ikoula.com.yml b/mirrors.d/mirror.almalinux.ikoula.com.yml index ec5a83d1..f11fa70a 100644 --- a/mirrors.d/mirror.almalinux.ikoula.com.yml +++ b/mirrors.d/mirror.almalinux.ikoula.com.yml @@ -2,13 +2,15 @@ name: mirror.almalinux.ikoula.com address: http: http://mirror.almalinux.ikoula.com/ - https: https://mirror.almalinux.ikoula.com/ + https: https://mirror.almalinux.ikoula.com/ geolocation: + continent: Europe country: FR - state_province: Grand Est + state_province: Grand-Est city: Reims update_frequency: 3h sponsor: Ikoula sponsor_url: https://www.ikoula.com/ email: infogerance@ikoula.com +asn: 21409 ... diff --git a/mirrors.d/mirror.almalinux.sabahost.net.yml b/mirrors.d/mirror.almalinux.sabahost.net.yml new file mode 100644 index 00000000..0903b9ad --- /dev/null +++ b/mirrors.d/mirror.almalinux.sabahost.net.yml @@ -0,0 +1,15 @@ +--- +name: mirror.almalinux.sabahost.net +address: + http: http://mirror.almalinux.sabahost.net + https: https://mirror.almalinux.sabahost.net +update_frequency: 3h +geolocation: + continent: Asia + country: IR + state_province: Tehran + city: Tehran +sponsor: Saba Abr Mizban LLC +sponsor_url: https://saba.host +email: noc@saba.host +... diff --git a/mirrors.d/mirror.bharatdatacenter.com.yml b/mirrors.d/mirror.bharatdatacenter.com.yml new file mode 100644 index 00000000..139a9122 --- /dev/null +++ b/mirrors.d/mirror.bharatdatacenter.com.yml @@ -0,0 +1,14 @@ +--- +name: mirror.bharatdatacenter.com +address: + http: http://mirror.bharatdatacenter.com/almalinux/ + https: https://mirror.bharatdatacenter.com/almalinux/ +geolocation: + country: IN + state_province: Uttar Pradesh + city: Noida +update_frequency: 3h +sponsor: Bharat Datacenter +sponsor_url: https://bharatdatacenter.com +email: noc@bharatdatacenter.com +... diff --git a/mirrors.d/mirror.bitency.nl.yml b/mirrors.d/mirror.bitency.nl.yml new file mode 100644 index 00000000..60a5b83e --- /dev/null +++ b/mirrors.d/mirror.bitency.nl.yml @@ -0,0 +1,16 @@ +--- +name: mirror.bitency.nl +address: + http: http://mirror.bitency.nl/almalinux + https: https://mirror.bitency.nl/almalinux + rsync: rsync://mirror.bitency.nl/almalinux + ftp: ftp://mirror.bitency.nl/almalinux +geolocation: + country: NL + state_province: Noord-Holland + city: Amsterdam +update_frequency: 1h +sponsor: Bitency B.V. +sponsor_url: https://bitency.nl/ +email: info@bitency.nl +... diff --git a/mirrors.d/mirror.cov.ukservers.com.yml b/mirrors.d/mirror.cov.ukservers.com.yml index 2b5fd810..4bc81a60 100644 --- a/mirrors.d/mirror.cov.ukservers.com.yml +++ b/mirrors.d/mirror.cov.ukservers.com.yml @@ -11,4 +11,13 @@ update_frequency: 1h sponsor: UK Dedicated Servers Limited sponsor_url: https://www.ukservers.com/ email: noc@ukservers.com +geolocation: + continent: Europe + country: GB + state_province: West Midlands + city: Coventry +private: false +monopoly: false +asn: + - 42831 ... diff --git a/mirrors.d/mirror.alma.orf1.serverforge.org.yml b/mirrors.d/mirror.fmt-2.serverforge.org.yml similarity index 53% rename from mirrors.d/mirror.alma.orf1.serverforge.org.yml rename to mirrors.d/mirror.fmt-2.serverforge.org.yml index df98dac1..b802954c 100644 --- a/mirrors.d/mirror.alma.orf1.serverforge.org.yml +++ b/mirrors.d/mirror.fmt-2.serverforge.org.yml @@ -1,8 +1,8 @@ --- -name: mirror.alma.orf1.serverforge.org +name: mirror.fmt-2.serverforge.org address: - http: http://mirror.alma.orf1.serverforge.org - https: https://mirror.alma.orf1.serverforge.org + http: http://mirror.fmt-2.serverforge.org/alma/ + https: https://mirror.fmt-2.serverforge.org/alma/ update_frequency: 2h sponsor: ServerForge sponsor_url: https://serverforge.org/ @@ -10,8 +10,8 @@ email: noc@serverforge.org geolocation: continent: North America country: US - state_province: virginia - city: Hampton + state_province: California + city: Fremont private: false monopoly: false ... diff --git a/mirrors.d/mirror.fra.macarne.com.yml b/mirrors.d/mirror.fra.macarne.com.yml new file mode 100644 index 00000000..65306fa0 --- /dev/null +++ b/mirrors.d/mirror.fra.macarne.com.yml @@ -0,0 +1,14 @@ +--- +name: mirror.fra.macarne.com +address: + http: http://mirror.fra.macarne.com/almalinux/ + https: https://mirror.fra.macarne.com/almalinux/ +geolocation: + country: DE + state_province: Hessen + city: Frankfurt am Main +update_frequency: 2h +sponsor: Macarne LLC +sponsor_url: https://macarne.com/ +email: noc@macarne.com +... diff --git a/mirrors.d/mirror.iphost.md.yml b/mirrors.d/mirror.iphost.md.yml new file mode 100644 index 00000000..515c8317 --- /dev/null +++ b/mirrors.d/mirror.iphost.md.yml @@ -0,0 +1,15 @@ +--- +name: mirror.iphost.md +address: + http: http://mirror.iphost.md/almalinux/ + https: https://mirror.iphost.md/almalinux/ + rsync: rsync://mirror.iphost.md/almalinux +geolocation: + country: MD + state_province: Chisinau + city: Chisinau +update_frequency: 3h +sponsor: IP HOST Data Center +sponsor_url: https://iphost.md +email: noc@iphost.md +... diff --git a/mirrors.d/mirror.lon.macarne.com.yml b/mirrors.d/mirror.lon.macarne.com.yml new file mode 100644 index 00000000..79d2f0b0 --- /dev/null +++ b/mirrors.d/mirror.lon.macarne.com.yml @@ -0,0 +1,14 @@ +--- +name: mirror.lon.macarne.com +address: + http: http://mirror.lon.macarne.com/almalinux/ + https: https://mirror.lon.macarne.com/almalinux/ +geolocation: + country: GB + state_province: London + city: London +update_frequency: 2h +sponsor: Macarne LLC +sponsor_url: https://macarne.com/ +email: noc@macarne.com +... diff --git a/mirrors.d/mirror.natro.com.yml b/mirrors.d/mirror.natro.com.yml index d688199f..3e7fede8 100644 --- a/mirrors.d/mirror.natro.com.yml +++ b/mirrors.d/mirror.natro.com.yml @@ -6,7 +6,7 @@ geolocation: country: TR state_province: Istanbul city: Istanbul -update_frequency: 3h +update_frequency: 2h sponsor: Natro Hosting sponsor_url: https://www.natro.com email: emre.keles@natro.com diff --git a/mirrors.d/mirror.nexcess.net.yml b/mirrors.d/mirror.nexcess.net.yml new file mode 100644 index 00000000..abaeaccd --- /dev/null +++ b/mirrors.d/mirror.nexcess.net.yml @@ -0,0 +1,16 @@ +--- +name: mirror.nexcess.net +address: + http: http://mirror.us-midwest-1.nexcess.net/almalinux/ + https: https://mirror.us-midwest-1.nexcess.net/almalinux/ +update_frequency: 3h +sponsor: Liquid Web, LLC +sponsor_url: https://www.liquidweb.com/ +email: mirroradmin@nexcess.net +geolocation: + continent: North America + country: US + state_province: Michigan + city: Southfield +asn: 32244 +... diff --git a/mirrors.d/mirror.nl.mirhosting.net.yml b/mirrors.d/mirror.nl.mirhosting.net.yml new file mode 100644 index 00000000..cbbee4f4 --- /dev/null +++ b/mirrors.d/mirror.nl.mirhosting.net.yml @@ -0,0 +1,15 @@ +--- +name: mirror.nl.mirhosting.net +address: + http: http://mirror.nl.mirhosting.net/almalinux/ + https: https://mirror.nl.mirhosting.net/almalinux/ + rsync: rsync://mirror.nl.mirhosting.net/almalinux +update_frequency: 3h +geolocation: + country: NL + state_province: Flevoland + city: Dronten +sponsor: MIRhosting +sponsor_url: https://mirhosting.com/ +email: mirror@mirhosting.com +... diff --git a/mirrors.d/mirror.pit.teraswitch.com.yml b/mirrors.d/mirror.pit.teraswitch.com.yml new file mode 100644 index 00000000..8093427a --- /dev/null +++ b/mirrors.d/mirror.pit.teraswitch.com.yml @@ -0,0 +1,15 @@ +--- +name: mirror.pit.teraswitch.com +address: + http: http://mirror.pit.teraswitch.com/almalinux/ + https: https://mirror.pit.teraswitch.com/almalinux/ + rsync: rsync://mirror.pit.teraswitch.com/almalinux +geolocation: + country: US + state_province: Pennsylvania + city: Pittsburgh +update_frequency: 3h +sponsor: TeraSwitch Inc. +sponsor_url: https://teraswitch.com +email: noc@teraswitch.com +... diff --git a/mirrors.d/mirror.twds.com.tw.yml b/mirrors.d/mirror.twds.com.tw.yml new file mode 100644 index 00000000..d465ae40 --- /dev/null +++ b/mirrors.d/mirror.twds.com.tw.yml @@ -0,0 +1,19 @@ +--- +name: mirror.twds.com.tw +address: + http: http://mirror.twds.com.tw/almalinux + https: https://mirror.twds.com.tw/almalinux + rsync: rsync://mirror.twds.com.tw/almalinux +update_frequency: 3h +sponsor: Taiwan Digital Streaming Co. +sponsor_url: https://www.twds.com.tw +email: mirror@twds.tw +geolocation: + continent: Asia + country: TW + state_province: Taiwan + city: Taipei +private: false +monopoly: false +asn: [18041] +... diff --git a/mirrors.d/mirror.xeonbd.com.yml b/mirrors.d/mirror.xeonbd.com.yml index 450b9154..f6dfb61e 100644 --- a/mirrors.d/mirror.xeonbd.com.yml +++ b/mirrors.d/mirror.xeonbd.com.yml @@ -2,6 +2,7 @@ name: mirror.xeonbd.com address: http: http://mirror.xeonbd.com/almalinux/ + https: https://mirror.xeonbd.com/almalinux/ update_frequency: 3h sponsor: XeonBD sponsor_url: https://www.xeonbd.com diff --git a/mirrors.d/mirrors.atlas.net.co.yml b/mirrors.d/mirrors.atlas.net.co.yml new file mode 100644 index 00000000..d14ca7fe --- /dev/null +++ b/mirrors.d/mirrors.atlas.net.co.yml @@ -0,0 +1,17 @@ +--- +name: mirrors.atlas.net.co +address: + http: http://mirrors.atlas.net.co/almalinux/ + https: https://mirrors.atlas.net.co/almalinux/ +update_frequency: 3h +sponsor: Atlas Internet +sponsor_url: https://atlas.net.co/ +email: info@atlas.net.co +geolocation: + continent: South America + country: CO + state_province: Cordoba + city: Sahagun +private: false +monopoly: false +... diff --git a/mirrors.d/mirrors.d/eu-1.alma-linux.mirror.shieldblaze.com.yml b/mirrors.d/mirrors.d/eu-1.alma-linux.mirror.shieldblaze.com.yml new file mode 100644 index 00000000..7978f387 --- /dev/null +++ b/mirrors.d/mirrors.d/eu-1.alma-linux.mirror.shieldblaze.com.yml @@ -0,0 +1,15 @@ +--- +name: eu-1.alma-linux.mirror.shieldblaze.com +address: + http: http://eu-1.alma-linux.mirror.shieldblaze.com/ + https: https://eu-1.alma-linux.mirror.shieldblaze.com/ +update_frequency: 1h +sponsor: ShieldBlaze +sponsor_url: https://www.shieldblaze.com +email: administrator@shieldblaze.com +geolocation: + continent: EU + country: RO + state_province: Bihor + city: Oradea +... diff --git a/mirrors.d/mirrors.eze.sysarmy.com.yml b/mirrors.d/mirrors.eze.sysarmy.com.yml deleted file mode 100644 index c5b4fee9..00000000 --- a/mirrors.d/mirrors.eze.sysarmy.com.yml +++ /dev/null @@ -1,13 +0,0 @@ ---- -name: mirrors.eze.sysarmy.com -address: - http: http://mirrors.eze.sysarmy.com/almalinux/ - https: https://mirrors.eze.sysarmy.com/almalinux/ -geolocation: - country: AR - state_province: Buenos Aires - city: Ciudad Autonoma de Buenos Aires -update_frequency: 6h -sponsor: Sysarmy -sponsor_url: https://www.sysarmy.com -email: mirrors@sysarmy.com.ar diff --git a/mirrors.d/mirrors.hosterion.ro.yml b/mirrors.d/mirrors.hosterion.ro.yml new file mode 100644 index 00000000..db562809 --- /dev/null +++ b/mirrors.d/mirrors.hosterion.ro.yml @@ -0,0 +1,14 @@ +--- +name: mirrors.hosterion.ro +address: + http: http://mirrors.hosterion.ro/almalinux/ + https: https://mirrors.hosterion.ro/almalinux/ +geolocation: + country: RO + state_province: + city: Bucharest +update_frequency: 3h +sponsor: Hosterion +sponsor_url: https://hosterion.ro +email: mirrors@hosterion.com +... diff --git a/mirrors.d/mirrors.hyperreal.coffee.yml b/mirrors.d/mirrors.hyperreal.coffee.yml new file mode 100644 index 00000000..866a49c8 --- /dev/null +++ b/mirrors.d/mirrors.hyperreal.coffee.yml @@ -0,0 +1,15 @@ +--- +name: mirrors.hyperreal.coffee +address: + http: http://mirrors.hyperreal.coffee/almalinux + https: https://mirrors.hyperreal.coffee/almalinux +update_frequency: 3h +sponsor: hyperreal +sponsor_url: https://hyperreal.coffee +email: hyperreal64@pm.me +geolocation: + continent: North America + country: US + state_province: Illinois + city: Chicago +private: false diff --git a/mirrors.d/mirrors.jxust.edu.cn.yml b/mirrors.d/mirrors.jxust.edu.cn.yml new file mode 100644 index 00000000..67961707 --- /dev/null +++ b/mirrors.d/mirrors.jxust.edu.cn.yml @@ -0,0 +1,14 @@ +--- +name: mirrors.jxust.edu.cn +address: + http: http://mirrors.jxust.edu.cn/almalinux/ + https: https://mirrors.jxust.edu.cn/almalinux/ +geolocation: + country: CN + state_province: Jiangxi + city: Ganzhou +update_frequency: 3h +sponsor: Jiangxi University of Science and Technology +sponsor_url: https://www.jxust.edu.cn +email: mirrors@jxust.edu.cn +... diff --git a/mirrors.d/mirrors.lax.silicloud.com.yml b/mirrors.d/mirrors.lax.silicloud.com.yml new file mode 100644 index 00000000..50e2b7ca --- /dev/null +++ b/mirrors.d/mirrors.lax.silicloud.com.yml @@ -0,0 +1,10 @@ +--- +name: mirrors.lax.silicloud.com +address: + http: http://mirrors.lax.silicloud.com/almalinux/ + https: https://mirrors.lax.silicloud.com/almalinux/ +update_frequency: 3h +sponsor: Silicon Cloud +sponsor_url: https://silicloud.com/ +email: noc@mail.cloudyes.jp +... \ No newline at end of file diff --git a/mirrors.d/mirrors.magcast.co.almalinux.yml b/mirrors.d/mirrors.magcast.co.almalinux.yml new file mode 100644 index 00000000..6f6530a2 --- /dev/null +++ b/mirrors.d/mirrors.magcast.co.almalinux.yml @@ -0,0 +1,14 @@ +--- +name: mirrors.magcast.co +address: + https: https://mirrors.magcast.co/Linux/AlmaLinux/ +update_frequency: 3h +geolocation: + continent: Europe + country: DE + state_province: Saxony + city: Falkenstein +sponsor: MagCast +sponsor_url: https://magcast.co/ +email: mirrors@magcast.co +... diff --git a/mirrors.d/mirrors.nic.cz.yml b/mirrors.d/mirrors.nic.cz.yml new file mode 100644 index 00000000..5065f0ba --- /dev/null +++ b/mirrors.d/mirrors.nic.cz.yml @@ -0,0 +1,15 @@ +--- +name: mirrors.nic.cz +address: + http: http://mirrors.nic.cz/almalinux/ + https: https://mirrors.nic.cz/almalinux/ + rsync: rsync://mirrors.nic.cz/almalinux +geolocation: + country: CZ + state_province: Prague + city: Prague +update_frequency: 3h +sponsor: CZ.NIC, z.s.p.o. +sponsor_url: https://www.nic.cz/ +email: nic-admins@nic.cz +... diff --git a/mirrors.d/mirrors.rda.run.yml b/mirrors.d/mirrors.rda.run.yml index 678477be..d7ae7fc8 100644 --- a/mirrors.d/mirrors.rda.run.yml +++ b/mirrors.d/mirrors.rda.run.yml @@ -11,4 +11,5 @@ update_frequency: 3h sponsor: Rodrigo de Avila sponsor_url: https://rda.run email: mirrors@rda.run +private: true ... diff --git a/mirrors.d/mirrors.tyo.silicloud.com.yml b/mirrors.d/mirrors.tyo.silicloud.com.yml new file mode 100644 index 00000000..1f759986 --- /dev/null +++ b/mirrors.d/mirrors.tyo.silicloud.com.yml @@ -0,0 +1,10 @@ +--- +name: mirrors.tyo.silicloud.com +address: + http: http://mirrors.tyo.silicloud.com/almalinux/ + https: https://mirrors.tyo.silicloud.com/almalinux/ +update_frequency: 3h +sponsor: Silicon Cloud +sponsor_url: https://silicloud.com/ +email: noc@mail.cloudyes.jp +... \ No newline at end of file diff --git a/mirrors.d/mirrors.zju.edu.cn.yml b/mirrors.d/mirrors.zju.edu.cn.yml new file mode 100644 index 00000000..3f56a8a9 --- /dev/null +++ b/mirrors.d/mirrors.zju.edu.cn.yml @@ -0,0 +1,14 @@ +--- +name: mirrors.zju.edu.cn +address: + http: http://mirrors.zju.edu.cn/almalinux/ + https: https://mirrors.zju.edu.cn/almalinux/ +geolocation: + country: CN + state_province: Zhejiang + city: Hangzhou +update_frequency: 12h +sponsor: Zhejiang University Information Technology Center +sponsor_url: https://itc.zju.edu.cn +email: mirrors@zju.edu.cn +... diff --git a/mirrors.d/mirrorservice.org.yml b/mirrors.d/mirrorservice.org.yml new file mode 100644 index 00000000..41e20c9c --- /dev/null +++ b/mirrors.d/mirrorservice.org.yml @@ -0,0 +1,16 @@ +--- +name: mirrorservice.org +address: + http: http://almalinux.mirrorservice.org/ + https: https://almalinux.mirrorservice.org/ + rsync: rsync://rsync.mirrorservice.org/repo.almalinux.org/almalinux/ + ftp: ftp://ftp.mirrorservice.org/sites/repo.almalinux.org/almalinux/ +geolocation: + country: GB + state_province: Kent + city: Canterbury +update_frequency: 3h +sponsor: University of Kent +sponsor_url: https://www.kent.ac.uk/ +email: archive-admin@mirrorservice.org +... diff --git a/mirrors.d/mirros.c0urier.net.yml b/mirrors.d/mirros.c0urier.net.yml index 1e318ded..de2a3158 100644 --- a/mirrors.d/mirros.c0urier.net.yml +++ b/mirrors.d/mirros.c0urier.net.yml @@ -3,6 +3,7 @@ name: mirrors.c0urier.net address: http: http://mirrors.c0urier.net/linux/almalinux/ https: https://mirrors.c0urier.net/linux/almalinux/ + rsync: rsync://mirrors.c0urier.net/almalinux geolocation: country: DK state_province: Jutland diff --git a/mirrors.d/pkg.adfinis-on-exoscale.ch.yml b/mirrors.d/pkg.adfinis-on-exoscale.ch.yml new file mode 100644 index 00000000..6e84676f --- /dev/null +++ b/mirrors.d/pkg.adfinis-on-exoscale.ch.yml @@ -0,0 +1,15 @@ +--- +name: pkg.adfinis-on-exoscale.ch +address: + http: http://pkg.adfinis-on-exoscale.ch/almalinux/ + https: https://pkg.adfinis-on-exoscale.ch/almalinux/ +geolocation: + country: CH + state_province: GE + city: Geneva +update_frequency: 3h +sponsor: Adfinis and Exoscale +sponsor_url: https://www.adfinis.com +sponsor_url: https://www.exoscale.com +email: wolf@adfinis.com +... diff --git a/mirrors.d/snc-mirror.facebook.net.yml b/mirrors.d/snc-mirror.facebook.net.yml new file mode 100644 index 00000000..21736de9 --- /dev/null +++ b/mirrors.d/snc-mirror.facebook.net.yml @@ -0,0 +1,15 @@ +--- +name: mirror.facebook.net +address: + http: http://mirror.facebook.net/almalinux/ + https: https://mirror.facebook.net/almalinux/ + rsync: rsync://mirror.facebook.net/almalinux/ +geolocation: + country: US + state_province: California + city: Santa Clara +update_frequency: 3h +sponsor: Meta Platforms Inc +sponsor_url: https://opensource.fb.com/ +email: mirror-external@meta.com +... diff --git a/mirrors.d/us-1.alma-linux.mirror.shieldblaze.com.yml b/mirrors.d/us-1.alma-linux.mirror.shieldblaze.com.yml new file mode 100644 index 00000000..408e41f8 --- /dev/null +++ b/mirrors.d/us-1.alma-linux.mirror.shieldblaze.com.yml @@ -0,0 +1,15 @@ +--- +name: us-1.alma-linux.mirror.shieldblaze.com +address: + http: http://us-1.alma-linux.mirror.shieldblaze.com/ + https: https://us-1.alma-linux.mirror.shieldblaze.com/ +update_frequency: 1h +sponsor: ShieldBlaze +sponsor_url: https://www.shieldblaze.com +email: administrator@shieldblaze.com +geolocation: + continent: NA + country: US + state_province: California + city: Los Angeles +... diff --git a/mirrors.d/www.gtlib.gatech.edu.yml b/mirrors.d/www.gtlib.gatech.edu.yml new file mode 100644 index 00000000..aa4db248 --- /dev/null +++ b/mirrors.d/www.gtlib.gatech.edu.yml @@ -0,0 +1,14 @@ +--- +name: www.gtlib.gatech.edu +address: + http: http://www.gtlib.gatech.edu/pub/almalinux/ + rsync: rsync://rsync.gtlib.gatech.edu/almalinux/ +geolocation: + country: US + state_province: GA + city: Atlanta +update_frequency: 3h +sponsor: Georgia Tech OIT +sponsor_url: https://oit.gatech.edu/ +email: pace-support@oit.gatech.edu +...