Comment 2 for bug 1962794

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

Reviewed: https://review.opendev.org/c/starlingx/utilities/+/831623
Committed: https://opendev.org/starlingx/utilities/commit/8727c373bbdbd9b99187385154ad01562b48d9d7
Submitter: "Zuul (22348)"
Branch: master

commit 8727c373bbdbd9b99187385154ad01562b48d9d7
Author: Shrikumar Sharma <email address hidden>
Date: Wed Mar 2 17:16:26 2022 -0500

    List of packages in current release not found during prestage
    package preparation

    When the script prestage-prepare-packages.sh is run, it attempts
    to locate a file containing the names of packages and their
    checksums in a given release. The script would fail even if
    the file exists in /usr/local/share/pkg-list. The solution is
    to look for the exact file and not just for files ending in
    _packages_list.txt.

    Test Plan:
    PASS: Verify that the file is correctly resolved when the script
          is run and the file exists at /usr/local/share/pkg-list.

    Closes-Bug: 1962794
    Change-Id: I273b5d70e3b3877ee3a016c88dfd09f7b94be2eb
    Signed-off-by: Shrikumar Sharma <email address hidden>