- 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:
@@ -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"
|
||||
|
||||
|
||||
#################
|
||||
|
||||
@@ -13,6 +13,9 @@
|
||||
# the defined builder script itself. Also, calling the predefined
|
||||
# targets builder_<targetname> is possible.
|
||||
#
|
||||
# Abstract:
|
||||
# target order: config, prepare, retrieve, create, package, publish, commit, cleanup
|
||||
# callbacks: cb_package_makeproductfile
|
||||
#
|
||||
##############################################################################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user