mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
23 lines
529 B
JSON
23 lines
529 B
JSON
![]() |
{ // This is a mapping of Debian release names to their respective codenames
|
||
|
"unstable": "sid",
|
||
|
"testing": "jessie",
|
||
|
"stable": "wheezy",
|
||
|
"oldstable": "squeeze",
|
||
|
|
||
|
"jessie": "jessie",
|
||
|
"wheezy": "wheezy",
|
||
|
"squeeze": "squeeze",
|
||
|
|
||
|
// The following release names are not supported, but included of completeness sake
|
||
|
"lenny": "lenny",
|
||
|
"etch": "etch",
|
||
|
"sarge": "sarge",
|
||
|
"woody": "woody",
|
||
|
"potato": "potato",
|
||
|
"slink": "slink",
|
||
|
"hamm": "hamm",
|
||
|
"bo": "bo",
|
||
|
"rex": "rex",
|
||
|
"buzz": "buzz"
|
||
|
}
|