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

Patch those files only that are inside the 7z, not the whole installation directory

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • P2: Important
    • 3.2.0
    • 3.1.1
    • General

    Description

      Consider the following:

      <Name>A</>
      <Dependencies></>
      ...
      <Name>B</>
      <Dependencies>A</>
      ...
      <Name>C</>
      <Dependencies>B</>
      ...
      <Name>D</>
      <Dependencies>C</>
      ...
      <Name>E</>
      <Dependencies>D</>

      All these are installed to same base directory

      What happens is:

      1) extract A.7z
      2) trigger patching -> scan the whole installation directory, open file by file and check if there is anything to patch
      3) extract B.7z
      4) trigger patching -> scan the whole installation directory, file by file check if there is anything to patch. Now it scans through files from A again, in addition to B
      5) extract C.7z
      6) trigger patching -> scan the whole installation directory, file by file check if there is anything to patch. Now it scans through files from A and B again, in addition to C
      ....

      When extracting files from the 7z files the IFW should keep a temporary list of files which were extracted and apply the patch operation only for those files.

       

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              arttu.tarkiainen Arttu Tarkiainen
              iknd Iikka Eklund
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes