apm_git_repo_channels (private)
apm_git_repo_channels -path path
Defined in packages/acs-admin/tcl/apm-admin-procs.tcl
Extracts the available tags and branches from an OpenACS Git repo. This assumes the specific Git setup for our repo, hence it is meant for internal use only.
- Switches:
- -path (required)
- Returns:
- list of branch names
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: set channels [apm_git_repo_branches -path $path] lappend channels {*}[apm_git_repo_tags -path $path]XQL Not present: PostgreSQL, Oracle Generic XQL file: packages/acs-admin/tcl/apm-admin-procs.xql