From 4ed7260b276f1288516e7f65d1a47bd1e0cc200c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Thu, 16 Nov 2023 09:52:50 +0100 Subject: [PATCH] Add ObsProduct image format to docu --- README.md | 1 + docs/build_config.adoc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f2da8da81..8858d4dde 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,7 @@ supported by the kiwi tool - *SimpleImage*—`chroot` `tar` ball based on `rpm` spec file syntax - [Debian](http://debian.org) *Livebuild* - *Preinstallimages*—for speeding up builds esp. inside of [OBS](http://openbuildservice.org/) +- OBS Product Builds, to generate rpm-md trees and installable images. Desktop Image formats --- diff --git a/docs/build_config.adoc b/docs/build_config.adoc index b7e89f403..1b73eee7f 100644 --- a/docs/build_config.adoc +++ b/docs/build_config.adoc @@ -395,7 +395,7 @@ architecture!). For example arm-linux-gnueabihf for armv7hl builds. Build recipe type. This is the format of the file which provides the build description. This gets usually autodetected, but in some rare cases it can be set here to either one of these: spec, dsc, kiwi, -livebuild, arch, preinstallimage. +livebuild, arch, preinstallimage, obsproduct. Defines the build recipe format. Valid values are currently: none, spec, dsc, arch, kiwi, preinstallimage. If no type is specified, OBS deduces a