Advertisement
grahamperrin

FreeBSD-CURRENT initial clone from git.freebsd.org/src.git during quality assurance period

Dec 21st, 2020 (edited)
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.14 KB | None | 0 0
  1. root@mowa219-gjp4-8570p:~ # date ; uname -v
  2. Mon Dec 21 14:47:36 GMT 2020
  3. FreeBSD 13.0-CURRENT #74 r368589: Sun Dec 13 07:55:46 GMT 2020 root@mowa219-gjp4-8570p:/usr/obj/usr/src/amd64.amd64/sys/GENERIC-NODEBUG
  4. root@mowa219-gjp4-8570p:~ # cd /usr/src
  5. root@mowa219-gjp4-8570p:/usr/src # git clone -o freebsd -b main --depth 1 https://git.freebsd.org/src.git freebsd-current
  6. Cloning into 'freebsd-current'...
  7. remote: Enumerating objects: 84584, done.
  8. remote: Counting objects: 100% (84584/84584), done.
  9. remote: Compressing objects: 100% (72209/72209), done.
  10. remote: Total 84584 (delta 18514), reused 49093 (delta 9272), pack-reused 0
  11. Receiving objects: 100% (84584/84584), 258.11 MiB | 7.42 MiB/s, done.
  12. Resolving deltas: 100% (18514/18514), done.
  13. Updating files: 100% (81314/81314), done.
  14. root@mowa219-gjp4-8570p:/usr/src # du -hs freebsd-current
  15. 815M freebsd-current
  16. root@mowa219-gjp4-8570p:/usr/src # ls -ahl
  17. total 18
  18. drwxr-xr-x 3 root wheel 3B Dec 21 14:47 .
  19. drwxr-xr-x 16 root wheel 16B Dec 22 2018 ..
  20. drwxr-xr-x 26 root wheel 44B Dec 21 14:49 freebsd-current
  21. root@mowa219-gjp4-8570p:/usr/src # cd freebsd-current/
  22. root@mowa219-gjp4-8570p:/usr/src/freebsd-current # ls -ahl
  23. total 422
  24. drwxr-xr-x 26 root wheel 44B Dec 21 14:49 .
  25. drwxr-xr-x 3 root wheel 3B Dec 21 14:47 ..
  26. -rw-r--r-- 1 root wheel 115B Dec 21 14:48 .arcconfig
  27. -rw-r--r-- 1 root wheel 448B Dec 21 14:48 .arclint
  28. -rw-r--r-- 1 root wheel 731B Dec 21 14:48 .cirrus.yml
  29. -rw-r--r-- 1 root wheel 4.6K Dec 21 14:48 .clang-format
  30. drwxr-xr-x 8 root wheel 14B Dec 21 14:49 .git
  31. -rw-r--r-- 1 root wheel 205B Dec 21 14:48 .gitattributes
  32. drwxr-xr-x 3 root wheel 3B Dec 21 14:48 .github
  33. -rw-r--r-- 1 root wheel 188B Dec 21 14:48 .gitignore
  34. -rw-r--r-- 1 root wheel 6.0K Dec 21 14:48 COPYRIGHT
  35. -rw-r--r-- 1 root wheel 500B Dec 21 14:48 LOCKS
  36. -rw-r--r-- 1 root wheel 7.0K Dec 21 14:48 MAINTAINERS
  37. -rw-r--r-- 1 root wheel 30K Dec 21 14:48 Makefile
  38. -rw-r--r-- 1 root wheel 118K Dec 21 14:48 Makefile.inc1
  39. -rw-r--r-- 1 root wheel 3.6K Dec 21 14:48 Makefile.libcompat
  40. -rw-r--r-- 1 root wheel 1.9K Dec 21 14:48 Makefile.sys.inc
  41. -rw-r--r-- 1 root wheel 544K Dec 21 14:48 ObsoleteFiles.inc
  42. -rw-r--r-- 1 root wheel 2.4K Dec 21 14:48 README
  43. -rw-r--r-- 1 root wheel 2.5K Dec 21 14:48 README.md
  44. -rw-r--r-- 1 root wheel 11K Dec 21 14:48 RELNOTES
  45. -rw-r--r-- 1 root wheel 100K Dec 21 14:48 UPDATING
  46. drwxr-xr-x 41 root wheel 43B Dec 21 14:48 bin
  47. drwxr-xr-x 9 root wheel 11B Dec 21 14:48 cddl
  48. drwxr-xr-x 89 root wheel 89B Dec 21 14:48 contrib
  49. drwxr-xr-x 5 root wheel 6B Dec 21 14:48 crypto
  50. drwxr-xr-x 7 root wheel 12B Dec 21 14:48 etc
  51. drwxr-xr-x 5 root wheel 9B Dec 21 14:48 gnu
  52. drwxr-xr-x 8 root wheel 106B Dec 21 14:48 include
  53. drwxr-xr-x 8 root wheel 11B Dec 21 14:48 kerberos5
  54. drwxr-xr-x 141 root wheel 143B Dec 21 14:48 lib
  55. drwxr-xr-x 39 root wheel 43B Dec 21 14:48 libexec
  56. drwxr-xr-x 12 root wheel 23B Dec 21 14:48 release
  57. drwxr-xr-x 4 root wheel 6B Dec 21 14:48 rescue
  58. drwxr-xr-x 90 root wheel 97B Dec 21 14:48 sbin
  59. drwxr-xr-x 8 root wheel 10B Dec 21 14:48 secure
  60. drwxr-xr-x 27 root wheel 29B Dec 21 14:48 share
  61. drwxr-xr-x 25 root wheel 34B Dec 21 14:48 stand
  62. drwxr-xr-x 53 root wheel 54B Dec 21 14:49 sys
  63. drwxr-xr-x 3 root wheel 6B Dec 21 14:49 targets
  64. drwxr-xr-x 5 root wheel 10B Dec 21 14:49 tests
  65. drwxr-xr-x 19 root wheel 23B Dec 21 14:49 tools
  66. drwxr-xr-x 284 root wheel 290B Dec 21 14:49 usr.bin
  67. drwxr-xr-x 225 root wheel 234B Dec 21 14:49 usr.sbin
  68. root@mowa219-gjp4-8570p:/usr/src/freebsd-current # git status
  69. On branch main
  70. Your branch is up to date with 'freebsd/main'.
  71.  
  72.  
  73. It took 30.12 seconds to enumerate untracked files. 'status -uno'
  74. may speed it up, but you have to be careful not to forget to add
  75. new files yourself (see 'git help status').
  76. nothing to commit, working tree clean
  77. root@mowa219-gjp4-8570p:/usr/src # git -C /usr/src/freebsd-current rev-list --count HEAD
  78. 1
  79. root@mowa219-gjp4-8570p:/usr/src #
  80.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement