• Publicity: Public Only All

install-procs.tcl

Bug Tracker Install library Procedures that deal with installing, instantiating, mounting.

Location:
packages/bug-tracker/tcl/install-procs.tcl
Created:
2003-01-31
Author:
Lars Pind
CVS Identification:
$Id$

Procedures in this file

Detailed information

bug_tracker::install::package_install (private)

 bug_tracker::install::package_install

Package installation callback proc

Testcases:
No testcase defined.

bug_tracker::install::package_instantiate (private)

 bug_tracker::install::package_instantiate -package_id package_id

Package instantiation callback proc

Switches:
-package_id (required)

Testcases:
No testcase defined.

bug_tracker::install::package_uninstall (private)

 bug_tracker::install::package_uninstall

Package un-installation callback proc

Testcases:
No testcase defined.

bug_tracker::install::package_uninstantiate (private)

 bug_tracker::install::package_uninstantiate -package_id package_id

Package un-instantiation callback proc

Switches:
-package_id (required)

Testcases:
No testcase defined.

bug_tracker::install::package_upgrade (private)

 bug_tracker::install::package_upgrade \
    -from_version_name from_version_name \
    -to_version_name to_version_name

Package before-upgrade callback

Switches:
-from_version_name (required)
-to_version_name (required)

Testcases:
No testcase defined.

bug_tracker::install::register_bug_notification_info_impl (private)

 bug_tracker::install::register_bug_notification_info_impl

Testcases:
No testcase defined.

bug_tracker::install::register_capture_resolution_code_impl (private)

 bug_tracker::install::register_capture_resolution_code_impl

Testcases:
No testcase defined.

bug_tracker::install::register_component_maintainer_impl (private)

 bug_tracker::install::register_component_maintainer_impl

Testcases:
No testcase defined.

bug_tracker::install::register_format_log_title_impl (private)

 bug_tracker::install::register_format_log_title_impl

Testcases:
No testcase defined.

bug_tracker::install::register_implementations (private)

 bug_tracker::install::register_implementations

Testcases:
No testcase defined.

bug_tracker::install::register_project_maintainer_impl (private)

 bug_tracker::install::register_project_maintainer_impl

Testcases:
No testcase defined.

bug_tracker::install::unregister_implementations (private)

 bug_tracker::install::unregister_implementations

Testcases:
No testcase defined.
[ show source ]