Moved STATUS information from project.cfg to builder.cfg
This commit is contained in:
@@ -9,6 +9,15 @@
|
||||
#################################
|
||||
TMP_DIR=/tmp
|
||||
|
||||
# STATUS - defines the stabability of the build
|
||||
# Valid values:
|
||||
# integration: this is used by a continuous integration server.
|
||||
# NOTE: The 'RELEASE'-variable inside builder-project.cfg
|
||||
# will be increased AUTOMATICALLY !!
|
||||
# testing : it's in the testing/QM process
|
||||
# release : passed the testing and go's to productive
|
||||
STATUS="integration"
|
||||
|
||||
###############################
|
||||
# CREATOR
|
||||
###############################
|
||||
@@ -20,6 +29,8 @@ CREATOR_TAG=xx
|
||||
CREATOR_NAME="Your name"
|
||||
CREATOR_EMAIL="your-email@domain.de"
|
||||
|
||||
|
||||
|
||||
##################################
|
||||
# OPSI repository settings
|
||||
#################################
|
||||
|
||||
Reference in New Issue
Block a user