juergbi commented on code in PR #2161: URL: https://github.com/apache/buildstream/pull/2161#discussion_r3722346927
########## doc/examples/autotools/project.conf: ########## @@ -10,7 +10,7 @@ element-path: elements # Define some aliases for the tarballs we download aliases: alpine: https://bst-integration-test-images.ams3.cdn.digitaloceanspaces.com/ - gnu: http://ftpmirror.gnu.org/gnu/automake/ + gnu: http://ftp.gnu.org/gnu/automake/ Review Comment: If we change this, I think we should configure `ftpmirror.gnu.org` as mirror in `project.conf` to still prefer `ftpmirror.gnu.org` but allow fallback. (In the past `ftp.gnu.org` was unreliable and I think GNU wants people to use `ftpmirror.gnu.org`). And we should probably switch to https. I'm ok with deferring the mirror addition if that's not trivial, though. (We could also consider mirroring it on our infrastructure). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
