CentOS Build System (CBS)¶
Automotive SIG and AutoSD packages are built by the CentOS Build System (CBS). The procedure to contribute RPM packages is similar for both the Automotive SIG and AutoSD. The only difference is the CBS tags used, which classify packages in the build system based on their destination.
CBS appends the root tag to reflect one of the following four targets, which specifies where each RPM package is routed according to its stage of acceptance:
-build
- where the packages are built
-candidate
- where the packages land after they are built
-testing
- where the packages are tested
-release
- where stable, released packages land
Automotive SIG CBS tags¶
- automotive9s-packages-main-el9s
-
This is the tag you specify when using the
cbs build
command for RPM packages based on CentOS Stream 9 intended for the main Automotive SIG RPM repository. - automotive9s-packages-experimental-el9s
-
This is the tag you specify when using the
cbs build
command for experimental RPM packages based on CentOS Stream 9 intended for the main Automotive SIG RPM repository. - automotive10s-packages-main-el10s
-
This is the tag you specify when using the
cbs build
command for RPM packages based on CentOS Stream 10 intended for the main Automotive SIG RPM repository.
AutoSD CBS tags¶
- autosd9s-packages-main-el9s
-
This is the tag you specify when using the
cbs build
command for RPM packages based on CentOS Stream 9 intended for the main AutoSD RPM repository. - autosd10s-packages-main-el10s
-
This is the tag you specify when using the
cbs build
command for RPM packages based on CentOS Stream 9 intended for the main AutoSD RPM repository.