[PATCH 3/3] scripts: Allow overriding Git URLs in build-many-glibcs.py
Florian Weimer
fweimer@redhat.com
Wed Nov 12 11:55:06 GMT 2025
* Yury Khrustalev:
> +def get_git_url(component):
> + """Return Git URL for the given component. Allow overrides via env var."""
> + git_urls = {
> + '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',
Shouldn't we use https:// everywhere?
Thanks,
Florian
More information about the Libc-alpha
mailing list