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(install): Removed install_aws_cli2 function from Debian post installation script which installs a Debian package within a Debian package causing errors, as well as errors when an aws cli is already installed (#6945) (backport #1088) #1089

Merged
merged 1 commit into from Apr 18, 2024

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Apr 18, 2024

This is a fix for #6945.

  • The post installation script should not attempt to install Debian packages within a Debian package, because the dpg process is already locked by itself and results in errors.
  • If a version of awscli is already installed, it also generates errors.

Therefore the entire function to install aws cli v2 has been removed, and version 2 of the aws cli can be installed manually if it is required.


This is an automatic backport of pull request #1088 done by Mergify.

…allation script which installs a Debian package within a Debian package causing errors, as well as errors when an aws cli is already installed (#6945) (#1088)

(cherry picked from commit 35d0735)
@dbyron-sf dbyron-sf added the ready to merge Approved and ready for merge label Apr 18, 2024
@mergify mergify bot added the auto merged label Apr 18, 2024
@mergify mergify bot merged commit 626849f into release-1.34.x Apr 18, 2024
4 checks passed
@mergify mergify bot deleted the mergify/bp/release-1.34.x/pr-1088 branch April 18, 2024 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants