[PATCH] build-many-glibcs.py: Switch Git URLs to https://
Samuel Thibault
samuel.thibault@aquilenet.fr
Mon Dec 8 10:40:13 GMT 2025
Reviewed-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Florian Weimer, le lun. 08 déc. 2025 11:37:05 +0100, a ecrit:
> ---
> scripts/build-many-glibcs.py | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
> index fc0f122e73..940b66a09a 100755
> --- a/scripts/build-many-glibcs.py
> +++ b/scripts/build-many-glibcs.py
> @@ -118,9 +118,9 @@ def get_git_url(component):
> 'binutils': 'https://sourceware.org/git/binutils-gdb.git',
> 'glibc': 'https://sourceware.org/git/glibc.git',
> 'gcc': 'https://gcc.gnu.org/git/gcc.git',
> - 'gnumach': 'git://git.savannah.gnu.org/hurd/gnumach.git',
> - 'mig': 'git://git.savannah.gnu.org/hurd/mig.git',
> - 'hurd': 'git://git.savannah.gnu.org/hurd/hurd.git',
> + 'gnumach': 'https://git.savannah.gnu.org/git/hurd/gnumach.git',
> + 'mig': 'https://git.savannah.gnu.org/git/hurd/mig.git',
> + 'hurd': 'https://git.savannah.gnu.org/git/hurd/hurd.git',
> }
> env_var = '%s_GIT_MIRROR' % component.upper()
> if env_var in os.environ:
>
More information about the Libc-alpha
mailing list