From 6168717ba9cd38bd2fe54f45919fe2a6e87742c7 Mon Sep 17 00:00:00 2001 From: James Brombegrer Date: Thu, 6 Feb 2014 15:02:13 +0000 Subject: [PATCH] Permit Jessie as a release name. --- base/manifest-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/manifest-schema.json b/base/manifest-schema.json index a5d09c3..b9adbbe 100644 --- a/base/manifest-schema.json +++ b/base/manifest-schema.json @@ -25,7 +25,7 @@ "system": { "type": "object", "properties": { - "release": { "enum": ["wheezy", "testing", "unstable"] }, + "release": { "enum": ["wheezy", "jessie", "testing", "unstable"] }, "sections": { "type": "array", "minItems": 1