Hi All,
I have rebased my local repo against asf-gerrit/master. All code changes to port native-toolchain onto ppc64le, are in one single commit. However, when i try to test the gerrit connection using command "git push --no-thin asf-gerrit HEAD:refs/drafts/master" mentioned at https://cwiki.apache.org/confluence/display/IMPALA/Using+Gerrit+to+submit +and+review+patches#UsingGerrittosubmitandreviewpatches-RebaseYourBranch, I see error messages as below: Enter passphrase for key '/home/test/.ssh/id_rsa': Counting objects: 168, done. Delta compression using up to 8 threads. Compressing objects: 100% (90/90), done. Writing objects: 100% (168/168), 67.06 KiB | 0 bytes/s, done. Total 168 (delta 72), reused 114 (delta 46) remote: Resolving deltas: 100% (72/72) remote: Processing changes: refs: 1, done 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 To ssh://[email protected]:29418/Toolchain ! [remote rejected] HEAD -> refs/drafts/master (change http://gerrit.cloudera.org:8080/6145 closed) error: failed to push some refs to 'ssh://[email protected]:29418/Toolchain Top 2 commits in git log shows: commit 1cbf3ac931abcbcb227360dec0861ebddd82f155 Author: Valencia Serrao <[email protected]> Date: Wed Mar 22 23:58:06 2017 -0700 Ported native-toolchain to work on ppc64le Change-Id: I7931752ca497bc7a5e3cc574bbb54637f382c72a commit cd8a0c33694d3f162ca7e7a1baa6f012b8d46a95 Author: Henry Robinson <[email protected]> Date: Tue Mar 21 09:51:34 2017 -0700 Add Apache Software License 2.0 (see LICENSE.txt) Change-Id: Ifbf0d730e476b5e448b1aba379373b83623d6abe git remote -v gives: asf-gerrit ssh://[email protected]:29418/Toolchain (fetch) asf-gerrit ssh://[email protected]:29418/Toolchain (push) origin https://github.com/ibmsoe/native-toolchain (fetch) origin https://github.com/ibmsoe/native-toolchain (push) upstream https://github.com/cloudera/native-toolchain (fetch) upstream https://github.com/cloudera/native-toolchain (push) Any help on this error is appreciated. Regards, Valencia
