mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 12:57:53 +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
|
# the ports were an external add-on, it used a separate repository
|
||||||
# and separate tarballs.
|
# and separate tarballs.
|
||||||
repository='git git://sourceware.org/git/glibc-ports.git'
|
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
|
# Version of this package must be the same as the glibc's
|
||||||
versionlocked='glibc'
|
versionlocked='glibc'
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
origin='GNU'
|
origin='GNU'
|
||||||
repository='git git://sourceware.org/git/glibc.git'
|
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'
|
milestones='2.17 2.20 2.23 2.24'
|
||||||
archive_formats='.tar.xz .tar.bz2 .tar.gz'
|
archive_formats='.tar.xz .tar.bz2 .tar.gz'
|
||||||
|
Loading…
Reference in New Issue
Block a user