From d03a3bd28534dd43685a3ab582265e59aa705473 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 15 Jul 2015 00:08:21 -0400 Subject: 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): -- cgit v1.2.3-65-gdbad