adoroszlai commented on PR #7536: URL: https://github.com/apache/ozone/pull/7536#issuecomment-2528252075
Tested with: ``` mvn --batch-mode -Pdist -Drocks_tools_native eu.maveniverse.maven.plugins:toolbox:list-repositories ``` On `master`: ``` $ grep 'repository.apache.org.*snapshot' HDDS-11872-master.txt | sort -u [INFO] * apache.snapshots (http://repository.apache.org/snapshots, default, snapshots) [INFO] * apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots, default, releases+snapshots) [INFO] * apache.snapshots (https://repository.apache.org/content/repositories/snapshots/, default, snapshots) [INFO] * apache.snapshots (https://repository.apache.org/snapshots, default, snapshots) ``` With the fix, all `repository.apache.org` snaphots are disabled: ``` $ grep 'repository.apache.org.*snapshot' HDDS-11872-patch.txt | sort -u [INFO] * apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots, default, disabled) [INFO] * apache.snapshots (https://repository.apache.org/snapshots, default, disabled) ``` -- 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]
