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

Use https for sourceforge during CI #86583

Merged
merged 2 commits into from
Jun 25, 2021
Merged

Use https for sourceforge during CI #86583

merged 2 commits into from
Jun 25, 2021

Conversation

dns2utf8
Copy link
Contributor

I saw that we use http during CI opening up the CI process to on the wire tampering.

based on #86573

r? @pietroalbini

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jun 23, 2021
@bors
Copy link
Contributor

bors commented Jun 23, 2021

☔ The latest upstream changes (presumably #86573) made this pull request unmergeable. Please resolve the merge conflicts.

@dns2utf8
Copy link
Contributor Author

I followed the new upstream of expat to github in the second commit. If you prefer to stay on sourceforge I could remove the second commit. However, I think we should follow the project and maybe have another mechanism to track upstream changes.

Cheers,
Stefan

@pietroalbini
Copy link
Member

Thanks!

@bors r+

@bors
Copy link
Contributor

bors commented Jun 24, 2021

📌 Commit bcb7b39 has been approved by pietroalbini

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jun 24, 2021
m-ou-se added a commit to m-ou-se/rust that referenced this pull request Jun 24, 2021
…henkov

Use HTTPS links where possible

While looking at rust-lang#86583, I wondered how many other (insecure) HTTP links were in `rustc`. This changes most other `http` links to `https`. While most of the links are in comments or documentation, there are a few other HTTP links that are used by CI that are changed to HTTPS.

Notes:
- I didn't change any to or in licences
- Some links don't support HTTPS :(
- Some `http` links were dead, in those cases I upgraded them to their new places (all of which used HTTPS)
m-ou-se added a commit to m-ou-se/rust that referenced this pull request Jun 24, 2021
Use https for sourceforge during CI

I saw that we use http during CI opening up the CI process to on the wire tampering.

based on rust-lang#86573

r? `@pietroalbini`
@bors
Copy link
Contributor

bors commented Jun 25, 2021

⌛ Testing commit bcb7b39 with merge dabe8a175bdb0ae08817a377807785d70d1169ff...

@rust-log-analyzer

This comment has been minimized.

@bors
Copy link
Contributor

bors commented Jun 25, 2021

💔 Test failed - checks-actions

@bors bors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Jun 25, 2021
@pietroalbini
Copy link
Member

@bors r+ rollup=iffy

@bors
Copy link
Contributor

bors commented Jun 25, 2021

📌 Commit 10b83cd has been approved by pietroalbini

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jun 25, 2021
@bors
Copy link
Contributor

bors commented Jun 25, 2021

⌛ Testing commit 10b83cd with merge 4733f32...

@bors
Copy link
Contributor

bors commented Jun 25, 2021

☀️ Test successful - checks-actions
Approved by: pietroalbini
Pushing 4733f32 to master...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Jun 25, 2021
@bors bors merged commit 4733f32 into rust-lang:master Jun 25, 2021
@rustbot rustbot added this to the 1.55.0 milestone Jun 25, 2021
@dns2utf8 dns2utf8 deleted the use_https branch June 25, 2021 17:01
bors added a commit to rust-lang-ci/rust that referenced this pull request Jun 26, 2021
…nkov

Use HTTPS links where possible

While looking at rust-lang#86583, I wondered how many other (insecure) HTTP links were in `rustc`. This changes most other `http` links to `https`. While most of the links are in comments or documentation, there are a few other HTTP links that are used by CI that are changed to HTTPS.

Notes:
- I didn't change any to or in licences
- Some links don't support HTTPS :(
- Some `http` links were dead, in those cases I upgraded them to their new places (all of which used HTTPS)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants