Re: [BUG] 502/slow response from new repo [9.5 (9.5-g9364b2 @ /home/n/.emacs.d/straight/build/org/)]

2021-10-03 Thread Bastien
Hi,

Amin Bandali  writes:

> Indeed.  For future cases, if the issue remains after, say, 30mins,
> please come by the #savannah channel on the Libera.Chat IRC network,
> or open a support request in 'administration'[1] project on Savannah
> to alert the Savannah hackers of the issue; we'll be happy to help.
>
> [1]: https://savannah.nongnu.org/projects/administration

Also you can try to reach out savannah-hackers-pub...@gnu.org or
savannah-us...@gnu.org.

-- 
 Bastien



Re: [BUG] 502/slow response from new repo [9.5 (9.5-g9364b2 @ /home/n/.emacs.d/straight/build/org/)]

2021-10-03 Thread Amin Bandali
Bastien writes:

> No Wayman  writes:
>
>> That was after multiple attempts which resulted in 502 errors.
>
> Yes, I've noticed the https://git.savannah.gnu.org website had some
> issues today.  It seems to be stable now.

Indeed.  For future cases, if the issue remains after, say, 30mins,
please come by the #savannah channel on the Libera.Chat IRC network,
or open a support request in 'administration'[1] project on Savannah
to alert the Savannah hackers of the issue; we'll be happy to help.

[1]: https://savannah.nongnu.org/projects/administration

-- 
https://bndl.org



Re: [BUG] 502/slow response from new repo [9.5 (9.5-g9364b2 @ /home/n/.emacs.d/straight/build/org/)]

2021-09-26 Thread Bastien
No Wayman  writes:

> That was after multiple attempts which resulted in 502 errors.

Yes, I've noticed the https://git.savannah.gnu.org website had some
issues today.  It seems to be stable now.

-- 
 Bastien



[BUG] 502/slow response from new repo [9.5 (9.5-g9364b2 @ /home/n/.emacs.d/straight/build/org/)]

2021-09-26 Thread No Wayman



Experiencing 502 errors and delay when trying to clone the new 
development repo:


time git clone https://git.savannah.gnu.org/git/emacs/org-mode.git
Cloning into 'org-mode'...
remote: Counting objects: 129920, done.
remote: Compressing objects: 100% (28292/28292), done.
remote: Total 129920 (delta 101703), reused 129609 (delta 101488)
Receiving objects: 100% (129920/129920), 81.43 MiB | 10.35 MiB/s, 
done.

Resolving deltas: 100% (101703/101703), done.

real1m59.019s
user0m27.884s
sys 0m0.955s

That was after multiple attempts which resulted in 502 errors.

For comparison:
time git clone -b master git://git.sv.gnu.org/emacs.git
Cloning into 'emacs'...
remote: Counting objects: 950806, done.
remote: Compressing objects: 100% (167880/167880), done.
remote: Total 950806 (delta 782727), reused 949614 (delta 781638)
Receiving objects: 100% (950806/950806), 318.40 MiB | 31.17 MiB/s, 
done.

Resolving deltas: 100% (782727/782727), done.

real1m37.033s
user2m56.213s
sys 0m2.527s

Just a heads up.