From 84d920c173377f0064887757b295c6afa56bcacf Mon Sep 17 00:00:00 2001 From: cajus Date: Tue, 30 Nov 2010 17:04:38 +0000 Subject: [PATCH] Updated plproperties git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20454 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../services/repository/class_servRepository.inc | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) 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. -- 2.30.2