You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2021/05/06 17:19:29 UTC

[iotdb] branch rel/0.12 updated: [ISSUE-3132] Replace Bintray repository with JFrog

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

hxd pushed a commit to branch rel/0.12
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/rel/0.12 by this push:
     new d8a670e  [ISSUE-3132] Replace Bintray repository with JFrog
d8a670e is described below

commit d8a670e334091e083c6f21834f2a802f8137954a
Author: HTHou <hh...@outlook.com>
AuthorDate: Thu May 6 23:05:05 2021 +0800

    [ISSUE-3132] Replace Bintray repository with JFrog
---
 .github/workflows/client.yml | 2 +-
 compile-tools/pom.xml        | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml
index b91a219..f6a7bad 100644
--- a/.github/workflows/client.yml
+++ b/.github/workflows/client.yml
@@ -90,7 +90,7 @@ jobs:
         run: mkdir D:\a\cpp ; `
           Invoke-WebRequest https://github.com/lexxmark/winflexbison/releases/download/v2.5.24/win_flex_bison-2.5.24.zip -OutFile D:\a\cpp\win_flex_bison.zip ; `
           [Environment]::SetEnvironmentVariable("Path", $env:Path + ";D:\a\cpp", "User") ; `
-          Invoke-WebRequest https://dl.bintray.com/boostorg/release/1.72.0/source/boost_1_72_0.zip -OutFile D:\a\cpp\boost_1_72_0.zip ; `
+          Invoke-WebRequest https://boostorg.jfrog.io/artifactory/main/release/1.72.0/source/boost_1_72_0.zip -OutFile D:\a\cpp\boost_1_72_0.zip ; `
           Expand-Archive D:\a\cpp\boost_1_72_0.zip -DestinationPath D:\a\cpp ; `
           cd D:\a\cpp\boost_1_72_0 ; `
           .\bootstrap.bat ; `
diff --git a/compile-tools/pom.xml b/compile-tools/pom.xml
index 45ade73..8e69ac1 100644
--- a/compile-tools/pom.xml
+++ b/compile-tools/pom.xml
@@ -54,7 +54,7 @@
                 <cmake.url>https://github.com/Kitware/CMake/releases/download/v${cmake-version}/cmake-${cmake-version}-Linux-x86_64.tar.gz</cmake.url>
                 <cmake.root.dir>${project.build.directory}/cmake-${cmake-version}-Linux-x86_64/</cmake.root.dir>
                 <cmake.generator>Unix Makefiles</cmake.generator>
-                <boost.url>https://dl.bintray.com/boostorg/release/${boost.version}/source/boost_${boost.version.underline}.zip</boost.url>
+                <boost.url>https://boostorg.jfrog.io/artifactory/main/release/${boost.version}/source/boost_${boost.version.underline}.zip</boost.url>
                 <boost.bootstrap.executable>./bootstrap.sh</boost.bootstrap.executable>
                 <boost.build.executable>./b2</boost.build.executable>
                 <thrift.bootstrap.executable>./bootstrap.sh</thrift.bootstrap.executable>
@@ -77,7 +77,7 @@
                 <cmake.url>https://github.com/Kitware/CMake/releases/download/v${cmake-version}/cmake-${cmake-version}-Darwin-x86_64.tar.gz</cmake.url>
                 <cmake.root.dir>${project.build.directory}/cmake-${cmake-version}-Darwin-x86_64/CMake.app/Contents</cmake.root.dir>
                 <cmake.generator>Unix Makefiles</cmake.generator>
-                <boost.url>https://dl.bintray.com/boostorg/release/${boost.version}/source/boost_${boost.version.underline}.zip</boost.url>
+                <boost.url>https://boostorg.jfrog.io/artifactory/main/release/${boost.version}/source/boost_${boost.version.underline}.zip</boost.url>
                 <boost.bootstrap.executable>./bootstrap.sh</boost.bootstrap.executable>
                 <boost.build.executable>./b2</boost.build.executable>
                 <thrift.bootstrap.executable>./bootstrap.sh</thrift.bootstrap.executable>
@@ -105,7 +105,7 @@
                 <!--<cmake.generator>MinGW Makefiles</cmake.generator>-->
                 <cmake.generator>Visual Studio 16 2019</cmake.generator>
                 <cmake.build.type>Release</cmake.build.type>
-                <boost.url>https://dl.bintray.com/boostorg/release/${boost.version}/source/boost_${boost.version.underline}.zip</boost.url>
+                <boost.url>https://boostorg.jfrog.io/artifactory/main/release/${boost.version}/source/boost_${boost.version.underline}.zip</boost.url>
                 <boost.bootstrap.executable>bootstrap.bat</boost.bootstrap.executable>
                 <boost.build.executable>b2</boost.build.executable>
                 <boost.include-directory>libs/libs/boost/include/boost-${boost.version.underline-short}</boost.include-directory>