Glossary ======== .. glossary:: Variant-Id Describes *how* a particular :term:`Step` of a :term:`Package` is built. This includes all scripts, environment variables and recursive dependencies. See :ref:`concepts-implicit-versioning`. Build-Id Describes *what* is actually being built. This takes into account the actual sources of the checkout step, the build- and package-step scripts and recursively all depenencies. It identifies the (expected) build result and is used as index key of binary artifacts. See :ref:`concepts-implicit-versioning`. Recipe Yaml file holding the blueprint of what packages are built. Can inherit from :term:`classes ` to reduce redundancy. When parsing the recipe graph one or more :term:`packages ` are created from a single recipe. Package Particular instance of a recipe after resolving all inputs of the recipe (environment, tools, sandbox) and all dependencies. Class Syntactically the same as a recipe. Used to factor out common parts of recipes to remove redundancy. Step One of the three individual build steps of a recipe/package that are defined in Bob: checkout-, build- and package-step. Package-Id Describes *how* a :term:`Package` is built. Identical to the :term:`Variant-Id` of the package :term:`Step`.