Pass parent id/respin id to CTS
When the --target-dir option is used, the compose can be created in CTS, but the parent and respin information is not passed through. That leads to data missing later on. JIRA: RHELCMP-11411 Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
3175ede38a
commit
0c3b6e22f9
2 changed files with 15 additions and 2 deletions
|
|
@ -300,7 +300,12 @@ def main():
|
|||
|
||||
if opts.target_dir:
|
||||
compose_dir = Compose.get_compose_dir(
|
||||
opts.target_dir, conf, compose_type=compose_type, compose_label=opts.label
|
||||
opts.target_dir,
|
||||
conf,
|
||||
compose_type=compose_type,
|
||||
compose_label=opts.label,
|
||||
parent_compose_ids=opts.parent_compose_id,
|
||||
respin_of=opts.respin_of,
|
||||
)
|
||||
else:
|
||||
compose_dir = opts.compose_dir
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue