[Bug 255323] handbook: Discourage use of portsnap, document gitup

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Apr 23 12:24:36 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255323

VVD <vvd at unislabs.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vvd at unislabs.com

--- Comment #2 from VVD <vvd at unislabs.com> ---
gitup is useless - too slow.

On local SATA SSD:
[~]# time gitup ports
# Host: git.freebsd.org
# Port: 443
# Repository: /ports.git
# Target: /usr/ports
# Have: a2c5d69385fe0d8c5a666d570f5b464ca302d37d
# Want: a2c5d69385fe0d8c5a666d570f5b464ca302d37d
# Branch: main

real    2m58,839s
user    0m34,055s
sys     0m20,755s

On remote HDD via NFS:
[~]# time gitup ports
# Host: git.freebsd.org
# Port: 443
# Repository: /ports.git
# Target: /usr/ports
# Have: a2c5d69385fe0d8c5a666d570f5b464ca302d37d
# Want: a2c5d69385fe0d8c5a666d570f5b464ca302d37d
# Branch: main

real    22m28,088s
user    0m57,772s
sys     0m36,280s

Look at fields: "Have" = "Want", so it's just check without update.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-doc mailing list