You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by so...@apache.org on 2017/07/26 16:23:32 UTC

[trafficserver] branch 6.2.x updated: This should allow for per-version binaries

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

sorber 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 ce4b9b3  This should allow for per-version binaries
ce4b9b3 is described below

commit ce4b9b39ffb2070bfb5708afcf283811dc507293
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Tue May 30 10:38:11 2017 -0600

    This should allow for per-version binaries
---
 tools/clang-format.sh | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/tools/clang-format.sh b/tools/clang-format.sh
index ee3df3d..8424342 100755
--- a/tools/clang-format.sh
+++ b/tools/clang-format.sh
@@ -20,9 +20,10 @@
 
 set -e # exit on error
 
+PKGDATE="20160415"
 DIR=${1:-.}
-ROOT=${ROOT:-$(git rev-parse --show-toplevel)/.git/fmt}
-PACKAGE="clang-format-20160415.tar.bz2"
+ROOT=${ROOT:-$(git rev-parse --show-toplevel)/.git/fmt/${PKGDATE}}
+PACKAGE="clang-format-${PKGDATE}.tar.bz2"
 VERSION="clang-format version 3.9.0 (trunk 265913)"
 
 URL=${URL:-https://ci.trafficserver.apache.org/bintray/${PACKAGE}}

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