apm_get_package_repository (public)
apm_get_package_repository [ -repository_url repository_url ] \ -array array
Defined in packages/acs-tcl/tcl/apm-install-procs.tcl
Gets a list of packages available for install from either a remote package repository or the local filesystem.
- Switches:
- -repository_url (optional)
- The URL for the repository channel to get from, or the empty string to search the local filesystem instead.
- -array (required)
- Name of an array where you want the repository stored. It will be keyed by package-key, and each entry will be an array list returned by apm_read_package_info_file.
- Author:
- Lars Pind <lars@collaboraid.biz>
- See Also:
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.