apm_order_upgrade_scripts (private)
apm_order_upgrade_scripts upgrade_script_names
Defined in packages/acs-tcl/tcl/apm-install-procs.tcl
Upgrade scripts are ordered so that they may be executed in a sequence that upgrades package. For example, if you start at version 1.0, and need to go to version 2.0, a correct order would be 1.0-1.5, 1.5-1.6, 1.6-2.0.
- Parameters:
- upgrade_script_names (required)
- Returns:
- an ordered list of upgrade script names.
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.