You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by GitBox <gi...@apache.org> on 2021/04/07 17:46:39 UTC

[GitHub] [cassandra] dcapwell commented on a change in pull request #953: CASSANDRA-16563 - When behind a firewall trunk is not buildable, need to allow overriding URLs

dcapwell commented on a change in pull request #953:
URL: https://github.com/apache/cassandra/pull/953#discussion_r608866013



##########
File path: .build/build-resolver.xml
##########
@@ -30,8 +30,14 @@
         <available file="${resolver-ant-tasks.local}" />
     </condition>
 
-    <!-- version of lib/ downloads -->
+    <property name="artifact.python.pypi" value="https://files.pythonhosted.org/packages" />
+    <property name="artifact.github.release" value="https://github.com" />
+
+    <!-- some artifacts are fetched from github as blobs; these are all in the cassandra project, but in an older commit -->
     <property name="lib.download.sha" value="1371883db3d8bf7d7c54e0baaca89c6c2d2a5abe"/>
+    <property name="lib.download.address" value="raw.githubusercontent.com" />

Review comment:
       I forgot to remove this, will drop before merge




-- 
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org