Skip to content

Commit

Permalink
ELevate to Rocky Linux release 10
Browse files Browse the repository at this point in the history
  • Loading branch information
yuravk committed Jan 17, 2025
1 parent ee38107 commit b340809
Show file tree
Hide file tree
Showing 6 changed files with 767 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/elevate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,11 @@ jobs:
scenario: '9'
- distro: 'scientific'
scenario: '9'
# TODO: ELevate to 10: skip all distros except AlmaLinux and CentOS
# TODO: ELevate to 10: skip all distros except AlmaLinux, CentOS and Rocky
- distro: 'scientific'
scenario: '10'
- distro: 'oraclelinux'
scenario: '10'
- distro: 'rocky'
scenario: '10'
# TODO: ELevate to 10: skip all repositories except 'NG (ALBS product)'
- scenario: '10'
repository: 'stable'
Expand Down
71 changes: 71 additions & 0 deletions files/rocky/leapp_upgrade_repositories.repo.el10
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
[rocky10-baseos]
name=Rocky Linux 10 - BaseOS
#mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=BaseOS-10
baseurl=https://dl.rockylinux.org/stg/rocky/latest-10/BaseOS/$basearch/os/
gpgcheck=1
enabled=1
gpgkey=file:///etc/leapp/repos.d/system_upgrade/common/files/rpm-gpg/10/RPM-GPG-KEY-Rocky-10

[rocky10-appstream]
name=Rocky Linux 10 - AppStream
#mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=AppStream-10
baseurl=https://dl.rockylinux.org/stg/rocky/latest-10/AppStream/$basearch/os/
gpgcheck=1
enabled=1
gpgkey=file:///etc/leapp/repos.d/system_upgrade/common/files/rpm-gpg/10/RPM-GPG-KEY-Rocky-10

[rocky10-crb]
name=Rocky Linux 10 - CRB
#mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=CRB-10
baseurl=https://dl.rockylinux.org/stg/rocky/latest-10/CRB/$basearch/os/
gpgcheck=1
enabled=0
gpgkey=file:///etc/leapp/repos.d/system_upgrade/common/files/rpm-gpg/10/RPM-GPG-KEY-Rocky-10

[rocky10-ha]
name=Rocky Linux 10 - HighAvailability
#mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=HighAvailability-10
baseurl=https://dl.rockylinux.org/stg/rocky/latest-10/HighAvailability/$basearch/os/
gpgcheck=1
enabled=0
gpgkey=file:///etc/leapp/repos.d/system_upgrade/common/files/rpm-gpg/10/RPM-GPG-KEY-Rocky-10

[rocky10-extras]
name=Rocky Linux 10 - Extras
#mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=extras-10
baseurl=https://dl.rockylinux.org/stg/rocky/latest-10/extras/$basearch/os/
gpgcheck=1
enabled=1
gpgkey=file:///etc/leapp/repos.d/system_upgrade/common/files/rpm-gpg/10/RPM-GPG-KEY-Rocky-10

[rocky10-rt]
name=Rocky Linux 10 - RT
#mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=RT-10
baseurl=https://dl.rockylinux.org/stg/rocky/latest-10/RT/$basearch/os/
gpgcheck=1
enabled=1
gpgkey=file:///etc/leapp/repos.d/system_upgrade/common/files/rpm-gpg/10/RPM-GPG-KEY-Rocky-10

[rocky10-nfv]
name=Rocky Linux 10 - NFV
#mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=NFV-10
baseurl=https://dl.rockylinux.org/stg/rocky/latest-10/NFV/$basearch/os/
gpgcheck=1
enabled=1
gpgkey=file:///etc/leapp/repos.d/system_upgrade/common/files/rpm-gpg/10/RPM-GPG-KEY-Rocky-10

[rocky10-sap]
name=Rocky Linux 10 - SAP
#mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=SAP-10
baseurl=https://dl.rockylinux.org/stg/rocky/latest-10/SAP/$basearch/os/
gpgcheck=1
enabled=1
gpgkey=file:///etc/leapp/repos.d/system_upgrade/common/files/rpm-gpg/10/RPM-GPG-KEY-Rocky-10

[rocky10-saphana]
name=Rocky Linux 10 - SAPHANA
#mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=SAPHANA-10
baseurl=https://dl.rockylinux.org/stg/rocky/latest-10/SAPHANA/$basearch/os/
gpgcheck=1
enabled=1
gpgkey=file:///etc/leapp/repos.d/system_upgrade/common/files/rpm-gpg/10/RPM-GPG-KEY-Rocky-10
Loading

0 comments on commit b340809

Please sign in to comment.