Skip to content
Snippets Groups Projects
Commit 5776ef6f authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- refactoring, splitted profile paths in current and upcoming

- refactroing, added xsltproc_binary_path
parent 28665656
Branches
No related tags found
No related merge requests found
......@@ -10,6 +10,17 @@
<grid_x>1</grid_x>
<md_format>1</md_format>
<x_fields>
<x_field>
<field_name>xsltproc_binary_path</field_name>
<label>Path to XSLTProc</label>
<ui_tool_tip>add full path to xsltproc</ui_tool_tip>
<mandatory>true</mandatory>
<x_logic_type>String</x_logic_type>
<x_ui_type>TextField</x_ui_type>
<default_value>/usr/bin/xsltproc</default_value>
<css_class>width40</css_class>
<x_options></x_options>
</x_field>
<x_field>
<field_name>mediaconch_binary_path</field_name>
<label>Path to mediaconch</label>
......@@ -22,11 +33,22 @@
<x_options></x_options>
</x_field>
<x_field>
<field_name>mediaconch_profile_path</field_name>
<field_name>mediaconch_current_profile_path</field_name>
<label>Path to Profile file used for mediaconch</label>
<ui_tool_tip>add full path to Profile file for mediaconch</ui_tool_tip>
<mandatory>true</mandatory>
<default_value>/etc/mediaconch/current_slub.cfg</default_value>
<x_logic_type>String</x_logic_type>
<x_ui_type>TextField</x_ui_type>
<css_class>width40</css_class>
<x_options></x_options>
</x_field>
<x_field>
<field_name>mediaconch_upcoming_profile_path</field_name>
<label>Path to Profile file used for mediaconch</label>
<ui_tool_tip>add full path to Profile file for mediaconch</ui_tool_tip>
<mandatory>true</mandatory>
<default_value>/etc/mediaconch/slub.cfg</default_value>
<default_value>/etc/mediaconch/upcoming_slub.cfg</default_value>
<x_logic_type>String</x_logic_type>
<x_ui_type>TextField</x_ui_type>
<css_class>width40</css_class>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment