captainzmc commented on code in PR #25: URL: https://github.com/apache/ozone-docker/pull/25#discussion_r1064096361
########## build.sh: ########## @@ -19,9 +19,9 @@ set -eu mkdir -p build if [ ! -d "$DIR/build/apache-rat-0.13" ]; then if type wget 2> /dev/null; then - wget "https://dlcdn.apache.org/creadur/apache-rat-0.13/apache-rat-0.13-bin.tar.gz" -O "$DIR/build/apache-rat.tar.gz" + wget "https://archive.apache.org/dist/creadur/apache-rat-0.13/apache-rat-0.13-bin.tar.gz" -O "$DIR/build/apache-rat.tar.gz" elif type curl 2> /dev/null; then - curl -LSs "https://dlcdn.apache.org/creadur/apache-rat-0.13/apache-rat-0.13-bin.tar.gz" -o "$DIR/build/apache-rat.tar.gz" + curl -LSs "https://archive.apache.org/dist/creadur/apache-rat-0.13/apache-rat-0.13-bin.tar.gz" -o "$DIR/build/apache-rat.tar.gz" Review Comment: Thanks @adoroszlai for the review. Yes, upgrading apache-rat is a good idea. I have upgraded apache-rat from 0.13 to 0.15, and testing it locally is OK. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
