hbase git commit: HBASE-18461 Build broken If the username contains a backslash

2017-08-31 Thread tedyu
Repository: hbase
Updated Branches:
  refs/heads/branch-1.2 e1644bd05 -> 298bae209


HBASE-18461 Build broken If the username contains a backslash

Signed-off-by: tedyu 


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/298bae20
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/298bae20
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/298bae20

Branch: refs/heads/branch-1.2
Commit: 298bae209c2da6c078430b4b269e721362fbec4a
Parents: e1644bd
Author: Guangxu Cheng 
Authored: Tue Aug 15 14:36:21 2017 +0800
Committer: tedyu 
Committed: Thu Aug 31 08:48:23 2017 -0700

--
 hbase-common/src/saveVersion.sh | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/298bae20/hbase-common/src/saveVersion.sh
--
diff --git a/hbase-common/src/saveVersion.sh b/hbase-common/src/saveVersion.sh
index b335039..051d648 100644
--- a/hbase-common/src/saveVersion.sh
+++ b/hbase-common/src/saveVersion.sh
@@ -27,7 +27,11 @@ outputDirectory=$2
 pushd .
 cd ..
 
-user=`whoami`
+user=`whoami | sed -n -e 's/\\\//p'`
+if [ "$user" == "" ]
+then
+  user=`whoami`
+fi
 date=`date`
 cwd=`pwd`
 if [ -d .svn ]; then



hbase git commit: HBASE-18461 Build broken If the username contains a backslash

2017-08-31 Thread tedyu
Repository: hbase
Updated Branches:
  refs/heads/branch-1.3 414d78f70 -> c25d60599


HBASE-18461 Build broken If the username contains a backslash

Signed-off-by: tedyu 


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

Branch: refs/heads/branch-1.3
Commit: c25d60599341ac76ed0500dc3a70e4857f2fcf9a
Parents: 414d78f
Author: Guangxu Cheng 
Authored: Tue Aug 15 14:36:21 2017 +0800
Committer: tedyu 
Committed: Thu Aug 31 08:47:36 2017 -0700

--
 hbase-common/src/saveVersion.sh | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/c25d6059/hbase-common/src/saveVersion.sh
--
diff --git a/hbase-common/src/saveVersion.sh b/hbase-common/src/saveVersion.sh
index 890dc5a..a080b4f 100644
--- a/hbase-common/src/saveVersion.sh
+++ b/hbase-common/src/saveVersion.sh
@@ -27,7 +27,11 @@ outputDirectory=$2
 pushd .
 cd ..
 
-user=`whoami`
+user=`whoami | sed -n -e 's/\\\//p'`
+if [ "$user" == "" ]
+then
+  user=`whoami`
+fi
 date=`date`
 cwd=`pwd`
 if [ -d .svn ]; then



hbase git commit: HBASE-18461 Build broken If the username contains a backslash

2017-08-31 Thread tedyu
Repository: hbase
Updated Branches:
  refs/heads/branch-1.4 fb15961b4 -> a210ca8f2


HBASE-18461 Build broken If the username contains a backslash

Signed-off-by: tedyu 


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

Branch: refs/heads/branch-1.4
Commit: a210ca8f2ddf60b31ae5e5072912d46d29432145
Parents: fb15961
Author: Guangxu Cheng 
Authored: Tue Aug 15 14:36:21 2017 +0800
Committer: tedyu 
Committed: Thu Aug 31 08:47:13 2017 -0700

--
 hbase-common/src/saveVersion.sh | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/a210ca8f/hbase-common/src/saveVersion.sh
--
diff --git a/hbase-common/src/saveVersion.sh b/hbase-common/src/saveVersion.sh
index b335039..051d648 100644
--- a/hbase-common/src/saveVersion.sh
+++ b/hbase-common/src/saveVersion.sh
@@ -27,7 +27,11 @@ outputDirectory=$2
 pushd .
 cd ..
 
-user=`whoami`
+user=`whoami | sed -n -e 's/\\\//p'`
+if [ "$user" == "" ]
+then
+  user=`whoami`
+fi
 date=`date`
 cwd=`pwd`
 if [ -d .svn ]; then



