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

ENT-9517: Modified zlib URL to adjust for new release #1274

Merged
merged 2 commits into from
Aug 25, 2023

Commits on Aug 24, 2023

  1. Modified zlib URL to adjust for new release

    Keeping the old release requires using the https://zlib.net/fossils/ base URL
    
    Ticket: ENT-9517
    Changelog: none
    craigcomstock committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    1b5fad7 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Refactored sftp cache ssh key usage into the docker container for ful…

    …l pull/push usage
    
    Before I was pulling the sftp cache on the host outside the container because
    I couldn't figure out how to push the sftp cache private key inside the container.
    
    When I changed a dependency, zlib in this case, the build scripts wanted to push
    the new packages up to the sftp cache which failed due to lack of private key in the container.
    
    This commit takes either a github secret or mystiko password and sets it as an environment variable inside the container for the build to use.
    
    Ticket: ENT-10419
    Changelog: none
    craigcomstock committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    b989b9d View commit details
    Browse the repository at this point in the history