summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6f0b816)
raw | patch | inline | side by side (parent: 6f0b816)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 30 Nov 2010 17:04:38 +0000 (17:04 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 30 Nov 2010 17:04:38 +0000 (17:04 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20454 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/fai/admin/systems/services/repository/class_servRepository.inc | patch | blob | history |
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 01e424610f8cd42257004d3bb54e2626956161a9..e49583f0c751ee4baf071f872cd28494164a0fea 100644 (file)
"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.