apm_git_build_repository (private)
apm_git_build_repository [ -debug ] [ -force_fresh ] \ [ -channels channels ] [ -min_final_version min_final_version ] \ [ -min_compat_version min_compat_version ]
Defined in packages/acs-admin/tcl/apm-admin-procs.tcl
Rebuild the repository on the local machine. Only useful for the openacs.org site. Adapted from the CVS implementation, which came from Lars' build-repository.tcl page.
- Switches:
- -debug (optional, boolean, defaults to
"0"
)- Set to 1 to test with only a small subset of packages and branches instead of all of them.
- -force_fresh (optional, boolean, defaults to
"false"
)- Force a frech clone of the Git repos.
- -channels (optional, defaults to
"*"
)- A string match style pattern. Generate apm files for the matching channels only
- -min_final_version (optional, defaults to
"5.8.0"
)- -min_compat_version (optional, defaults to
"5.3.0"
)- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.