Skip to content

Commit

Permalink
Merge pull request ceph#42688 from cbodley/wip-52069
Browse files Browse the repository at this point in the history
qa/rgw: update apache-maven mirror for rgw/hadoop-s3a

Reviewed-by: Daniel Gryniewicz <[email protected]>
  • Loading branch information
cbodley authored Aug 9, 2021
2 parents e514b3a + 9253733 commit 95f2161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/tasks/s3a_hadoop.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def task(ctx, config):
# set versions for cloning the repo
apache_maven = 'apache-maven-{maven_version}-bin.tar.gz'.format(
maven_version=maven_version)
maven_link = 'http://www-us.apache.org/dist/maven/' + \
maven_link = 'http://archive.apache.org/dist/maven/' + \
'{maven_major}/{maven_version}/binaries/'.format(maven_major=maven_major, maven_version=maven_version) + apache_maven
hadoop_git = 'https://github.com/apache/hadoop'
hadoop_rel = 'hadoop-{ver} rel/release-{ver}'.format(ver=hadoop_ver)
Expand Down

0 comments on commit 95f2161

Please sign in to comment.