Last active
August 29, 2015 14:04
-
-
Save chusiang/016215c3369625f8ea2e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[jonny@thinkpad-t410 ~/vcs/repo_gerrit/droid ] -17:57 | |
$ repo --trace upload manifest/ | |
[......] | |
Upload project manifest/ to remote branch master: | |
branch master ( 2 commits, Tue Jul 29 17:59:15 2014 +0800): | |
f49866f5 Doing the lab of link repo and gerrit. | |
2fd92a4a testing the repo x gerrit #2. | |
to 192.168.1.218:8081/ (y/N)? y | |
[......] | |
Authorization Required | |
User: jonny | |
Password: | |
: git push --receive-pack=gerrit receive-pack ssh://[email protected]:29418/droid/a/bsp/vendor/intel/PRIVATE/reference_manifest refs/heads/master:refs/for/master | |
Counting objects: 22, done. | |
Delta compression using up to 4 threads. | |
Compressing objects: 100% (3/3), done. | |
Writing objects: 100% (3/3), 366 bytes | 0 bytes/s, done. | |
Total 3 (delta 2), reused 0 (delta 0) | |
remote: Resolving deltas: 100% (2/2) | |
remote: Processing changes: new: 1, refs: 1, done | |
remote: | |
remote: New Changes: | |
remote: http://192.168.1.218:9100/5 | |
remote: | |
To ssh://[email protected]:29418/mofd/a/bsp/vendor/intel/PRIVATE/reference_manifest | |
* [new branch] master -> refs/for/master | |
: git update-ref -m posted to 192.168.1.218:9100/ for master refs/published/master refs/heads/master 1>| 2>| | |
---------------------------------------------------------------------- | |
[OK ] manifest/ master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment