Skip to content

travis-ci: fix tarantool repository enabling#58

Merged
Totktonada merged 1 commit intomasterfrom
Totktonada/fix-ci
Mar 1, 2021
Merged

travis-ci: fix tarantool repository enabling#58
Totktonada merged 1 commit intomasterfrom
Totktonada/fix-ci

Conversation

@Totktonada
Copy link
Copy Markdown
Contributor

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
Copy Markdown
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
Copy Markdown
Contributor 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