hbase git commit: HBASE-18461 Build broken If the username contains a backslash

2017-08-31 Thread tedyu
Repository: hbase
Updated Branches:
  refs/heads/branch-1 8178305d4 -> 433b42b41


HBASE-18461 Build broken If the username contains a backslash

Signed-off-by: tedyu 


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/433b42b4
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/433b42b4
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/433b42b4

Branch: refs/heads/branch-1
Commit: 433b42b41cca4cdbb87d638dff3820f1d3543efa
Parents: 8178305
Author: Guangxu Cheng 
Authored: Tue Aug 15 14:36:21 2017 +0800
Committer: tedyu 
Committed: Thu Aug 31 08:46:39 2017 -0700

--
 hbase-common/src/saveVersion.sh | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/433b42b4/hbase-common/src/saveVersion.sh
--
diff --git a/hbase-common/src/saveVersion.sh b/hbase-common/src/saveVersion.sh
index b335039..051d648 100644
--- a/hbase-common/src/saveVersion.sh
+++ b/hbase-common/src/saveVersion.sh
@@ -27,7 +27,11 @@ outputDirectory=$2
 pushd .
 cd ..
 
-user=`whoami`
+user=`whoami | sed -n -e 's/\\\//p'`
+if [ "$user" == "" ]
+then
+  user=`whoami`
+fi
 date=`date`
 cwd=`pwd`
 if [ -d .svn ]; then



hbase git commit: HBASE-18461 Build broken If the username contains a backslash

2017-08-30 Thread tedyu
Repository: hbase
Updated Branches:
  refs/heads/branch-2 2cd58d83d -> a0f980b57


HBASE-18461 Build broken If the username contains a backslash

Signed-off-by: tedyu 


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

Branch: refs/heads/branch-2
Commit: a0f980b573b5af134002f0cb9163384d694b4388
Parents: 2cd58d8
Author: Guangxu Cheng 
Authored: Tue Aug 15 14:36:21 2017 +0800
Committer: tedyu 
Committed: Wed Aug 30 19:06:53 2017 -0700

--
 hbase-common/src/saveVersion.sh | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/a0f980b5/hbase-common/src/saveVersion.sh
--
diff --git a/hbase-common/src/saveVersion.sh b/hbase-common/src/saveVersion.sh
index b335039..051d648 100644
--- a/hbase-common/src/saveVersion.sh
+++ b/hbase-common/src/saveVersion.sh
@@ -27,7 +27,11 @@ outputDirectory=$2
 pushd .
 cd ..
 
-user=`whoami`
+user=`whoami | sed -n -e 's/\\\//p'`
+if [ "$user" == "" ]
+then
+  user=`whoami`
+fi
 date=`date`
 cwd=`pwd`
 if [ -d .svn ]; then



hbase git commit: HBASE-18461 Build broken If the username contains a backslash

2017-08-30 Thread tedyu
Repository: hbase
Updated Branches:
  refs/heads/master 645e5a5e2 -> 53c951683


HBASE-18461 Build broken If the username contains a backslash

Signed-off-by: tedyu 


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/53c95168
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/53c95168
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/53c95168

Branch: refs/heads/master
Commit: 53c951683421b6712ab0b89435d767e1c5f67df0
Parents: 645e5a5
Author: Guangxu Cheng 
Authored: Tue Aug 15 14:36:21 2017 +0800
Committer: tedyu 
Committed: Wed Aug 30 19:06:11 2017 -0700

--
 hbase-common/src/saveVersion.sh | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/53c95168/hbase-common/src/saveVersion.sh
--
diff --git a/hbase-common/src/saveVersion.sh b/hbase-common/src/saveVersion.sh
index b335039..051d648 100644
--- a/hbase-common/src/saveVersion.sh
+++ b/hbase-common/src/saveVersion.sh
@@ -27,7 +27,11 @@ outputDirectory=$2
 pushd .
 cd ..
 
-user=`whoami`
+user=`whoami | sed -n -e 's/\\\//p'`
+if [ "$user" == "" ]
+then
+  user=`whoami`
+fi
 date=`date`
 cwd=`pwd`
 if [ -d .svn ]; then