srowen commented on a change in pull request #24664: [SPARK-27794][R][DOCS] Use https URL for CRAN repo URL: https://github.com/apache/spark/pull/24664#discussion_r286235691
########## File path: dev/create-release/spark-rm/Dockerfile ########## @@ -43,7 +43,7 @@ ARG PIP_PKGS="pyopenssl pypandoc numpy pygments sphinx" # This is all in a single "RUN" command so that if anything changes, "apt update" is run to fetch # the most current package versions (instead of potentially using old versions cached by docker). RUN apt-get clean && apt-get update && $APT_INSTALL gnupg && \ - echo 'deb http://cran.cnr.Berkeley.edu/bin/linux/ubuntu bionic-cran35/' >> /etc/apt/sources.list && \ + echo 'deb https://cloud.r-project.org/bin/linux/ubuntu bionic-cran35/' >> /etc/apt/sources.list && \ Review comment: Dang, OK, I didn't test this. I don't see browser warnings when browsing to https://cloud.r-project.org/bin/linux/ubuntu so that's odd. How are you testing it? What about using https://cran.r-project.org/bin/linux/ubuntu directly here? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
