I see the problem. Please push to the native-toolchain project, not the Toolchain one. I recently renamed that project, and did not send instructions to this list - my apologies!
You need to do this: cd <toolchain project directory> git remote set-url <gerrit project> ssh://<your username>@ gerrit.cloudera.org:29418/native-toolchain and try pushing again. Please make sure you rebase on the upstream native-toolchain repo, and that the only commits different from that are the ones you want to have reviewed. Let me know if you have problems - Henry On 23 March 2017 at 21:56, Valencia Serrao <[email protected]> wrote: > 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 > [image: Inactive hide details for Jim Apple ---03/23/2017 07:02:12 > PM---First, we forgot to include GERRIT_USER instructions. I have se]Jim > Apple ---03/23/2017 07:02:12 PM---First, we forgot to include GERRIT_USER > instructions. I have set those now: https://cwiki.apache.org > > 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. >
