You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2017/05/31 19:06:15 UTC

[trafficserver] branch 6.2.x updated: Use our ATS server to proxy for Bintray

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

zwoop pushed a commit to branch 6.2.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

The following commit(s) were added to refs/heads/6.2.x by this push:
       new  3f429c0   Use our ATS server to proxy for Bintray
3f429c0 is described below

commit 3f429c06c9e538b272fb1e382dfb6239579f4559
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Wed May 31 09:37:30 2017 -0600

    Use our ATS server to proxy for Bintray
    
    (cherry picked from commit c05264fcf08cacfc5e58c0c4bebc2af959de7161)
---
 tools/clang-format.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/clang-format.sh b/tools/clang-format.sh
index f9b9544..ee3df3d 100755
--- a/tools/clang-format.sh
+++ b/tools/clang-format.sh
@@ -25,7 +25,7 @@ ROOT=${ROOT:-$(git rev-parse --show-toplevel)/.git/fmt}
 PACKAGE="clang-format-20160415.tar.bz2"
 VERSION="clang-format version 3.9.0 (trunk 265913)"
 
-URL=${URL:-https://bintray.com/artifact/download/apache/trafficserver/${PACKAGE}}
+URL=${URL:-https://ci.trafficserver.apache.org/bintray/${PACKAGE}}
 
 TAR=${TAR:-tar}
 CURL=${CURL:-curl}

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].