You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by "BewareMyPower (via GitHub)" <gi...@apache.org> on 2023/05/17 10:51:50 UTC

[GitHub] [pulsar-client-python] BewareMyPower commented on a diff in pull request #118: Bump the C++ client to 3.2.0

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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org