component
Element Content Model | ||
component ::= (name,url,(accept|reject)*,(script|wget)?) | ||
Attributes | ||
Name | Type | Default |
active | (yes|no) | yes |
list-most-recent | (yes|no) | no |
update-rpms | (yes|no) | yes |
Holds all information belonging to 1 component
Attribute explanation:
variable | explanation | cla |
---|---|---|
active | This attribute determines if a component is to be used or discarded. With this switch it is possible to de-activate the processing of this component, without removing the data from the configuration file. | no |
list-most-recent | If set to yes a list with the most recent rpms provided by the component is being created. This can be usefull for automatic installation programs, like e.g. autoyast. The list is called contlist.<component name>.bz2 and is stored in the directory "base" of the apt repository | yes |
update-rpms | Activate or de-activate downloading of rpms from the download server for this specific component. | yes *1 |