Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Bootstrap script doesn't handle redirects #15

Closed
b-boogaard opened this issue Jan 30, 2017 · 1 comment
Closed

Bootstrap script doesn't handle redirects #15

b-boogaard opened this issue Jan 30, 2017 · 1 comment

Comments

@b-boogaard
Copy link
Contributor

With the redirects that happen for the doc site now the install.sh script fails when it tries to download beadledom.

Currently we aren't using the -L option when executing curl [1] which would allow curl to follow the redirects. We should use that.

We do have a restriction on the response code [2] between 200-299. I'm not 100% but I think that range will still be fine if the -L option is provided to curl.

[1] https://github.com/cerner/beadledom/blob/master/archetype/bootstrap/bin/install.sh#L57]
[2] https://github.com/cerner/beadledom/blob/master/archetype/bootstrap/bin/install.sh#L65

@johnlcox
Copy link
Contributor

johnlcox commented Feb 6, 2017

Fixed by #17

@johnlcox johnlcox closed this as completed Feb 6, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants