Difference between revisions of "Global Configuration Files"
(Created page with "= Global File Structure = Under the L10n Streamlining directory (typically ~jenkins/Lingoport_Data/L10nStreamlining), each group file structure follows this pattern: <pre>...") |
(→Global File Structure) |
||
Line 1: | Line 1: | ||
= Global File Structure = |
= Global File Structure = |
||
− | Under the L10n Streamlining directory (typically ~jenkins/Lingoport_Data/L10nStreamlining), |
+ | Under the L10n Streamlining directory (typically ~jenkins/Lingoport_Data/L10nStreamlining), the global configuration files are located in <code>config</code> directory. |
<pre> |
<pre> |
||
+ | <L10nStreamlining> |
||
− | <group_name> |
||
├── config |
├── config |
||
│ ├── config_due_dates.xml |
│ ├── config_due_dates.xml |
||
− | + | ├── <group_name> |
|
− | │ ├── |
+ | │ ├── config |
+ | │ ... |
||
− | │ ├── config_lingotek_locale_mapping.properties |
||
+ | │ |
||
− | │ ├── config_lrm_info.properties |
||
− | │ ├── config_pseudo_loc.xml |
||
− | │ ├── config_ws_locale_mapping.properties |
||
− | │ └── config_ws_locale_projecttype_mapping.properties |
||
└── projects |
└── projects |
||
└── <project 1> |
└── <project 1> |
||
├── config |
├── config |
||
− | │ ├── config_email_recipients.xml |
||
− | │ └── config_vcs.properties |
||
... |
... |
||
+ | |||
</pre> |
</pre> |
||
− | + | Some of the config files can be copied down to the group and project levels. |
Revision as of 23:41, 26 April 2016
Global File Structure
Under the L10n Streamlining directory (typically ~jenkins/Lingoport_Data/L10nStreamlining), the global configuration files are located in config
directory.
<L10nStreamlining> ├── config │ ├── config_due_dates.xml ├── <group_name> │ ├── config │ ... │ └── projects └── <project 1> ├── config ...
Some of the config files can be copied down to the group and project levels.