Advertisement
Guest User

Untitled

a guest
Jun 13th, 2013
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. git clone git@github.com:guruofquality/gras.git gras_test
  2. Cloning into 'gras_test'...
  3. remote: Counting objects: 5015, done.
  4. remote: Compressing objects: 100% (2104/2104), done.
  5. remote: Total 5015 (delta 2631), reused 4979 (delta 2597)
  6. Receiving objects: 100% (5015/5015), 1.64 MiB | 493 KiB/s, done.
  7. Resolving deltas: 100% (2631/2631), done.
  8. jblum@wiggle:~/src$ cd gras_test/
  9. jblum@wiggle:~/src/gras_test$ git submodule init
  10. Submodule 'Apology' (https://github.com/guruofquality/Apology.git) registered for path 'Apology'
  11. Submodule 'PMC' (https://github.com/guruofquality/PMC.git) registered for path 'PMC'
  12. Submodule 'Theron' (https://github.com/guruofquality/Theron.git) registered for path 'Theron'
  13. Submodule 'gnuradio' (https://github.com/guruofquality/gnuradio.git) registered for path 'gnuradio'
  14. Submodule 'grextras' (https://github.com/guruofquality/grextras.git) registered for path 'grextras'
  15. jblum@wiggle:~/src/gras_test$ git submodule update
  16. Cloning into 'Apology'...
  17. remote: Counting objects: 249, done.
  18. remote: Compressing objects: 100% (172/172), done.
  19. remote: Total 249 (delta 155), reused 144 (delta 50)
  20. Receiving objects: 100% (249/249), 38.88 KiB, done.
  21. Resolving deltas: 100% (155/155), done.
  22. Submodule path 'Apology': checked out 'ab6fc7615056dd5b6c737e1f4005250fe0281039'
  23. Cloning into 'PMC'...
  24. remote: Counting objects: 1073, done.
  25. remote: Compressing objects: 100% (335/335), done.
  26. remote: Total 1073 (delta 657), reused 1035 (delta 619)
  27. Receiving objects: 100% (1073/1073), 150.87 KiB, done.
  28. Resolving deltas: 100% (657/657), done.
  29. Submodule path 'PMC': checked out 'c21cb504317db1bd3ac2bb75092284b7edd649ae'
  30. Cloning into 'Theron'...
  31. remote: Counting objects: 3403, done.
  32. remote: Compressing objects: 100% (756/756), done.
  33. remote: Total 3403 (delta 2611), reused 3403 (delta 2611)
  34. Receiving objects: 100% (3403/3403), 1.56 MiB | 535 KiB/s, done.
  35. Resolving deltas: 100% (2611/2611), done.
  36. Submodule path 'Theron': checked out 'dc71156e01c4afc2e32f01126bdcd971aa43c591'
  37. Cloning into 'gnuradio'...
  38. remote: Counting objects: 98465, done.
  39. remote: Compressing objects: 100% (23018/23018), done.
  40. remote: Total 98465 (delta 76609), reused 95999 (delta 74146)
  41. Receiving objects: 100% (98465/98465), 36.19 MiB | 564 KiB/s, done.
  42. Resolving deltas: 100% (76609/76609), done.
  43. Submodule path 'gnuradio': checked out '53223d7e7c60974bd56ec3287fdc184ea910087b'
  44. Cloning into 'grextras'...
  45. remote: Counting objects: 3311, done.
  46. remote: Compressing objects: 100% (1495/1495), done.
  47. remote: Total 3311 (delta 1765), reused 3217 (delta 1671)
  48. Receiving objects: 100% (3311/3311), 4.16 MiB | 552 KiB/s, done.
  49. Resolving deltas: 100% (1765/1765), done.
  50. Submodule path 'grextras': checked out '1ab1184268fc64d7711e285b31e5a48507a3493f'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement