commit: d03a3bd28534dd43685a3ab582265e59aa705473 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org> AuthorDate: Wed Jul 15 04:08:21 2015 +0000 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org> CommitDate: Wed Jul 15 04:08:21 2015 +0000 URL: https://gitweb.gentoo.org/proj/toolchain.git/commit/?id=d03a3bd2
update-gdb: use same ftp site as the ebuilds While sources.redhat.com & sourceware.org are usually in sync, sometimes they can be slightly off leading to desync in which snapshots are available. scripts/update-gdb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update-gdb b/scripts/update-gdb index 08cfcb2..5d11637 100755 --- a/scripts/update-gdb +++ b/scripts/update-gdb @@ -16,7 +16,7 @@ from common import * # pylint: disable=wildcard-import,unused-wildcard-import CATEGORY = 'sys-devel' PN = 'gdb' -URL = 'ftp://sources.redhat.com/pub/gdb/snapshots/current/' +URL = 'ftp://sourceware.org/pub/gdb/snapshots/current/' def main(argv):
