Uploaded image for project: 'Qt Installer Framework'
  1. Qt Installer Framework
  2. QTIFW-2595

Component added as autodependency is updated

    XMLWordPrintable

Details

    • Qt Installer Sprint 54, Qt Installer Sprint 56, Qt Installer Sprint 57

    Description

      1. Component is installed as autodependency (component selected for install if other component is selected, componentB in this example)
      2. After install the repository is updated, containing update to both components.
      3. Updater is run and componentA is not selected for update

      Result:
      -> componentB is updated although componentA is not. Is this ok or should the autodependant component be updated only when the componentA is updated? The AutoDependOn -component does not contain a checkbox, should the checkbox be shown in updater view so it can be selected for update if wanted?

      Original installation with repository:
      <Name>componentA</Name>
      <Version>1.0.0</Version>
      <Name>componentB</Name>
      <Version>1.0.0</Version>
      <AutoDependOn>componentA</AutoDependOn>

      In updated repository:
      <Name>componentA</Name>
      <Version>1.1.0</Version>
      <Name>componentB</Name>
      <Version>2.0.0</Version>
      <AutoDependOn>componentA</AutoDependOn>

      Attachments

        Issue Links

          For Gerrit Dashboard: QTIFW-2595
          # Subject Branch Project Status CR V

          Activity

            People

              installerteam Installer Team
              kamartti Katja Marttila
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes