Skip to content

Instantly share code, notes, and snippets.

@MosesMendoza
Created August 8, 2014 17:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MosesMendoza/81ddd8c33e89074da628 to your computer and use it in GitHub Desktop.
Save MosesMendoza/81ddd8c33e89074da628 to your computer and use it in GitHub Desktop.
data service test set
@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 } } }
@MosesMendoza
Copy link
Author

{
"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