Skip to content

Commit

Permalink
add new product kylinserver10 supporting
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoyun-kylin committed Sep 18, 2024
1 parent 0529505 commit 28dbd29
Show file tree
Hide file tree
Showing 18 changed files with 1,219 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ option(SSG_PRODUCT_EXAMPLE "If enabled, the Example SCAP content will be built"
option(SSG_PRODUCT_FEDORA "If enabled, the Fedora SCAP content will be built" ${SSG_PRODUCT_DEFAULT})
option(SSG_PRODUCT_FIREFOX "If enabled, the Firefox SCAP content will be built" ${SSG_PRODUCT_DEFAULT})
option(SSG_PRODUCT_MACOS1015 "If enabled, the Apple macOS 10.15 SCAP content will be built" ${SSG_PRODUCT_DEFAULT})
option(SSG_PRODUCT_KYLINSERVER10 "If enabled, the Kylin Server V10 content will be built" ${SSG_PRODUCT_DEFAULT})
option(SSG_PRODUCT_OCP4 "If enabled, the OCP4 SCAP content will be built" ${SSG_PRODUCT_DEFAULT})
option(SSG_PRODUCT_OL7 "If enabled, the Oracle Linux 7 SCAP content will be built" ${SSG_PRODUCT_DEFAULT})
option(SSG_PRODUCT_OL8 "If enabled, the Oracle Linux 8 SCAP content will be built" ${SSG_PRODUCT_DEFAULT})
Expand Down Expand Up @@ -323,6 +324,7 @@ message(STATUS "EKS: ${SSG_PRODUCT_EKS}")
message(STATUS "Fedora: ${SSG_PRODUCT_FEDORA}")
message(STATUS "Firefox: ${SSG_PRODUCT_FIREFOX}")
message(STATUS "MacOS 1015: ${SSG_PRODUCT_MACOS1015}")
message(STATUS "Kylin Server V10: ${SSG_PRODUCT_KYLINSERVER10}")
message(STATUS "OCP4: ${SSG_PRODUCT_OCP4}")
message(STATUS "RHCOS4: ${SSG_PRODUCT_RHCOS4}")
message(STATUS "Oracle Linux 7: ${SSG_PRODUCT_OL7}")
Expand Down Expand Up @@ -408,6 +410,9 @@ endif()
if(SSG_PRODUCT_MACOS1015)
add_subdirectory("products/macos1015" "macos1015")
endif()
if(SSG_PRODUCT_KYLINSERVER10)
add_subdirectory("products/kylinserver10" "kylinserver10")
endif()
if(SSG_PRODUCT_OCP4)
add_subdirectory("products/ocp4" "ocp4")
endif()
Expand Down
1 change: 1 addition & 0 deletions build_product
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ all_cmake_products=(
MACOS1015
OPENEMBEDDED
OPENEULER2203
KYLINSERVER10
)

DEFAULT_OVAL_MAJOR_VERSION=5
Expand Down
Loading

0 comments on commit 28dbd29

Please sign in to comment.