saltstack / salt

Software to automate the management and configuration of any infrastructure or application at scale. Install Salt from the Salt package repositories here:
https://docs.saltproject.io/salt/install-guide/en/latest/
Apache License 2.0
14.19k stars 5.48k forks source link

Latest bootstrap-salt.sh stable broke on Debian Buster #56326

Open hvnsweeting opened 4 years ago

hvnsweeting commented 4 years ago

Description of Issue

Run sh -x bootstrap-salt.sh stable failed.

Setup

sh -x bootstrap-salt.sh stable

+ __fetch_url /tmp/salt-gpg-GoRjB9Bh.pub https://repo.saltstack.com/apt/debian/10/amd64/latest/SALTSTACK-GPG-KEY.pub
+ curl -L -s -o /tmp/salt-gpg-GoRjB9Bh.pub https://repo.saltstack.com/apt/debian/10/amd64/latest/SALTSTACK-GPG-KEY.pub
+ wget -q -O /tmp/salt-gpg-GoRjB9Bh.pub https://repo.saltstack.com/apt/debian/10/amd64/latest/SALTSTACK-GPG-KEY.pub
+ fetch -q -o /tmp/salt-gpg-GoRjB9Bh.pub https://repo.saltstack.com/apt/debian/10/amd64/latest/SALTSTACK-GPG-KEY.pub
+ fetch -q -o /tmp/salt-gpg-GoRjB9Bh.pub https://repo.saltstack.com/apt/debian/10/amd64/latest/SALTSTACK-GPG-KEY.pub
+ ftp -o /tmp/salt-gpg-GoRjB9Bh.pub https://repo.saltstack.com/apt/debian/10/amd64/latest/SALTSTACK-GPG-KEY.pub
+ return 1
+ return 1
+ return 1
+ echoerror Failed to run install_debian_deps()!!!
+ printf \033[1;31m * ERROR\033[0m: %s\n Failed to run install_debian_deps()!!!
 * ERROR: Failed to run install_debian_deps()!!!

The link is broken https://repo.saltstack.com/apt/debian/10/amd64/latest/SALTSTACK-GPG-KEY.pub/

Steps to Reproduce Issue

(Include debug logs if possible and relevant.)

Versions Report

Latest

Seem specify python3 would fix it

sh -x bootstrap-salt.sh -x python3 stable
garethgreenaway commented 4 years ago

@s0undt3ch FYI.

s0undt3ch commented 4 years ago

The error should be more useful than what you saw. We don't support Python 2 on Debian 10(Buster) only Python 3.