Add type to base product for layered releases

Default value is "ga", can be overwritten by `base_product_type` config
option.

Fixes: #305
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2016-05-23 14:12:23 +02:00
parent fcfdb36352
commit 385f0e950c
3 changed files with 6 additions and 0 deletions

View file

@ -98,6 +98,10 @@ Options
**base_product_version**
(*str*) -- base product **major** version
**base_product_type** = "ga"
(*str*) -- base product type, "ga", "updates" etc., for full list see
documentation of *productmd*.
Example
-------