Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
4.1.0
-
-
Qt Installer Sprint 57
Description
So I'm building an installer by including componentA with version 2.0.7 to the installer by running
C:/Qt/QtIFW-4.1.0/bin/binarycreator.exe -c config/config.xml -i componentA -p packages "installer.exe" -v
in the same time I build the repository as well for componentA with same version (2.0.7) by running
C:/Qt/QtIFW-4.1.0/bin/repogen.exe -i componentA -v -p packages repository
then upload it to server
The issue is when I'm running the installer instead of using componentA from installer binary, it download from repository, though the version in repository is not GREATER but EQUAL
Case:
if local component version 2.0.6 and repo component version 2.0.7 it will download from repo (expected)
if local component version 2.0.8 and repo component version 2.0.7 it will use component from installer binary (expected)
if local component version 2.0.7 and repo component version 2.0.7 it should use component from installer binary, but it will download from repository instead (unexpected)
Attachments
For Gerrit Dashboard: QTIFW-2242 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
411530,2 | Swap priority of remote and binary resource package sources | master | installer-framework/installer-framework | Status: MERGED | +2 | 0 |