FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

ci: pull libssh2 from www.libssh2.org by ethomson · Pull Request #6064 · libgit2/libgit2 · GitHub

ci: pull libssh2 from www.libssh2.org - #6064

Merged
ethomson merged 1 commit into
mainfrom
ethomson/ci_libssh2
Sep 21, 2021
Merged

ethomson merged 1 commit into
mainfrom
ethomson/ci_libssh2

Conversation

Copy link
Copy Markdown
Member

libssh2.org and www.libssh2.org were previously identical; now this is a
redirect.

lhchavez previously approved these changes Sep 20, 2021
Comment thread ci/docker/centos7 Outdated
FROM yum AS libssh2
RUN cd /tmp && \
curl https://libssh2.org/download/libssh2-1.8.0.tar.gz | tar -xz && \
curl https://www.libssh2.org/download/libssh2-1.8.0.tar.gz | tar -xz && \

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality
Suggested change
curl https://www.libssh2.org/download/libssh2-1.8.0.tar.gz | tar -xz && \
curl --location https://www.libssh2.org/download/libssh2-1.8.0.tar.gz | tar -xz && \

might still be good to throw in the flag to let curl know to follow redirects in case the libssh2 folks want to move stuff around.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

👍 Looks like the other Dockerfiles already did this, so I just unified their arguments across the board.

libssh2.org and www.libssh2.org were previously identical; now this is a
redirect.
ethomson merged commit abd8142 into main Sep 21, 2021
ethomson added the build label Sep 27, 2021
ethomson deleted the ethomson/ci_libssh2 branch September 30, 2021 22:03
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL