Comment 1 for bug 1961861

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to utilities (master)

Reviewed: https://review.opendev.org/c/starlingx/utilities/+/830522
Committed: https://opendev.org/starlingx/utilities/commit/65e7704fa9aa36d9b99356206bd16bb9ac20936e
Submitter: "Zuul (22348)"
Branch: master

commit 65e7704fa9aa36d9b99356206bd16bb9ac20936e
Author: Shrikumar Sharma <email address hidden>
Date: Tue Feb 22 16:43:26 2022 -0500

    Fix the list of packages to be copied to prestage shared directory

    The script is copying all the files over to the
    prestage/shared/Packages directory, instead of only a subset of
    files.

    This fix makes the relevant change so that only files whose
    md5sums are changed, will be copied over.

    Tests:
    PASS: Verify that only packages to be downloaded are copied to the
          prestage/shared/Packages directory

    Closes-bug: 1961861
    Change-Id: Iea0e219895c33b17c1ff4279d6d73fc65289006f
    Signed-off-by: Shrikumar Sharma <email address hidden>