Added opsi-builder.cfg: CHECKSUM_AUTOCREATE: Every downloaded file is checked using SHA1 algorithm against a checksum file, if this file ist not available, it will be created on-the-fly, dependent on this setting.

This commit is contained in:
2012-02-01 14:37:59 +01:00
parent e9754434bb
commit 2c21c221ff
4 changed files with 32 additions and 15 deletions

View File

@@ -21,6 +21,12 @@ DEBUG_LEVEL=
# release : passed the testing and go's to productive
STATUS="integration"
# CHECKSUM_AUTOCREATE - Every downloaded file is checked using SHA1 algorithm
# against a checksum file, if this file ist not available, it will be created
# on-the-fly, dependent on this setting.
# Valid values: true|false, Default: false
CHECKSUM_AUTOCREATE=false
###############################
# CREATOR
###############################