apm_register_package

EveAndersson.com : API Browser : apm_register_package

apm_register_package

apm_register_package [ -callback callback ] path
Defined in packages/acs-core/apm-procs.tcl

Registers a new package and/or version in the database, returning the version_id. If $callback is provided, periodically invokes this procedure with a single argument containing a human-readable (English) status message.

This routine throws an error if the specification file is nonexistent or invalid.

Switches:
-callback (defaults to "apm_dummy_callback")

Parameters:
path
[ show source ]

Show another procedure:

eve@eveandersson.com