From 7393d7cfb56603ea7a4c156d8027baf3e9817b68 Mon Sep 17 00:00:00 2001 From: Anders Ingemann Date: Sun, 13 Dec 2015 15:24:37 +0100 Subject: [PATCH] Only allow the minbase variant --- bootstrapvz/base/manifest-schema.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/bootstrapvz/base/manifest-schema.yml b/bootstrapvz/base/manifest-schema.yml index aaebfe1..a5901a8 100644 --- a/bootstrapvz/base/manifest-schema.yml +++ b/bootstrapvz/base/manifest-schema.yml @@ -35,11 +35,7 @@ properties: $ref: '#/definitions/path' variant: type: string - enum: - - minbase - - buildd - - fakechroot - - scratchbox + enum: [minbase] required: [workspace] additionalProperties: false system: