TIP 78: TEA 2.0 Definitions

Login
Author:         Andreas Kupries <[email protected]>
Author:         Larry W. Virden <[email protected]>
State:          Draft
Type:           Informative
Vote:           Pending
Created:        15-Dec-2001
Post-History:   

Abstract

This document is an informational TIP providing definitions for commonly used terms (like package, extension, core, distribution, etc.) to make future communication among people in the community easier. It is recommended that future and past documents specifying details inside of the greater context of TEA refer to this document to ensure a consistent usage of terms.

Background

This document is an adjunct to the [TIP <>]. (DKF - Is this meant to be a reference to [34]? Edit to such if so...)

To facilitate the specification and adoption of clearly defined interfaces to various activities and technologies it specifies a number of terms used by the community at large to create a greater unity and coherence in the usage of these terms. In other words, by creating generally accepted definitions for important terms the risk of misunderstanding each other is reduced.

Specification of Technical Terms

This section specifies a number of important technical terms in alphabetical order. Terms used inside of a specification are highlighted.

Roles

The terms in the preceding section specified both passive data structures and actions upon them. This section specifies the possible actors, i.e. entities which perform one or more of these actions.

To make the specification easier, related actions are grouped into roles of behavior. The mapping from roles to actual actors, i.e. people and organizations is n:m. On other words, one actor may have several roles, either at once or changing over time and one role can be held by several distinct actors.

Examples are given at the end of this section.

  1. Catalog manager

    A catalog manager handles one or more catalogs. He is responsible for

    * the final name arbitration for packages with conflicting names

    * and the categorization of the packages indexed by the catalog.

  2. P/A Builder

    A package and/or application builder is a person and/or organization

    * who retrieves raw distributions from source repositories and (in a sequence of several steps) generates binary distributions from them.

    * or who retrieves source distributions from distribution repositories and (in a sequence of several steps) generates binary distributions from them.

    * uploads the generated binary distributions into one or more distribution repositories.

    * uploads the generated source distributions into one or more distribution repositories.

    The intermediate steps performed by a builder are Preparation, Building, and Binary generation.

    If System administrator and P/A Builder coordinate with each other it is also possible to install a package directly from the built package.

    NOTE: Think about splitting P/A Builder into two roles; one for the preparation of source distributions and a second role for the generation of binary distributions.

             TODO Find some nice names for the split roles.
    
  3. P/A Developer

    A developer is a P/A User whose tasks include the creation of new packages and/or applications. A workspace contains the raw sources of these new packages and applications. For posterity and version control it is kept synchronized with one or more source repositories.

    During development, at least one installation has to be accessible, containing the initial packages, the new packages and the applications built upon the packages.

  4. P/A User

    A person or organization which uses Tcl based tools but does not develop new code. Its workspace contains the files required for the tasks at hand.

    The border between the roles of P/A Developer and P/A User blurs if the tool being used allows one to customize/program/extend it in Tcl.

  5. Repository manager

    This role handles the management of all types of repositories. This role is not part of the development process per se and has no direct actions for with regards to distributions, packages, sources, etc.

    Repository managers are responsible for keeping the system up and running, doing adequate backups, supporting mirrors, providing browsing and download capabilities, providing confidence that updates to items in the repository are being done by the approved person or persons, etc.

    The role is related to System administrator, but not the same. It was split out of that role because a System-Administrator is usually internal to an organization whereas a repository and its management can be provided by an entity external to the organization.

  6. System administrator

    A system administrator manages

    * one or more installations of the Tcl core and additional packages. Each installation may be configured differently (Tcl version, installed packages, platform, ...).

    * Installed packages are taken either from a distribution repository or directly from a built package. The latter has to be done in coordination with a P/A Builder.

    Her responsibilities include

    * the creation of empty installations,

    * the destruction of installations,

    * the addition and removal of packages to/from an existing installation.

The three P/A roles are central to the development process and bound together in a tight loop of information flowing between them. The other three roles handle the support structure without which the other roles would be unable to communicate and collaborate.

Examples:

Visual Representation

The following drawings are a visual adjunct to the terms in the last sections to aid in the understanding of the terms and their relations.

Legend:

Roles, Data and Actions

Relationships Between Data Entities

Copyright

This document has been placed in the public domain.