8000 travis-ci: fix tarantool repository enabling by Totktonada · Pull Request #58 · tarantool/mysql · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

travis-ci: fix tarantool repository enabling #58

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

Merged
merged 1 commit into from
Mar 1, 2021

Conversation

Totktonada
Copy link
Member

First, download.tarantool.org may use redirects, so curl -L (--location)
should be used. At least now it redirects from http to https when we ask
for a gpg key. In future it may redirect to another backend.

Next, added -s (--silent, don't show a progress meter), -S
(--show-error, show an error message on stderr), -f (--fail, no output
to stdout at error) for curl, because curl command is part of a shell
pipeline and this way the next pipeline command will not receive an
unexpected data like 404 Not found HTML page.

While I'm here, I changed all URLs to https, because those http URLs
anyway redirect to https.

First, download.tarantool.org may use redirects, so curl -L (--location)
should be used. At least now it redirects from http to https when we ask
for a gpg key. In future it may redirect to another backend.

Next, added -s (--silent, don't show a progress meter), -S
(--show-error, show an error message on stderr), -f (--fail, no output
to stdout at error) for curl, because curl command is part of a shell
pipeline and this way the next pipeline command will not receive an
unexpected data like 404 Not found HTML page.

While I'm here, I changed all URLs to https, because those http URLs
anyway redirect to https.
@romanhabibov
Copy link
Contributor

Looks OK for me.

@Totktonada Totktonada merged commit 01329a4 into master Mar 1, 2021
@Totktonada Totktonada deleted the Totktonada/fix-ci branch March 1, 2021 04:30
@Totktonada
Copy link
Member Author

Thanks! Please, rebase PR #55 now.

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

Successfully merging this pull request may close these issues.

2 participants
0