[PATCH 3/3] scripts: Allow overriding Git URLs in build-many-glibcs.py

Yury Khrustalev yury.khrustalev@arm.com
Wed Nov 12 12:34:59 GMT 2025


On Wed, Nov 12, 2025 at 12:55:06PM +0100, Florian Weimer wrote:
> * 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?

We probably should, but these are the URLs that are currently used in
the upstream version of this script.

Thanks,
Yury
 


More information about the Libc-alpha mailing list