Skip to content

Commit

Permalink
Drop legacy oracle 32bit / oracle 6 data
Browse files Browse the repository at this point in the history
Result of a discussion we had in #321
  • Loading branch information
bastelfreak committed Aug 11, 2023
1 parent fdd0966 commit b051662
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/beaker-hostgenerator/data.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1085,8 +1085,7 @@ def generate_osinfo
end

# Oracle / OracleLinux
yield ['oracle6-32', 'el-6-i386']
(6..9).each do |release|
(7..9).each do |release|
yield ["oracle#{release}-64", "el-#{release}-x86_64"]
end

Expand Down

0 comments on commit b051662

Please sign in to comment.