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:
@@ -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
|
||||
###############################
|
||||
|
||||
Reference in New Issue
Block a user