Skip to content

Commit

Permalink
Drop legacy oracle 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 4, 2023
1 parent 61c7244 commit 21176d6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/beaker-hostgenerator/data.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1076,12 +1076,6 @@ def generate_osinfo
end
end

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

# Scientific Linux
yield ['scientific7-64', 'el-7-x86_64']

Expand Down

0 comments on commit 21176d6

Please sign in to comment.