Comment 2 for bug 1923540

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

Reviewed: https://review.opendev.org/c/openstack/tacker/+/787066
Committed: https://opendev.org/openstack/tacker/commit/89b3b65c7c28da3762f742518ac9946acab818da
Submitter: "Zuul (22348)"
Branch: master

commit 89b3b65c7c28da3762f742518ac9946acab818da
Author: Sheel Rana <email address hidden>
Date: Wed May 12 04:44:49 2021 +0900

    Retaining permission of VNF package files

    Python zipfile module changes permission of the zip file
    contents to 644 incorrectly while extracting zip file.

    This is because of the bug present in the python zipfile module:
    https://bugs.python.org/issue15795

    This patch will resolve this issue and retain the permission of
    files.

    Co-Authored-By: Shanu Pandit <email address hidden>
    Co-Authored-By: Sheel Rana <email address hidden>

    Closes-Bug: #1923540
    Change-Id: I71aad5f879e6df21f679187283957c59b73e0643