Re: [openstack-dev] [ironic] AttributeError: 'GitReviewException' object has no attribute 'EXIT_CODE'

2015-07-26 Thread Malhar Vora
Hi, I have done everything from scratch and followed below step. Please check and tell me what is missing, 1. git clone https://github.com/openstack/ironic ironic 2. Applied my changes 3. Created account in https://review.openstack.org and updated contact details 4. Generated key using

Re: [openstack-dev] [ironic] AttributeError: 'GitReviewException' object has no attribute 'EXIT_CODE'

2015-07-26 Thread Malhar Vora
Hi Jeremy, I have signed agreement on https://review.openstack.org/. That is not a problem. Thanks, Regds, *Malhar Vora* http://about.me/malhar.vora On Sun, Jul 26, 2015 at 7:25 PM, Jeremy Stanley fu...@yuggoth.org wrote: On 2015-07-26 02:53:30 -0700 (-0700), Malhar Vora wrote: I have

Re: [openstack-dev] [ironic] AttributeError: 'GitReviewException' object has no attribute 'EXIT_CODE'

2015-07-26 Thread Jeremy Stanley
On 2015-07-26 02:53:30 -0700 (-0700), Malhar Vora wrote: I have done everything from scratch and followed below step. Please check and tell me what is missing, [...] 3. Created account in https://review.openstack.org and updated contact details [...] There's a related step you've skipped

Re: [openstack-dev] [ironic] AttributeError: 'GitReviewException' object has no attribute 'EXIT_CODE'

2015-07-26 Thread Yuriy Taraday
Hello, Malhar. It seems that the actual error is hidden behind traceback object at 0x7f337522e3f8-like lines. Judging by line numbers in traceback that is seen, you're using version 1.25.0, and there I can see how the error got away:

Re: [openstack-dev] [ironic] AttributeError: 'GitReviewException' object has no attribute 'EXIT_CODE'

2015-07-25 Thread Malhar Vora
Hi Lucas, Yes my username is malhar_vora. I have tried steps that you have mentioned but still facing issue. malhar@ubuntu:~/Documents/contribution/temp/ironic$ git review -s Using global/system git-review config files (/etc/git-review/git-review.conf) is deprecated Problem running 'git remote

Re: [openstack-dev] [ironic] AttributeError: 'GitReviewException' object has no attribute 'EXIT_CODE'

2015-07-25 Thread Jeremy Stanley
On 2015-07-25 07:39:31 -0700 (-0700), Malhar Vora wrote: [...] error: Could not fetch gerrit Problems encountered installing commit-msg hook The following command failed with exit code 1 scp -P29418 malhar_v...@review.openstack.org:hooks/commit-msg .git/hooks/commit-msg

Re: [openstack-dev] [ironic] AttributeError: 'GitReviewException' object has no attribute 'EXIT_CODE'

2015-07-25 Thread Jeremy Stanley
On 2015-07-25 11:22:38 +0100 (+0100), Lucas Alvares Gomes wrote: Apparently you don't have the git remote map to review.openstack.org, you can add it by running the following: $ git remote add gerrit ssh://malhar_...@review.openstack.org:29418/openstack/ironic.git This should not _ever_ be

Re: [openstack-dev] [ironic] AttributeError: 'GitReviewException' object has no attribute 'EXIT_CODE'

2015-07-25 Thread Lucas Alvares Gomes
Hi, malhar@ubuntu:~/Documents/contribution/temp/ironic$ git review -s Using global/system git-review config files (/etc/git-review/git-review.conf) is deprecated Could not connect to gerrit. Enter your gerrit username: myusername Trying again with

[openstack-dev] [ironic] AttributeError: 'GitReviewException' object has no attribute 'EXIT_CODE'

2015-07-25 Thread Malhar Vora
Hi all, I am a beginner and facing issue in committing code to gerrit. Following are my details. Operating system is Ubuntu 15.04 I have installed OpenStack usinff DevStack : http://docs.openstack.org/developer/devstack/ I did changes, added modified file and then did git review -s I am

Re: [openstack-dev] [ironic] AttributeError: 'GitReviewException' object has no attribute 'EXIT_CODE'

2015-07-25 Thread Malhar Vora
Hi Lucas, I have followed steps you mentioned. I am getting following issue now. malhar@ubuntu:~/Documents/contribution/temp/ironic$ git review -s Using global/system git-review config files (/etc/git-review/git-review.conf) is deprecated Problem running 'git remote update gerrit' Fetching

Re: [openstack-dev] [ironic] AttributeError: 'GitReviewException' object has no attribute 'EXIT_CODE'

2015-07-25 Thread Lucas Alvares Gomes
Hi, Please make sure you have the correct access rights and the repository exists. error: Could not fetch gerrit Problems encountered installing commit-msg hook The following command failed with exit code 1 scp -P29418 malhar_...@review.openstack.org:hooks/commit-msg