BewareMyPower commented on code in PR #118:
URL:
https://github.com/apache/pulsar-client-python/pull/118#discussion_r1196306347
##########
build-support/dep-url.sh:
##########
@@ -23,7 +23,7 @@ pulsar_cpp_base_url() {
exit 1
fi
VERSION=$1
- echo "https://archive.apache.org/dist/pulsar/pulsar-client-cpp-${VERSION}"
+ echo
"https://dist.apache.org/repos/dist/release/pulsar/pulsar-client-cpp-${VERSION}"
Review Comment:
I applied this change just because https://archive.apache.org/ was not
available for some time. See
https://github.com/apache/pulsar-client-python/actions/runs/5000776259/jobs/8959021345
Since it's available now, I will revert this commit.
--
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]