GOPSI-6: Filling up hd with old builds. Adding autopurge options

This commit is contained in:
2012-02-06 01:15:25 +01:00
parent b93d43e140
commit a045ccb817
2 changed files with 64 additions and 2 deletions

View File

@@ -78,6 +78,21 @@ OPSI_REPOS_UPLOAD_SOURCE=true
OPSI_REPOS_UPLOAD_BIN=false
OPSI_REPOS_OPSIMANAGER_INSTALL=false
##
# Limiting instances of published version
# Valid values: true|false
OPSI_REPOS_PURGE=false
# defines the max. instances of published versions per product
# Valid values: 0...n, 0: disable autocleanup
OPSI_REPOS_PURGE_LIMIT=3
# defines limits for special products
# Valid values: 0...n, 0: disable autocleanup
OPSI_REPOS_PURGE_LIMIT_productname1=2
OPSI_REPOS_PURGE_LIMIT_productname2=6
###############################
# Distribution / Vendor settings
###############################