This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch use_gitbox
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 00394c3e3c356bf7ee8df5a49b755a00d819792f
Author: HTHou <[email protected]>
AuthorDate: Sun Jan 29 10:31:42 2023 +0800

    Use gitbox thrift url instead of github to avoid download issue in China
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index ff3c3cafe6..e577790b0f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1180,8 +1180,8 @@
             </activation>
             <properties>
                 <os.classifier>linux-x86_64</os.classifier>
-                
<thrift.download-url>https://github.com/apache/iotdb-bin-resources/raw/main/compile-tools/thrift-0.14-ubuntu</thrift.download-url>
-                <thrift.executable>thrift_0.14.1_linux.exe</thrift.executable>
+                
<thrift.download-url>https://gitbox.apache.org/repos/asf?p=iotdb-bin-resources.git;a=blob_plain;f=compile-tools/thrift-0.14-ubuntu;hb=HEAD</thrift.download-url>
+                <thrift.executable>thrift_0.14.1_linux</thrift.executable>
                 
<thrift.skip-making-executable>false</thrift.skip-making-executable>
                 <thrift.exec-cmd.executable>chmod</thrift.exec-cmd.executable>
                 <thrift.exec-cmd.args>+x 
${project.build.directory}/tools/${thrift.executable}</thrift.exec-cmd.args>
@@ -1196,8 +1196,8 @@
             </activation>
             <properties>
                 <os.classifier>mac-x86_64</os.classifier>
-                
<thrift.download-url>https://github.com/apache/iotdb-bin-resources/raw/main/compile-tools/thrift-0.14-MacOS</thrift.download-url>
-                <thrift.executable>thrift_0.14.1_mac.exe</thrift.executable>
+                
<thrift.download-url>https://gitbox.apache.org/repos/asf?p=iotdb-bin-resources.git;a=blob_plain;f=compile-tools/thrift-0.14-MacOS;hb=HEAD</thrift.download-url>
+                <thrift.executable>thrift_0.14.1_mac</thrift.executable>
                 
<thrift.skip-making-executable>false</thrift.skip-making-executable>
                 <thrift.exec-cmd.executable>chmod</thrift.exec-cmd.executable>
                 <thrift.exec-cmd.args>+x 
${project.build.directory}/tools/${thrift.executable}</thrift.exec-cmd.args>

Reply via email to