Allow stable/oldstable on manifest

This closes #94.
This commit is contained in:
Tiago Ilieve 2014-06-19 14:50:59 -03:00
parent 99dc07b44e
commit a9a5be7717

View file

@ -41,7 +41,12 @@
"system": { "system": {
"type": "object", "type": "object",
"properties": { "properties": {
"release": { "enum": ["squeeze", "wheezy", "jessie", "testing", "unstable"] }, "release": {
"enum": [
"squeeze", "wheezy", "jessie", "sid",
"oldstable", "stable", "testing", "unstable"
]
},
"architecture": { "enum": ["i386", "amd64"] }, "architecture": { "enum": ["i386", "amd64"] },
"bootloader": { "enum": ["pvgrub", "grub", "extlinux"] }, "bootloader": { "enum": ["pvgrub", "grub", "extlinux"] },
"timezone": { "type": "string" }, "timezone": { "type": "string" },