- new: Status=Integration: RELEASE will be automatically created

- new: Add winst variable: IconFile
- new: Add new winst variables: VENDOR PN VERSION RELEASE PRIORITY ADVICE TYPE CREATOR_TAG CREATOR_NAME CREATOR_EMAIL
- optimize code, docu
This commit is contained in:
2012-01-28 10:29:54 +01:00
parent 8b262b2b46
commit 6c83a4ba2a
4 changed files with 63 additions and 26 deletions

View File

@@ -8,6 +8,17 @@ RELEASE="3"
PRIORITY="0"
ADVICE=""
# STATUS - defines the stabability of the build
# Valid values:
# integration: this is used by a continuous integration server.
# Note: The RELEASE will be set AUTOMATICALLY !!
# testing : it's in the testing/QM process
# release : passed the testing and go's to productive
STATUS="integration"
# TYPE - defines, if the install files are public or restricted.
# Valid value: restrict | public
TYPE="public"
#################