apm_build_repository (private)
apm_build_repository [ -debug ] [ -channels channels ] \ [ -head_channel head_channel ]
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 Lars' build-repository.tcl page.
- Switches:
- -debug (optional, boolean, defaults to
"0"
)- Set to 1 to test with only a small subset of packages instead of the whole cvs tree.
- -channels (optional, defaults to
"*"
)- Generate apm files for the matching channels only
- -head_channel (optional, defaults to
"HEAD"
)- The artificial branch label to apply to HEAD. Should be one minor version past the current release.
- Returns:
- 0 for success. Also outputs debug messages to log.
- Author:
- Lars Pind <lars@collaboraid.biz>
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.