You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by da...@apache.org on 2017/03/01 20:49:30 UTC

kudu git commit: Bump gflags to 2.2.0

Repository: kudu
Updated Branches:
  refs/heads/master 93b54f0ff -> 1716d61ce


Bump gflags to 2.2.0

Flags can now be specified with dashes instead of underscores\u203c\ufe0f\ufe0f

Change-Id: I400dc8eb74cce47848497342dbe5f945e1a98461
Reviewed-on: http://gerrit.cloudera.org:8080/6207
Reviewed-by: Todd Lipcon <to...@apache.org>
Tested-by: Kudu Jenkins


Project: http://git-wip-us.apache.org/repos/asf/kudu/repo
Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/1716d61c
Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/1716d61c
Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/1716d61c

Branch: refs/heads/master
Commit: 1716d61ceac946cbd35e3517a9006d663d8bd1bc
Parents: 93b54f0
Author: Dan Burkert <da...@apache.org>
Authored: Wed Mar 1 11:10:53 2017 -0800
Committer: Dan Burkert <da...@apache.org>
Committed: Wed Mar 1 20:49:02 2017 +0000

----------------------------------------------------------------------
 thirdparty/vars.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kudu/blob/1716d61c/thirdparty/vars.sh
----------------------------------------------------------------------
diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh
index 6e833e0..89a0dde 100644
--- a/thirdparty/vars.sh
+++ b/thirdparty/vars.sh
@@ -34,7 +34,7 @@ PREFIX_COMMON=$TP_DIR/installed/common
 PREFIX_DEPS=$TP_DIR/installed/uninstrumented
 PREFIX_DEPS_TSAN=$TP_DIR/installed/tsan
 
-GFLAGS_VERSION=2.1.2
+GFLAGS_VERSION=2.2.0
 GFLAGS_NAME=gflags-$GFLAGS_VERSION
 GFLAGS_SOURCE=$TP_SOURCE_DIR/$GFLAGS_NAME