From a9a5be7717c696aace53048d6d47602041709ce0 Mon Sep 17 00:00:00 2001 From: Tiago Ilieve Date: Thu, 19 Jun 2014 14:50:59 -0300 Subject: [PATCH] Allow stable/oldstable on manifest This closes #94. --- bootstrapvz/base/manifest-schema.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/bootstrapvz/base/manifest-schema.json b/bootstrapvz/base/manifest-schema.json index 066c175..5a836f3 100644 --- a/bootstrapvz/base/manifest-schema.json +++ b/bootstrapvz/base/manifest-schema.json @@ -41,7 +41,12 @@ "system": { "type": "object", "properties": { - "release": { "enum": ["squeeze", "wheezy", "jessie", "testing", "unstable"] }, + "release": { + "enum": [ + "squeeze", "wheezy", "jessie", "sid", + "oldstable", "stable", "testing", "unstable" + ] + }, "architecture": { "enum": ["i386", "amd64"] }, "bootloader": { "enum": ["pvgrub", "grub", "extlinux"] }, "timezone": { "type": "string" },