File 'lib/engine.tcl' (part of 'Makedist')


Home | Packages | Files | Procedures | Keywords | External packages


Written by
Andreas Kupries
Description
Interface exported to the users of the package. Contains the glue to read, query, use the defined retrievers, packers and transports.
Depends on
Tcl, Pool_Base
Keywords
interface, initialization, plugin management

::makedist::Log (level args)

Internal log facility. Prepends 'makedist' to the incoming message before logging it via the standard syslog facility of Pool.
Argument: level Relative importance of the logged message. Should be one of the strings returned by '::pool::syslog::levels'.
Argument: args list containing the texts to log.

::makedist::do (args)

Main procedure. This one must be called to generate a complete distribution.
Argument: args List of option/value pairs, followed by the name of the module to work upon. Recognized options are -version, -retriever, -packer, -transport and -builddir.


Generated by AutoDoc 2.1 at 06/05/1999, invoked by Andreas Kupries