|
| 1 | +# rocky.repo |
| 2 | +# |
| 3 | +# The mirrorlist system uses the connecting IP address of the client and the |
| 4 | +# update status of each mirror to pick current mirrors that are geographically |
| 5 | +# close to the client. You should use this for Rocky updates unless you are |
| 6 | +# manually picking other mirrors. |
| 7 | +# |
| 8 | +# If the mirrorlist does not work for you, you can try the commented out |
| 9 | +# baseurl line instead. |
| 10 | + |
| 11 | +[baseos] |
| 12 | +name=Rocky Linux $releasever - BaseOS |
| 13 | +baseurl={{ release_train_url_prefix }}/BaseOS/{{ release_train_url_suffix }} |
| 14 | +gpgcheck=1 |
| 15 | +enabled=1 |
| 16 | +countme=1 |
| 17 | +metadata_expire=6h |
| 18 | +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 |
| 19 | +{{ release_train_auth }} |
| 20 | + |
| 21 | +[baseos-debuginfo] |
| 22 | +name=Rocky Linux $releasever - BaseOS - Debug |
| 23 | +mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=BaseOS-$releasever-debug$rltype |
| 24 | +#baseurl=http://dl.rockylinux.org/$contentdir/$releasever/BaseOS/$basearch/debug/tree/ |
| 25 | +gpgcheck=1 |
| 26 | +enabled=0 |
| 27 | +metadata_expire=6h |
| 28 | +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 |
| 29 | + |
| 30 | +[baseos-source] |
| 31 | +name=Rocky Linux $releasever - BaseOS - Source |
| 32 | +mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=source&repo=BaseOS-$releasever-source$rltype |
| 33 | +#baseurl=http://dl.rockylinux.org/$contentdir/$releasever/BaseOS/source/tree/ |
| 34 | +gpgcheck=1 |
| 35 | +enabled=0 |
| 36 | +metadata_expire=6h |
| 37 | +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 |
| 38 | + |
| 39 | +[appstream] |
| 40 | +name=Rocky Linux $releasever - AppStream |
| 41 | +baseurl={{ release_train_url_prefix }}/AppStream/{{ release_train_url_suffix }} |
| 42 | +gpgcheck=1 |
| 43 | +enabled=1 |
| 44 | +countme=1 |
| 45 | +metadata_expire=6h |
| 46 | +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 |
| 47 | +{{ release_train_auth }} |
| 48 | + |
| 49 | +[appstream-debuginfo] |
| 50 | +name=Rocky Linux $releasever - AppStream - Debug |
| 51 | +mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=AppStream-$releasever-debug$rltype |
| 52 | +#baseurl=http://dl.rockylinux.org/$contentdir/$releasever/AppStream/$basearch/debug/tree/ |
| 53 | +gpgcheck=1 |
| 54 | +enabled=0 |
| 55 | +metadata_expire=6h |
| 56 | +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 |
| 57 | + |
| 58 | +[appstream-source] |
| 59 | +name=Rocky Linux $releasever - AppStream - Source |
| 60 | +mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=source&repo=AppStream-$releasever-source$rltype |
| 61 | +#baseurl=http://dl.rockylinux.org/$contentdir/$releasever/AppStream/source/tree/ |
| 62 | +gpgcheck=1 |
| 63 | +enabled=0 |
| 64 | +metadata_expire=6h |
| 65 | +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 |
| 66 | + |
| 67 | +[crb] |
| 68 | +name=Rocky Linux $releasever - CRB |
| 69 | +baseurl={{ release_train_url_prefix }}/CRB/{{ release_train_url_suffix }} |
| 70 | +gpgcheck=1 |
| 71 | +enabled=0 |
| 72 | +countme=1 |
| 73 | +metadata_expire=6h |
| 74 | +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 |
| 75 | +{{ release_train_auth }} |
| 76 | + |
| 77 | +[crb-debuginfo] |
| 78 | +name=Rocky Linux $releasever - CRB - Debug |
| 79 | +mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=CRB-$releasever-debug$rltype |
| 80 | +#baseurl=http://dl.rockylinux.org/$contentdir/$releasever/CRB/$basearch/debug/tree/ |
| 81 | +gpgcheck=1 |
| 82 | +enabled=0 |
| 83 | +metadata_expire=6h |
| 84 | +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 |
| 85 | + |
| 86 | +[crb-source] |
| 87 | +name=Rocky Linux $releasever - CRB - Source |
| 88 | +mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=source&repo=CRB-$releasever-source$rltype |
| 89 | +#baseurl=http://dl.rockylinux.org/$contentdir/$releasever/CRB/source/tree/ |
| 90 | +gpgcheck=1 |
| 91 | +enabled=0 |
| 92 | +metadata_expire=6h |
| 93 | +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 |
0 commit comments