mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
Remove sourceware from glibc mirrors
It only hosts releases up to 2.11. Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
parent
373f22648f
commit
48b4c8db08
@ -2,7 +2,7 @@
|
||||
# the ports were an external add-on, it used a separate repository
|
||||
# and separate tarballs.
|
||||
repository='git git://sourceware.org/git/glibc-ports.git'
|
||||
mirrors='$(CT_Mirrors GNU glibc) $(CT_Mirrors sourceware glibc/releases)'
|
||||
mirrors='$(CT_Mirrors GNU glibc)'
|
||||
|
||||
# Version of this package must be the same as the glibc's
|
||||
versionlocked='glibc'
|
||||
|
@ -1,5 +1,5 @@
|
||||
origin='GNU'
|
||||
repository='git git://sourceware.org/git/glibc.git'
|
||||
mirrors='$(CT_Mirrors GNU glibc) $(CT_Mirrors sourceware glibc/releases)'
|
||||
mirrors='$(CT_Mirrors GNU glibc)'
|
||||
milestones='2.17 2.20 2.23 2.24'
|
||||
archive_formats='.tar.xz .tar.bz2 .tar.gz'
|
||||
|
Loading…
Reference in New Issue
Block a user