mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
Permit Jessie as a release name.
This commit is contained in:
parent
648369587a
commit
6168717ba9
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
"system": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"release": { "enum": ["wheezy", "testing", "unstable"] },
|
||||
"release": { "enum": ["wheezy", "jessie", "testing", "unstable"] },
|
||||
"sections": {
|
||||
"type": "array",
|
||||
"minItems": 1
|
||||
|
|
Loading…
Add table
Reference in a new issue