StackStorm / st2-packages

StackStorm deb/rpm packages (automated docker build pipeline)
https://stackstorm.com/
27 stars 59 forks source link

Don't ask the user to continue with the deadsnakes repo and just mention the cmd line flag #689

Closed winem closed 3 years ago

winem commented 3 years ago

This PR removes the ability to confirm or deny the installation of python3.6 from the deadsnake repositories on Ubuntu 16.04. Instead it just mentions the corresponding command line flag.

To me, this pragmatic approach to address https://github.com/StackStorm/st2-packages/issues/688 is fine since users who want to use python3.6 from the unsupported repositories should really know what they do and can just run the script(s) again with the --u16-add-insecure-py3-ppa flag or add the necessary flag to their automation.

!close https://github.com/StackStorm/st2-packages/issues/688

blag commented 3 years ago

@armab I'd like your input/review on this please.

arm4b commented 3 years ago

@blag Up to you to merge when you see it's good timing.

blag commented 3 years ago

Will merge this when I can, hopefully tonight or tomorrow.