summaryrefslogtreecommitdiffstats
path: root/tests/auto/installer/contentshaupdate/data/repositoryUpdate/componentA/0.1.0content.7z
Commit message (Collapse)AuthorAgeFilesLines
* Add alternative way to update components from repositoryKatja Marttila2021-03-031-0/+0
Components can be updated from online repository using version number. Sometimes there is a need to update to an older version which is now possible by using content sha. Content sha can be added to repository with repogen --sha-update <component_id>. If there is a new content sha available in the repository, component is updated although it version number might be smaller. After the content sha is removed from online repository, the normal update with version number is performed. Task-number: QTIFW-1798 Change-Id: Id9e32b0345af5101cccaf6e30c81bd39691d9590 Reviewed-by: Arttu Tarkiainen <arttu.tarkiainen@qt.io>