Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Oracle Linux 9.0 added #513

Merged
merged 2 commits into from
Aug 1, 2022

Conversation

philclifford
Copy link
Contributor

@philclifford philclifford commented Jul 31, 2022

Some obsoleted 8.x releases also removed
Closes #514

also removed some early obsoleted 8.x releases
@@ -422,7 +422,7 @@ function releases_opensuse(){
}

function releases_oraclelinux() {
echo 7.7 7.8 7.9 8.2 8.3 8.4 8.5
echo 7.7 7.8 7.9 8.4 8.5 8.6 9.0
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

8.2 and 8.3 still exist and can be referenced but I think we should follow their lead since they no longer reference them on the download pages.

@@ -1270,8 +1270,8 @@ function get_oraclelinux() {
local URL="https://yum.oracle.com/ISOS/OracleLinux/OL${VER_MAJ}/u${VER_MIN}/x86_64/"

case ${VER_MAJ} in
8) ISO="OracleLinux-R${VER_MAJ}-U${VER_MIN}-x86_64-dvd.iso";;
*) ISO="OracleLinux-R${VER_MAJ}-U${VER_MIN}-Server-x86_64-dvd.iso";;
7) ISO="OracleLinux-R${VER_MAJ}-U${VER_MIN}-Server-x86_64-dvd.iso";;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As 9.x is consistent with 8.x it seemed sensible to swap the logic round.

@flexiondotorg flexiondotorg merged commit 45722ac into quickemu-project:master Aug 1, 2022
@philclifford philclifford deleted the new-oracle9 branch August 1, 2022 08:49
deraffe pushed a commit to deraffe/quickemu that referenced this pull request Apr 11, 2023
* chore: docs submodule

* Oracle Linux Release 9.0 added

also removed some early obsoleted 8.x releases
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Oracle Linux Release 9.0 needs adding
2 participants