]> git.e2factory.org Git - e2factory.git/commitdiff
syntax: this version of e2factory introduces a new syntax version
authorGordon Hecker <gh@emlix.com>
Mon, 3 May 2010 09:32:29 +0000 (11:32 +0200)
committerGordon Hecker <gh@emlix.com>
Mon, 3 May 2010 09:34:59 +0000 (11:34 +0200)
with the following features:
 * env attribute in source configuration
 * env attribute in result configuration

Support for old configuration versions is discontinued as versions
2.3.4 or above handle result specific environment in a stricter way,
leading to issues when environment for non-existent results is
configured.

Signed-off-by: Gordon Hecker <gh@emlix.com>
make.vars

index 8dd962037f5371e4fd380d9871ae5f49523dc2cc..f09a10b9d9e7b248b01c99b22a9ab6aadf412b2b 100644 (file)
--- a/make.vars
+++ b/make.vars
@@ -21,7 +21,7 @@ else
 endif
 
 # list the latest one first
-SYNTAX = 2_3_2
+SYNTAX = 2_3_6
 
 # Global interface version describes the server side data format
 # It is stored in a file named `version` in the server side project location.