Skip to content

Commit

Permalink
Fix pinned repos
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathon Anderson <[email protected]>
  • Loading branch information
anderbubble committed Jul 14, 2023
1 parent 2d1ae8e commit 133c2ff
Show file tree
Hide file tree
Showing 12 changed files with 84 additions and 0 deletions.
7 changes: 7 additions & 0 deletions rockylinux-8/yum.repos.d-8.8/Rocky-AppStream.repo
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[appstream]
name=Rocky Linux - AppStream
baseurl=http://dl.rockylinux.org/pub/rocky/8.8/AppStream/$basearch/os/
gpgcheck=1
enabled=1
countme=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial
7 changes: 7 additions & 0 deletions rockylinux-8/yum.repos.d-8.8/Rocky-BaseOS.repo
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[baseos]
name=Rocky Linux - BaseOS
baseurl=http://dl.rockylinux.org/pub/rocky/8.8/BaseOS/$basearch/os/
gpgcheck=1
enabled=1
countme=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial
7 changes: 7 additions & 0 deletions rockylinux-8/yum.repos.d-8.8/Rocky-Extras.repo
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[extras]
name=Rocky Linux - Extras
baseurl=http://dl.rockylinux.org/pub/rocky/8.8/extras/$basearch/os/
gpgcheck=1
enabled=1
countme=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial
7 changes: 7 additions & 0 deletions rockylinux-8/yum.repos.d-8.8/Rocky-PowerTools.repo
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[powertools]
name=Rocky Linux - PowerTools
baseurl=http://dl.rockylinux.org/pub/rocky/8.8/PowerTools/$basearch/os/
gpgcheck=1
enabled=1
countme=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial
7 changes: 7 additions & 0 deletions rockylinux-9/yum.repos.d-9.0/Rocky-AppStream.repo
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[appstream]
name=Rocky Linux - AppStream
baseurl=http://dl.rockylinux.org/vault/rocky/9.0/AppStream/$basearch/os/
gpgcheck=1
enabled=1
countme=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9
7 changes: 7 additions & 0 deletions rockylinux-9/yum.repos.d-9.0/Rocky-BaseOS.repo
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[baseos]
name=Rocky Linux - BaseOS
baseurl=http://dl.rockylinux.org/vault/rocky/9.0/BaseOS/$basearch/os/
gpgcheck=1
enabled=1
countme=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9
7 changes: 7 additions & 0 deletions rockylinux-9/yum.repos.d-9.0/Rocky-CBR.repo
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[crb]
name=Rocky Linux - CRB
baseurl=http://dl.rockylinux.org/vault/rocky/9.0/CRB/$basearch/os/
gpgcheck=1
enabled=1
countme=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9
7 changes: 7 additions & 0 deletions rockylinux-9/yum.repos.d-9.0/Rocky-Extras.repo
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[extras]
name=Rocky Linux - Extras
baseurl=http://dl.rockylinux.org/vault/rocky/9.0/extras/$basearch/os/
gpgcheck=1
enabled=1
countme=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9
7 changes: 7 additions & 0 deletions rockylinux-9/yum.repos.d-9.1/Rocky-AppStream.repo
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[appstream]
name=Rocky Linux - AppStream
baseurl=http://dl.rockylinux.org/vault/rocky/9.1/AppStream/$basearch/os/
gpgcheck=1
enabled=1
countme=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9
7 changes: 7 additions & 0 deletions rockylinux-9/yum.repos.d-9.1/Rocky-BaseOS.repo
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[baseos]
name=Rocky Linux - BaseOS
baseurl=http://dl.rockylinux.org/vault/rocky/9.1/BaseOS/$basearch/os/
gpgcheck=1
enabled=1
countme=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9
7 changes: 7 additions & 0 deletions rockylinux-9/yum.repos.d-9.1/Rocky-CBR.repo
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[baseos]
name=Rocky Linux - BaseOS
baseurl=http://dl.rockylinux.org/vault/rocky/9.1/BaseOS/$basearch/os/
gpgcheck=1
enabled=1
countme=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9
7 changes: 7 additions & 0 deletions rockylinux-9/yum.repos.d-9.1/Rocky-Extras.repo
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[extras]
name=Rocky Linux - Extras
baseurl=http://dl.rockylinux.org/vault/rocky/9.1/extras/$basearch/os/
gpgcheck=1
enabled=1
countme=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9

0 comments on commit 133c2ff

Please sign in to comment.