diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-07-15 00:08:21 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-07-15 00:08:21 -0400 |
commit | d03a3bd28534dd43685a3ab582265e59aa705473 (patch) | |
tree | a7b6ee0276bc7a119e44d07c767225fd15f6063b | |
parent | gcc: update snapshots (diff) | |
download | toolchain-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-x | scripts/update-gdb | 2 |
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): |