Hi Jim, Thanks for the quick response.
I have set the GERRIT_USER to my gerrit username. Here is the required info. Command: ssh -p 29418 [email protected] Output: Enter passphrase for key '/home/test/.ssh/id_rsa': **** Welcome to Gerrit Code Review **** Hi Valencia Edna Serrao, you have successfully connected over SSH. Unfortunately, interactive shells are disabled. To clone a hosted Git repository, use: git clone ssh://[email protected]:29418/REPOSITORY_NAME.git Connection to gerrit.cloudera.org closed. Command: git log | grep -c 'ibm.com' Output: 1 Please let me know if any other info is required. Regards, Valencia From: Jim Apple <[email protected]> To: "dev@impala" <[email protected]> Cc: Valencia Serrao/Austin/Contr/IBM@IBMUS, Nishidha Panpaliya/Austin/Contr/IBM@IBMUS, Sudarshan Jagadale/Austin/Contr/IBM@IBMUS, Manish Patil/Austin/Contr/IBM@IBMUS Date: 03/23/2017 07:02 PM Subject: Re: Guidance required to submit ppc64le patch for native-toolchain for gerrit review First, we forgot to include GERRIT_USER instructions. I have set those now: https://cwiki.apache.org/confluence/pages/diffpagesbyversion.action?pageId=65147133&selectedPageVersions=16&selectedPageVersions=15 What do you see when you try ssh -p 29418 [email protected] Also: > remote: (W) b5db155: commit subject >65 characters; use shorter first > paragraph > remote: (W) f414949: too many commit message lines longer than 70 > characters; manually wrap lines These are odd when your git log shows a single commit without this problem. Did you squash all of your commits down into one? What does "git log | grep -c 'ibm.com'" show for you? I see 1.
