On 03/09/2023 10:26, Michael Gmelin wrote:
On Sat, 2 Sep 2023 09:53:38 +0100
Graham Perrin <grahamper...@gmail.com> wrote:
Some inspections are extraordinarily time-consuming. Others complete
very quickly, as they should.
One recent inspection took more than half an hour.
Anyone else?
Does `git clone https://git.freebsd.org/ports.git` work for you?
(currently it's not working from where I am). Maybe related.
Best
Michael
Today, yes.
Sorry for not replying sooner, Gmail sent your 2nd September email to spam.
% pwd
/tmp
% time git clone https://git.freebsd.org/ports.git && rm -r ports
Cloning into 'ports'...
remote: Enumerating objects: 5943170, done.
remote: Counting objects: 100% (943/943), done.
remote: Compressing objects: 100% (127/127), done.
remote: Total 5943170 (delta 923), reused 816 (delta 816), pack-reused
5942227
Receiving objects: 100% (5943170/5943170), 1.11 GiB | 6.29 MiB/s, done.
Resolving deltas: 100% (3586216/3586216), done.
Updating files: 100% (156931/156931), done.
941.630u 59.980s 10:11.66 163.7% 3333+442k 14+0io 58pf+16w
override r--r--r-- grahamperrin/wheel for
ports/.git/objects/pack/pack-d72c55d78249720bb87ae380c69ecb3c6dc5fe94.idx?
^C
% sudo rm -r /tmp/ports
grahamperrin's password:
%