Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for "Extracting compiled package archive failed" bug when uploading release with compiled packages #2446

Merged
merged 1 commit into from May 25, 2023

Commits on May 25, 2023

  1. Fix for "Extracting compiled package archive failed" bug when uploadi…

    …ng release with compiled packages
    
    This situation exists if the bosh director already has a compiled package with a fingerprint and the
    cli is trying to upload a release that has two different copies of that same package with the same
    fingerprint using two different names. The current package matching logic only uses fingerprints to
    match, so the cli ends up removing both packages from the release before uploading it, but the director
    doesn't actually have compiled versions of both packages.
    
    So instead, we now do not send the fingerprint in the matching response if there is a package
    in the release manifest that includes that fingerprint but was not successfully matched.
    jpalermo committed May 25, 2023
    Copy the full SHA
    190050d View commit details
    Browse the repository at this point in the history