From: cajus Date: Tue, 30 Nov 2010 17:04:38 +0000 (+0000) Subject: Updated plproperties X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=84d920c173377f0064887757b295c6afa56bcacf;p=gosa.git Updated plproperties git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20454 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/fai/admin/systems/services/repository/class_servRepository.inc b/gosa-plugins/fai/admin/systems/services/repository/class_servRepository.inc index 01e424610..e49583f0c 100644 --- a/gosa-plugins/fai/admin/systems/services/repository/class_servRepository.inc +++ b/gosa-plugins/fai/admin/systems/services/repository/class_servRepository.inc @@ -411,18 +411,8 @@ class servrepository extends goService "name" => "repositoryBranchHook", "type" => "command", "default" => "", - "description" => _("The FAI plugin can be used in a way that it generates branched or freezed releases inside your repository. Specifying the 'postcreate' and 'postmodify' keywords in the 'Repository service', calls the provided script as a hook when adding or removing branches. This script should do the rest inside of your repository.") - ." - Example: - repositoryBranchHook=\"/opt/dak/bin/get_extra_repos\" - postcreate=\"/opt/dak/bin/handle_repository '%lock_dn' '%lock_name' '%lock_type' \"", - "check" => "gosaProperty::isCommand", - "migrate" => "", - "group" => "plugin", - "mandatory" => FALSE - ) - - ), + "description" => _("Script to manage branching and freezing of FAI repositories. Please read the FAQ for details.") + )), "plProvidedAcls"=> array( # "start" => _("Service start"), // Remove this to hide the start button at all.