apm_package_upgrade_from (private)
apm_package_upgrade_from package_key version_name
Defined in packages/acs-tcl/tcl/apm-install-procs.tcl
- Parameters:
- package_key (required)
- The package you're installing
- version_name (required)
- The version of the package you're installing
- Returns:
- the version of the package currently installed, which we're upgrading from, if it's different from the version_name passed in. If this is not an upgrade, returns the empty string.
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.