From: Florian Weimer Date: Mon, 8 Dec 2025 10:37:05 +0000 (+0100) Subject: build-many-glibcs.py: Switch Git URLs to https:// X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f56a71097f39f2737e76b3807201a4028e06c611;p=thirdparty%2Fglibc.git build-many-glibcs.py: Switch Git URLs to https:// Reviewed-by: Samuel Thibault --- diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index d9f38ba070..586a2d8f83 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: