e260fe5581
This a standalone script that will look into a compose and create unified ISO for each architecture. The ISO contains RPM repositories for all variants that have the arch. Known issues: * The filename does not respect settings. This is tricky because the name could include variant name, which we don't have here (by design of unified ISO). * The same is true for volume id. In order to test the feature without running actual compose, we need to add essentially a big chunk of compose. Most of the files are empty, as their content is never accessed. Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
34 lines
572 B
Plaintext
34 lines
572 B
Plaintext
[general]
|
|
; WARNING.0 = This section provides compatibility with pre-productmd treeinfos.
|
|
; WARNING.1 = Read productmd documentation for details about new format.
|
|
arch = src
|
|
family = Dummy Product
|
|
name = Dummy Product 1.0
|
|
platforms = src
|
|
timestamp = 1476343975
|
|
variant = Server
|
|
variants = Server
|
|
version = 1.0
|
|
|
|
[header]
|
|
type = productmd.treeinfo
|
|
version = 1.2
|
|
|
|
[release]
|
|
name = Dummy Product
|
|
short = DP
|
|
version = 1.0
|
|
|
|
[tree]
|
|
arch = src
|
|
build_timestamp = 1476343975
|
|
platforms = src
|
|
variants = Server
|
|
|
|
[variant-Server]
|
|
id = Server
|
|
name = Server
|
|
type = variant
|
|
uid = Server
|
|
|