diff options
author | Javier Jardón <jjardon@gnome.org> | 2019-09-12 12:56:09 +0100 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2019-09-12 13:54:48 +0100 |
commit | e27dffd2e5003020e7cad13160b4f5311898ceba (patch) | |
tree | a624f4a3d98e96a8afa39e5fc18e496fb1c93218 /src/buildstream/data | |
parent | 38c620928fc0547f613a2e4c4f7f894c5c8172e2 (diff) | |
download | buildstream-e27dffd2e5003020e7cad13160b4f5311898ceba.tar.gz |
Fail if we try to build a BST_FORMAT_VERSION we do not support anymorejjardon/BST_FORMAT_VERSION
bst-1.x support BST_FORMAT_VERSION == 17, as that is not supported by
master I think is ok to set BST_FORMAT_VERSION_MIN = 18
Diffstat (limited to 'src/buildstream/data')
-rw-r--r-- | src/buildstream/data/projectconfig.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buildstream/data/projectconfig.yaml b/src/buildstream/data/projectconfig.yaml index ee4055cf5..d84edbf92 100644 --- a/src/buildstream/data/projectconfig.yaml +++ b/src/buildstream/data/projectconfig.yaml @@ -4,8 +4,8 @@ # General configuration defaults # -# Require format version 0 -format-version: 0 +# Require format version 18 +format-version: 18 # Elements are found at the project root element-path: . |