Advertisement
Guest User

Untitled

a guest
Jun 19th, 2015
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. iceandfires-iMac:xenonhd iceandfire$ perl gerritme.pl
  2. **** Setting up gerrit configuration for TeamHorizon/vendor_xenonhd. ****
  3. branch is lp-mr1
  4. git remote add gerrit ssh://iceandfire@83.233.5.241:29418/TeamHorizon/vendor_xenonhd
  5. gitdir=$(git rev-parse --git-dir); scp -p -P 29418 iceandfire@83.233.5.241:hooks/commit-msg ${gitdir}/hooks/
  6. git config remote.gerrit.receivepack "git receive-pack --reviewer pcarenza@gmail.com"
  7. git config remote.gerrit.push "HEAD:refs/for/lp-mr1"
  8. git config remote.gerrit.url "ssh://iceandfire@83.233.5.241:29418/TeamHorizon/vendor_xenonhd"
  9. iceandfires-iMac:xenonhd iceandfire$ git push gerrit
  10. fatal: user "pcarenza@gmail.com" not found
  11. fatal: Could not read from remote repository.
  12.  
  13. Please make sure you have the correct access rights
  14. and the repository exists.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement