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

[BUG] Bootstrap script doesn't enforce version argument. #1958

Open
grzegorz-gn opened this issue Aug 24, 2023 · 2 comments
Open

[BUG] Bootstrap script doesn't enforce version argument. #1958

grzegorz-gn opened this issue Aug 24, 2023 · 2 comments

Comments

@grzegorz-gn
Copy link

./bootstrap-salt.sh -v
./bootstrap-salt.sh -- Version 2023.07.25

SALT installation
curl -o bootstrap-salt.sh -L https://bootstrap.saltproject.io

chmod +x bootstrap-salt.sh

./bootstrap-salt.sh stable

  • INFO: Running version: 2023.07.25

  • INFO: Executed by: /bin/sh

  • INFO: Command line: './bootstrap-salt.sh stable'

  • WARN: Running the unstable version of bootstrap-salt.sh

  • INFO: System Information:

  • INFO: CPU: GenuineIntel

  • INFO: CPU Arch: x86_64

  • INFO: OS Name: Linux

  • INFO: OS Version: 5.14.0-284.11.1.el9_2.x86_64

  • INFO: Distribution: AlmaLinux 9.2

Expected result:
It should install the specified version - stable

@grzegorz-gn grzegorz-gn changed the title Bootstrap script doesn't enforce version argument. [BUG] Bootstrap script doesn't enforce version argument. Sep 6, 2023
@darkpixel
Copy link

Just tried sh bootstrap-salt.sh onedir 3006.3 on a CentOS box and it finished up with no errors, but it installed 3006.1 from the yum repo and not 3006.3 using the onedir install as I specified.

@grzegorz-gn
Copy link
Author

Just tried sh bootstrap-salt.sh onedir 3006.3 on a CentOS box and it finished up with no errors, but it installed 3006.1 from the yum repo and not 3006.3 using the onedir install as I specified.

On AlmaLinux 9.2 it is always latest version.
Tested also on 3006.6 version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants