Changes between Version 16 and Version 17 of Obsolete/MovedToTree/PackageManagement/BuildingPackages


Ignore:
Timestamp:
May 29, 2013, 1:23:21 AM (11 years ago)
Author:
bonefish
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Obsolete/MovedToTree/PackageManagement/BuildingPackages

    v16 v17  
    7676 * `global-settings-files`: A list of global settings file infos. The list elements must have the following format:
    7777{{{
    78 global_settings_file_info:      ::= path [ "keep-old" | "manual" | "mergeable" ]
     78global_settings_file_info:      ::= path [ "keep-old" | "manual" | "auto-merge" ]
    7979}}}
    8080   `path` is the relative path of the settings file, starting with "settings/". If no keyword is given after the path, the settings file is not included in the package. It will be created by the software or by the user. If a keyword is given, the settings file (a default version) is included in the package and it will be extracted on package activation. The keyword specifies what shall happen when the package is updated and a previous default version of the settings file has been modified by the user:
    8181   - "keep-old": Indicates that the software can read old settings files and the user-modified file should be kept.
    8282   - "manual": Indicates that the software may not be able to read an older file and the user may have to manually adjust it.
    83    - "mergeable": Indicates that the file format is simple text and a three-way merge shall be attempted.
     83   - "auto-merge": Indicates that the file format is simple text and a three-way merge shall be attempted.
    8484 * `user-settings-files`: A list of user settings file infos. The list elements must have the following format:
    8585{{{