Advertisement
nicklovell123

Untitled

Aug 14th, 2015
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.78 KB | None | 0 0
  1. Everything up-to-date
  2. nicklovell23@nicklovell23 ~/slimremix/build $ cd ..
  3. nicklovell23@nicklovell23 ~/slimremix $ rm -rf build
  4. nicklovell23@nicklovell23 ~/slimremix $ git clone https://github.com/SlimRemix/android_build.git -b lp5.1 build
  5. Cloning into 'build'...
  6. remote: Counting objects: 70828, done.
  7. remote: Compressing objects: 100% (15/15), done.
  8. remote: Total 70828 (delta 7), reused 0 (delta 0), pack-reused 70813
  9. Receiving objects: 100% (70828/70828), 31.11 MiB | 2.76 MiB/s, done.
  10. Resolving deltas: 100% (40590/40590), done.
  11. Checking connectivity... done.
  12. nicklovell23@nicklovell23 ~/slimremix $ cd build
  13. nicklovell23@nicklovell23 ~/slimremix/build $ git branch
  14. * lp5.1
  15. nicklovell23@nicklovell23 ~/slimremix/build $ git remote add SR git@github.com:SlimRemix/android_build.git
  16. nicklovell23@nicklovell23 ~/slimremix/build $ git fetch SR
  17. From github.com:SlimRemix/android_build
  18. * [new branch] lp5.1 -> SR/lp5.1
  19. * [new branch] lp5.1-Backup -> SR/lp5.1-Backup
  20. * [new branch] lp5.1-Exp -> SR/lp5.1-Exp
  21. nicklovell23@nicklovell23 ~/slimremix/build $ git pull
  22. Already up-to-date.
  23. nicklovell23@nicklovell23 ~/slimremix/build $ git fetch ssh://nicklovell23@review.slimroms.eu:29418/SlimRoms/android_build refs/changes/37/7237/1 && git cherry-pick FETCH_HEAD
  24. remote: Counting objects: 7, done
  25. remote: Finding sources: 100% (4/4)
  26. remote: Total 4 (delta 3), reused 4 (delta 3)
  27. Unpacking objects: 100% (4/4), done.
  28. From ssh://review.slimroms.eu:29418/SlimRoms/android_build
  29. * branch refs/changes/37/7237/1 -> FETCH_HEAD
  30. [lp5.1 1b2550d] "LMY48J"
  31. Author: The Android Automerger <android-build@google.com>
  32. 1 file changed, 1 insertion(+), 1 deletion(-)
  33. nicklovell23@nicklovell23 ~/slimremix/build $ git push SR
  34. warning: push.default is unset; its implicit value is changing in
  35. Git 2.0 from 'matching' to 'simple'. To squelch this message
  36. and maintain the current behavior after the default changes, use:
  37.  
  38. git config --global push.default matching
  39.  
  40. To squelch this message and adopt the new behavior now, use:
  41.  
  42. git config --global push.default simple
  43.  
  44. When push.default is set to 'matching', git will push local branches
  45. to the remote branches that already exist with the same name.
  46.  
  47. In Git 2.0, Git will default to the more conservative 'simple'
  48. behavior, which only pushes the current branch to the corresponding
  49. remote branch that 'git pull' uses to update the current branch.
  50.  
  51. See 'git help config' and search for 'push.default' for further information.
  52. (the 'simple' mode was introduced in Git 1.7.11. Use the similar mode
  53. 'current' instead of 'simple' if you sometimes use older versions of Git)
  54.  
  55. Counting objects: 15, done.
  56. Delta compression using up to 4 threads.
  57. Compressing objects: 100% (4/4), done.
  58. Writing objects: 100% (4/4), 429 bytes | 0 bytes/s, done.
  59. Total 4 (delta 3), reused 0 (delta 0)
  60. To git@github.com:SlimRemix/android_build.git
  61. c2d9cf0..1b2550d lp5.1 -> lp5.1
  62. nicklovell23@nicklovell23 ~/slimremix/build $ cd ..
  63. nicklovell23@nicklovell23 ~/slimremix $ rm -rf platfrom_manifest
  64. nicklovell23@nicklovell23 ~/slimremix $ git clone https://github.com/SlimRemix/platform_manifest.git -b lp5.1 platform_manifest
  65. fatal: destination path 'platform_manifest' already exists and is not an empty directory.
  66. nicklovell23@nicklovell23 ~/slimremix $ ls
  67. abi bootable CHANGELOGS dalvik device frameworks kernel Makefile out platform_manifest sdk vendor
  68. art build CHANGES.LOG developers docs hardware libcore ndk packages prebuilt system
  69. bionic build-slimremix.sh cts development external hs_err_pid29055.log libnativehelper ota_conf pdk prebuilts tools
  70. nicklovell23@nicklovell23 ~/slimremix $ rm -rf platform_manifest
  71. nicklovell23@nicklovell23 ~/slimremix $ ls
  72. abi bootable CHANGELOGS dalvik device frameworks kernel Makefile out prebuilt system
  73. art build CHANGES.LOG developers docs hardware libcore ndk packages prebuilts tools
  74. bionic build-slimremix.sh cts development external hs_err_pid29055.log libnativehelper ota_conf pdk sdk vendor
  75. nicklovell23@nicklovell23 ~/slimremix $ git clone https://github.com/SlimRemix/platform_manifest.git -b lp5.1 platform_manifest
  76. Cloning into 'platform_manifest'...
  77. remote: Counting objects: 1477, done.
  78. remote: Compressing objects: 100% (3/3), done.
  79. remote: Total 1477 (delta 0), reused 0 (delta 0), pack-reused 1474
  80. Receiving objects: 100% (1477/1477), 538.30 KiB | 379.00 KiB/s, done.
  81. Resolving deltas: 100% (502/502), done.
  82. Checking connectivity... done.
  83. nicklovell23@nicklovell23 ~/slimremix $ git branch
  84. fatal: Not a git repository (or any parent up to mount point /home)
  85. Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
  86. nicklovell23@nicklovell23 ~/slimremix $ cd platform_manifest
  87. nicklovell23@nicklovell23 ~/slimremix/platform_manifest $ git branch
  88. * lp5.1
  89. nicklovell23@nicklovell23 ~/slimremix/platform_manifest $ git remote add SR git@github.com:SlimRemix/platform_manifest.git
  90. nicklovell23@nicklovell23 ~/slimremix/platform_manifest $ git fetch SR
  91. From github.com:SlimRemix/platform_manifest
  92. * [new branch] jb -> SR/jb
  93. * [new branch] jb4.2 -> SR/jb4.2
  94. * [new branch] jb4.3 -> SR/jb4.3
  95. * [new branch] kk4.4 -> SR/kk4.4
  96. * [new branch] kk4.4-caf -> SR/kk4.4-caf
  97. * [new branch] kk4.4-sdk -> SR/kk4.4-sdk
  98. * [new branch] lp5.0 -> SR/lp5.0
  99. * [new branch] lp5.0-caf -> SR/lp5.0-caf
  100. * [new branch] lp5.1 -> SR/lp5.1
  101. * [new branch] lp5.1-Backup -> SR/lp5.1-Backup
  102. * [new branch] pusher -> SR/pusher
  103. nicklovell23@nicklovell23 ~/slimremix/platform_manifest $ git pull
  104. Already up-to-date.
  105. nicklovell23@nicklovell23 ~/slimremix/platform_manifest $ git fetch ssh://nicklovell23@review.slimroms.eu:29418/SlimRoms/platform_manifest refs/changes/39/7239/1 && git cherry-pick FETCH_HEAD
  106. remote: Counting objects: 5, done
  107. remote: Finding sources: 100% (3/3)
  108. remote: Total 3 (delta 1), reused 3 (delta 1)
  109. Unpacking objects: 100% (3/3), done.
  110. From ssh://review.slimroms.eu:29418/SlimRoms/platform_manifest
  111. * branch refs/changes/39/7239/1 -> FETCH_HEAD
  112. [lp5.1 41f85ad] Update manifest to android-5.1.1_r10
  113. Author: Josue Rivera <prbassplayer@gmail.com>
  114. 1 file changed, 1 insertion(+), 1 deletion(-)
  115. nicklovell23@nicklovell23 ~/slimremix/platform_manifest $ git push SR
  116. warning: push.default is unset; its implicit value is changing in
  117. Git 2.0 from 'matching' to 'simple'. To squelch this message
  118. and maintain the current behavior after the default changes, use:
  119.  
  120. git config --global push.default matching
  121.  
  122. To squelch this message and adopt the new behavior now, use:
  123.  
  124. git config --global push.default simple
  125.  
  126. When push.default is set to 'matching', git will push local branches
  127. to the remote branches that already exist with the same name.
  128.  
  129. In Git 2.0, Git will default to the more conservative 'simple'
  130. behavior, which only pushes the current branch to the corresponding
  131. remote branch that 'git pull' uses to update the current branch.
  132.  
  133. See 'git help config' and search for 'push.default' for further information.
  134. (the 'simple' mode was introduced in Git 1.7.11. Use the similar mode
  135. 'current' instead of 'simple' if you sometimes use older versions of Git)
  136.  
  137. Counting objects: 23, done.
  138. Delta compression using up to 4 threads.
  139. Compressing objects: 100% (3/3), done.
  140. Writing objects: 100% (3/3), 419 bytes | 0 bytes/s, done.
  141. Total 3 (delta 1), reused 0 (delta 0)
  142. To git@github.com:SlimRemix/platform_manifest.git
  143. 62d8994..41f85ad lp5.1 -> lp5.1
  144. nicklovell23@nicklovell23 ~/slimremix/platform_manifest $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement