Skip to content

Instantly share code, notes, and snippets.

@campaul
Created December 10, 2014 00:06
Show Gist options
  • Save campaul/56ec0703428e5f644291 to your computer and use it in GitHub Desktop.
Save campaul/56ec0703428e5f644291 to your computer and use it in GitHub Desktop.
Potential Distro JSON Format
distros = {
'Ubuntu': {
'12.04': {
'Desktop': {
'i386': {
'DVD': {
'torrent': 'foo',
'magnet': 'bar',
'direct': 'baz',
'project': 'quux'
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment