Advertisement
mattmanwrx

Untitled

Nov 6th, 2013
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.11 KB | None | 0 0
  1. matt@mattman:~/drive3/carbon-jb3/device/htc/endeavoru$ git status
  2. # On branch jb3
  3. # Your branch is ahead of 'github/jb3' by 12 commits.
  4. #
  5. nothing to commit (working directory clean)
  6. matt@mattman:~/drive3/carbon-jb3/device/htc/endeavoru$ repo upload .
  7. Upload project device/htc/endeavoru/ to remote branch refs/heads/jb3:
  8. branch jb3 (12 commits, Wed Nov 6 13:03:02 2013 +0000):
  9. 000c142d endeavoru: remove 4.6 ToolChain Signed-off-by: Matt Bloomfield <mbloomfield87@gmail.com>
  10. 4f0165e4 Revert "endeavoru: Add wl12xx firmware and adapt Wi-Fi calibration script"
  11. 3026c291 endeavoru: Support HBOOT 1.73.0000
  12. 726236e3 endeavoru: Remove pollyd service that is now in tegra3-common
  13. ac0e8a8d endeavoru: Update build.prop and build fingerprint
  14. 7b629cdb endeavoru: Comment duplicate build.prop properties
  15. e7df92db endeavoru: Fix signal strength
  16. c8cb8cde endeavoru: Enable torch in framework overlay
  17. f6fe60f7 endeavoru: Allow button backlight brightness adjustments
  18. 17dfecfa endeavoru: Update README.md
  19. db39624f endeavoru: Update ramdisk
  20. 33e49cc2 endeavoru: Update Bluetooth handling
  21. to review.carbon-rom.com (y/N)? y
  22. ATTENTION: You are uploading an unusually high number of commits.
  23. YOU PROBABLY DO NOT MEAN TO DO THIS. (Did you rebase across branches?)
  24. If you are sure you intend to do this, type 'yes': yes
  25. Warning: Permanently added the RSA host key for IP address '[198.50.230.138]:29419' to the list of known hosts.
  26. Counting objects: 88, done.
  27. Delta compression using up to 2 threads.
  28. Compressing objects: 100% (55/55), done.
  29. Writing objects: 100% (65/65), 16.60 KiB, done.
  30. Total 65 (delta 31), reused 1 (delta 0)
  31. remote: Resolving deltas: 100% (31/31)
  32. remote: Processing changes: refs: 1, done
  33. remote: (W) 4f0165e: commit subject >65 characters; use shorter first paragraph
  34. remote: (W) 4f0165e: commit message lines >70 characters; manually wrap lines
  35. remote: ERROR: missing Change-Id in commit message footer
  36. remote: Suggestion for commit message:
  37. remote: endeavoru: Remove pollyd service that is now in tegra3-common
  38. remote:
  39. remote: Change-Id: Ie63b193bbd53009d6fa5b719fe27b3b11bfb7e04
  40. remote:
  41. remote: Conflicts:
  42. remote:
  43. remote: ramdisk/init.endeavoru.rc
  44. remote:
  45. remote: Change-Id: I726236e3f75d58937dce52e1d12c6af89b2842fb
  46. remote: Hint: A potential Change-Id was found, but it was not in the footer (last paragraph) of the commit message.
  47. remote:
  48. remote: Hint: To automatically insert Change-Id, install the hook:
  49. remote: scp -p -P 29419 mattmanwrx@review.carbon-rom.com:hooks/commit-msg .git/hooks/
  50. remote:
  51. remote:
  52. To ssh://mattmanwrx@review.carbon-rom.com:29419/CarbonDev/android_device_htc_endeavoru
  53. ! [remote rejected] jb3 -> refs/for/jb3 (missing Change-Id in commit message footer)
  54. error: failed to push some refs to 'ssh://mattmanwrx@review.carbon-rom.com:29419/CarbonDev/android_device_htc_endeavoru'
  55.  
  56. ----------------------------------------------------------------------
  57. [FAILED] device/htc/endeavoru/ jb3 (Upload failed)
  58.  
  59. matt@mattman:~/drive3/carbon-jb3/device/htc/endeavoru$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement