Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2016
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. Andres-MacBook-Pro:salt-formula-keystone andres$ git review -s -v
  2. 2016-09-23 12:44:48.802734 Running: git config --get gitreview.scheme
  3. 2016-09-23 12:44:48.806547 Running: git config --get gitreview.hostname
  4. 2016-09-23 12:44:48.810701 Running: git config --get gitreview.port
  5. 2016-09-23 12:44:48.814381 Running: git config --get gitreview.project
  6. 2016-09-23 12:44:48.817924 Running: git log --color=never --oneline HEAD^1..HEAD
  7. 2016-09-23 12:44:48.822288 Running: git remote
  8. 2016-09-23 12:44:48.826089 Running: git config --get gitreview.username
  9. No remote set, testing ssh://amontalban@review.openstack.org:29418/openstack/salt-formula-keystone.git
  10. 2016-09-23 12:44:48.829854 Running: git push --dry-run ssh://amontalban@review.openstack.org:29418/openstack/salt-formula-keystone.git --all
  11. ssh://amontalban@review.openstack.org:29418/openstack/salt-formula-keystone.git did not work. Description: fatal: ICLA contributor agreement requires current contact information.
  12.  
  13. Please review your contact information:
  14.  
  15. https://review.openstack.org/#/settings/contact
  16.  
  17.  
  18. fatal: Could not read from remote repository.
  19.  
  20. Please make sure you have the correct access rights
  21. and the repository exists.
  22. Could not connect to gerrit.
  23. Enter your gerrit username: amontalban
  24. Trying again with ssh://amontalban@review.openstack.org:29418/openstack/salt-formula-keystone.git
  25. 2016-09-23 12:44:53.451335 Running: git push --dry-run ssh://amontalban@review.openstack.org:29418/openstack/salt-formula-keystone.git --all
  26. ssh://amontalban@review.openstack.org:29418/openstack/salt-formula-keystone.git did not work. Description: fatal: ICLA contributor agreement requires current contact information.
  27.  
  28. Please review your contact information:
  29.  
  30. https://review.openstack.org/#/settings/contact
  31.  
  32.  
  33. fatal: Could not read from remote repository.
  34.  
  35. Please make sure you have the correct access rights
  36. and the repository exists.
  37. <traceback object at 0x100d26638>
  38. We don't know where your gerrit is. Please manually create a remote
  39. named "gerrit" and try again.
  40. Could not connect to gerrit at ssh://amontalban@review.openstack.org:29418/openstack/salt-formula-keystone.git
  41. Traceback (most recent call last):
  42. File "/usr/local/Cellar/git-review/1.25.0/libexec/bin/git-review", line 10, in <module>
  43. sys.exit(main())
  44. File "/usr/local/Cellar/git-review/1.25.0/libexec/lib/python2.7/site-packages/git_review/cmd.py", line 1534, in main
  45. sys.exit(e.EXIT_CODE)
  46. AttributeError: 'GitReviewException' object has no attribute 'EXIT_CODE'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement