Moved STATUS information from project.cfg to builder.cfg

This commit is contained in:
2012-01-28 11:20:26 +01:00
parent 38255ee031
commit 353bd1754c
3 changed files with 31 additions and 19 deletions

View File

@@ -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
#################################