Commit 1bc87627 authored by Nicolas Wavrant's avatar Nicolas Wavrant

erp5_upgrader: updates description of promise_check_upgrade to correctly report how it works

parent b51728f4
...@@ -24,16 +24,13 @@ ...@@ -24,16 +24,13 @@
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string>This alarm checks that the upgrader is required. If yes, the upgrader have three steps:\n <value> <string>This alarms controls the upgrade process by calling others upgrader alarms.\n
\n \n
1. Pre-upgrade\n It delegates sense to calling fix on "Run Pre Upgrade" then "Run Upgrade" alarms an aggregating the results.\n
This step will run all constraints that have contraint_type equal pre_upgrade.\n
\n \n
2. Upgrader\n It delegate fix to calling fix on "Run Pre Upgrade" then "Run Upgrade" then "Run Post Upgrade" alarms then aggregating the results.\n
This step will run all constraints that have contraint_type equal upgrade. In this step is supposed to install/upgrade all Business Template required.\n
\n \n
3. Post-Upgrade\n Note that post upgrade steps are not executed in the sense, because they require the upgrade step to be actually executed.</string> </value>
This step will run all constraints that have contraint_type equal post_upgrade.</string> </value>
</item> </item>
<item> <item>
<key> <string>enabled</string> </key> <key> <string>enabled</string> </key>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment