[Savannah-hackers-public] Emacs git repository clone limits

2020-05-27 Thread Philippe Vaucher
Hello, I'm the author of https://hub.docker.com/r/silex/emacs, dockerized Emacs images for a lot of versions. You can see one of the builds here: https://gitlab.com/Silex777/docker-emacs/pipelines/148568952 The build thus builds a lot of images at once, and thus I have many parallel "git clone h

Re: [Savannah-hackers-public] Emacs git repository clone limits

2020-05-27 Thread Bob Proulx
Hello Philippe, Philippe Vaucher wrote: > I'm the author of https://hub.docker.com/r/silex/emacs, dockerized Emacs > images for a lot of versions. > > You can see one of the builds here: > https://gitlab.com/Silex777/docker-emacs/pipelines/148568952 Wow! I see 40 different builds there. Which

Re: [Savannah-hackers-public] Emacs git repository clone limits

2020-05-27 Thread Philippe Vaucher
Thanks for your answers! > > You can see one of the builds here: > > https://gitlab.com/Silex777/docker-emacs/pipelines/148568952 > > Wow! I see 40 different builds there. Which is totally awesome btw. Yeah, I meant "one of the builds of the 40 images that you see on https://hub.docker.com/r/si

Re: [Savannah-hackers-public] Emacs git repository clone limits

2020-05-27 Thread Alfred M. Szmidt
Why not simply use a reference repository? git clone --mirror git://git.gnu.org/emacs.git ~/emacs-reference And when cloning: git clone --reference ~/emacs-reference git://git.gnu.org/emacs.git the ~/emacs-reference place can be accessible where ever you are using it. This will work incre