Permit referring to Jessie as 'jessie', not just as 'testing' (as when Jessie goes stable in a year, we dont want to be then updating this build script).

This commit is contained in:
James Bromberger 2014-02-08 16:28:52 +00:00
parent c708e5ab42
commit 1ef9d07118
2 changed files with 6 additions and 0 deletions

View file

@ -7,6 +7,9 @@
"wheezy": [ "wheezy": [
"auto eth0", "auto eth0",
"iface eth0 inet dhcp" ], "iface eth0 inet dhcp" ],
"jessie": [
"auto eth0",
"iface eth0 inet dhcp" ],
"testing": [ "testing": [
"auto eth0", "auto eth0",
"iface eth0 inet dhcp" ], "iface eth0 inet dhcp" ],

View file

@ -5,6 +5,9 @@
"wheezy": { "wheezy": {
"amd64": "linux-image-amd64", "amd64": "linux-image-amd64",
"i386" : "linux-image-686" }, "i386" : "linux-image-686" },
"jessie": {
"amd64": "linux-image-amd64",
"i386" : "linux-image-686" },
"testing": { "testing": {
"amd64": "linux-image-amd64", "amd64": "linux-image-amd64",
"i386" : "linux-image-686" }, "i386" : "linux-image-686" },