Jan David

Results 66 comments of Jan David

@jyn514 I've updated the `link_rust` script with the changes we talked about yesterday. Tested them in a virtual machine, and everything seems to work fine. 👍

Thanks for the heads-up, @jyn514! What's the best way to detect the version? Can we somehow check the bootstrap version, or should we just go for `rustc --version`?

I've added the `grep` command and an `if` block to handle the two different versions. Also rebased the branch to resolve a merge conflict after merging #110.

Thanks so much for the help, @jyn514!

This is a great idea. The difficulty I see is that the helpfulness of automation does not come from the automation itself, but from the conventions that enable the automation...

We are running into this issue as well. We use the same setup, and get the same errors.

Thanks for reporting this! I'll have a look tomorrow or next week.

Thanks for clarifying, @enricozb! I might've confused the output from production and staging, I see the same as you when testing again. My bad.

For blocking IPs, we should just set up a web-application firewall ([AWS WAF](https://aws.amazon.com/waf/)). I actually think that we already have one set up for docs.rs, but I'm not 100% sure....

Hi @geektype, Thanks for your interest in helping out, it's much appreciated. 🙂 But I fear that this might be a difficult issue for you to work on, since it's...