Global Configuration Files: Difference between revisions

From Lingoport Wiki
Jump to navigation Jump to search
Created page with "= Global File Structure = Under the L10n Streamlining directory (typically ~jenkins/Lingoport_Data/L10nStreamlining), each group file structure follows this pattern: <pre>..."
 
Line 1: Line 1:
= Global File Structure =  
= Global File Structure =  


Under the L10n Streamlining directory (typically ~jenkins/Lingoport_Data/L10nStreamlining), each group file structure follows this pattern:
Under the L10n Streamlining directory (typically ~jenkins/Lingoport_Data/L10nStreamlining), the global configuration files are located in <code>config</code> directory.


<pre>
<pre>
<group_name>
<L10nStreamlining>
├── config
├── config
│   ├── config_due_dates.xml
│   ├── config_due_dates.xml
│   ├── config_file_cherry_picker.xml
├── <group_name>
│   ├── config_l10n_vendor.properties
│   ├── 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>
Each of the group configuration files can be copied to the project 'config' directory if a project has a configuration different from other projects in that group.
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.