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:
Alexey Neyman 2017-08-23 23:57:00 -07:00
parent 373f22648f
commit 48b4c8db08
2 changed files with 2 additions and 2 deletions

View File

@ -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'

View File

@ -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'