summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-07-15 00:08:21 -0400
committerMike Frysinger <vapier@gentoo.org>2015-07-15 00:08:21 -0400
commitd03a3bd28534dd43685a3ab582265e59aa705473 (patch)
treea7b6ee0276bc7a119e44d07c767225fd15f6063b
parentgcc: update snapshots (diff)
downloadtoolchain-d03a3bd28534dd43685a3ab582265e59aa705473.tar.gz
toolchain-d03a3bd28534dd43685a3ab582265e59aa705473.tar.bz2
toolchain-d03a3bd28534dd43685a3ab582265e59aa705473.zip
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.
-rwxr-xr-xscripts/update-gdb2
1 files changed, 1 insertions, 1 deletions
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):