Actions
Bug #26326
closedThe CV exported tar should have minor version of Content View
Status:
Closed
Priority:
Normal
Assignee:
Category:
Inter Server Sync
Target version:
Difficulty:
trivial
Triaged:
Yes
Bugzilla link:
Description
Description of problem:
Currently, the exported tar is written with the name in format export-cvname-cvvid.tar,
but the exported tar should have minor version of Content View too:
export-<cv_name>-<cvv MinorMajor>.tar
Version-Release number of selected component (if applicable):
Satellite 6.5.0 Snap 13.0
How reproducible:
Always
Steps to Reproduce:
1. Export content view version to some directory
2. Look at the tar name in the exported directory.
Actual results:
The exported tar does not have minor version of Content View in name:
i.e. export-cvname-cvvid.tar
Expected results:
The exported tar should have minor version of Content View in name:
Expected: export-<cv_name>-<cvv Major>.<cvv Minor>.tar
Actions