component
Element Content Model | ||
component ::= ( name ) |
||
Attributes | ||
Name | Type | Default |
active |
Enumeration:
yes no |
"yes" |
list-most-recent |
Enumeration:
yes no |
"no" |
update-rpms |
Enumeration:
yes no |
"yes" |
scan |
Enumeration:
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 |
scan | Activate or de-activate scanning of the rpm directory. De-activating scanning of an rpm directory might be usefull for rpm directories that won't change anymore, are stored on removable media, such as cd, dvd, usb sticks, etc. Scanning can be manually activated from the command line with the argument --scan. | yes |
update-rpms | Activate or de-activate downloading of rpms from the download server for this specific component. | yes *1 |