This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch HTHou-patch-1 in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 8ec3041f517f9193b4f7505c915e932c0ef24f04 Author: Haonan <[email protected]> AuthorDate: Sun Jan 29 11:15:19 2023 +0800 [To rel/1.0] Use gitbox thrift url instead of github to avoid download issue --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index d7d8c18126..d7df8b7a06 100644 --- a/pom.xml +++ b/pom.xml @@ -1176,8 +1176,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> @@ -1192,8 +1192,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>
