Created
August 8, 2014 17:48
-
-
Save MosesMendoza/81ddd8c33e89074da628 to your computer and use it in GitHub Desktop.
data service test set
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@platform_info = | |
{ :el => | |
{ :'4' => { :arches => [:i386, :x86_64], :support => true, :repo => false, :pkg => :rpm, :signature_format => :'v3', :build_with => :mock, :installer_format => :tar }, | |
:'5' => { :arches => [:i386, :x86_64], :support => true, :repo => true, :pkg => :rpm, :signature_format => :'v3', :build_with => :mock, :installer_format => :tar }, | |
:'6' => { :arches => [:i386, :x86_64], :support => true, :repo => true, :pkg => :rpm, :signature_format => :'v4', :build_with => :mock, :installer_format => :tar } , | |
:'7' => { :arches => [:x86_64], :support => true, :repo => true, :pkg => :rpm, :signature_format => :'v4', :build_with => :mock, :installer_format => :tar } } } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
{
"el": {
"4": {
"arches": [
"i386",
"x86_64"
],
"support": true,
"repo": false,
"pkg": "rpm",
"signature_format": "v3",
"build_with": "mock",
"installer_format": "tar"
},
"5": {
"arches": [
"i386",
"x86_64"
],
"support": true,
"repo": true,
"pkg": "rpm",
"signature_format": "v3",
"build_with": "mock",
"installer_format": "tar"
},
"6": {
"arches": [
"i386",
"x86_64"
],
"support": true,
"repo": true,
"pkg": "rpm",
"signature_format": "v4",
"build_with": "mock",
"installer_format": "tar"
},
"7": {
"arches": [
"x86_64"
],
"support": true,
"repo": true,
"pkg": "rpm",
"signature_format": "v4",
"build_with": "mock",
"installer_format": "tar"
}
}
}