You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
xbstrap now validates the YAML input. For Vineyard, it raises the following issues:
xbstrap: Failed to validate boostrap.yml
* Error in file: ../src/bootstrap.yml, YAML element: tools/1
Additional properties are not allowed ('environ' was unexpected)
* Error in file: ../src/bootstrap.yml, YAML element: packages/0
Additional properties are not allowed ('regenerate' was unexpected)
I believe both problems are just one missing layer of indentation so they should be easily fixable.
The text was updated successfully, but these errors were encountered:
avdgrinten
changed the title
bootstrap.yml issues
bootstrap.yml validation issues
Jun 9, 2020
xbstrap now validates the YAML input. For Vineyard, it raises the following issues:
I believe both problems are just one missing layer of indentation so they should be easily fixable.
The text was updated successfully, but these errors were encountered: