[rtems-source-builder commit] Fix broken URLs to FTP site

Gedare Bloom gedare at rtems.org
Tue Mar 3 18:02:51 UTC 2015


Module:    rtems-source-builder
Branch:    master
Commit:    d5a7951f758fccfb285f3e44b22b7c2fdae27908
Changeset: http://git.rtems.org/rtems-source-builder/commit/?id=d5a7951f758fccfb285f3e44b22b7c2fdae27908

Author:    Gedare Bloom <gedare at rtems.org>
Date:      Tue Mar  3 13:00:15 2015 -0500

Fix broken URLs to FTP site

---

 rtems/config/snapshots/gcc-4.8-branch.mc                   | 2 +-
 rtems/config/tools/rtems-kernel-4-1.cfg                    | 2 +-
 rtems/config/tools/rtems-nios2-binutils-2.20-1.cfg         | 2 +-
 rtems/config/tools/rtems-nios2-gcc-4.1-newlib-1.19.0-1.cfg | 2 +-
 rtems/config/tools/rtems-nios2-gdb-7.0-1.cfg               | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/rtems/config/snapshots/gcc-4.8-branch.mc b/rtems/config/snapshots/gcc-4.8-branch.mc
index fa98f4f..161c7a0 100644
--- a/rtems/config/snapshots/gcc-4.8-branch.mc
+++ b/rtems/config/snapshots/gcc-4.8-branch.mc
@@ -2,7 +2,7 @@
 GCC_Version: none, override, '4.8-branch'
 Source0:     none, override, 'git://gcc.gnu.org/git/gcc.git?reset=hard?pull?checkout=gcc-4_8-branch'
 # IBM's backport patch for the PowerPC
-Patch0:      none, override, 'http://www.rtems.org/ftp/pub/rtems/people/chrisj/4_8-backport-single.patch'
+Patch0:      none, override, 'http://www.rtems.org/pub/rtems/people/chrisj/4_8-backport-single.patch'
 Patch0_opts: none, override, '-p0'
 Patch1:      none, undefine, ''
 Patch2:      none, undefine, ''
diff --git a/rtems/config/tools/rtems-kernel-4-1.cfg b/rtems/config/tools/rtems-kernel-4-1.cfg
index 33f894d..aa75882 100644
--- a/rtems/config/tools/rtems-kernel-4-1.cfg
+++ b/rtems/config/tools/rtems-kernel-4-1.cfg
@@ -16,7 +16,7 @@ BuildRoot: %{_tmppath}/%{name}-root-%(%{__id_u} -n)
 #
 # Source
 #
-%source set rtems http://ftp.rtems.org/ftp/pub/rtems/%{rtems_kernel_version}/rtems-%{rtems_kernel_version}.tar.bz2
+%source set rtems http://ftp.rtems.org/pub/rtems/%{rtems_kernel_version}/rtems-%{rtems_kernel_version}.tar.bz2
 
 #
 # If C++ defined for the tool set use it to control RTEMS's setting..
diff --git a/rtems/config/tools/rtems-nios2-binutils-2.20-1.cfg b/rtems/config/tools/rtems-nios2-binutils-2.20-1.cfg
index f5c6329..92f9520 100644
--- a/rtems/config/tools/rtems-nios2-binutils-2.20-1.cfg
+++ b/rtems/config/tools/rtems-nios2-binutils-2.20-1.cfg
@@ -15,7 +15,7 @@
 #
 # Source
 #
-%source set binutils http://ftp.rtems.org/ftp/pub/rtems/people/chrisj/nios/nios2-binutils-2.20.tar.bz2
+%source set binutils http://ftp.rtems.org/pub/rtems/people/chrisj/nios/nios2-binutils-2.20.tar.bz2
 %hash   md5 nios2-binutils-2.20.tar.bz2 42ce11b421a1d35fc7b17ee051ccf92a
 %patch  add binutils %{rtems_binutils_patches}/nios2/nios2-binutils-2.20-rtems-20110703.diff
 %hash   md5 nios2-binutils-2.20-rtems-20110703.diff edaa78cdf7b87866c976232ccb1704ac
diff --git a/rtems/config/tools/rtems-nios2-gcc-4.1-newlib-1.19.0-1.cfg b/rtems/config/tools/rtems-nios2-gcc-4.1-newlib-1.19.0-1.cfg
index c6b48c1..28342cd 100644
--- a/rtems/config/tools/rtems-nios2-gcc-4.1-newlib-1.19.0-1.cfg
+++ b/rtems/config/tools/rtems-nios2-gcc-4.1-newlib-1.19.0-1.cfg
@@ -41,7 +41,7 @@ BuildRoot: %{_tmppath}/%{name}-root-%(%{__id_u} -n)
 #
 # GCC core and G++
 #
-%source set gcc http://ftp.rtems.org/ftp/pub/rtems/people/chrisj/nios/nios2-gcc-4.1.tar.bz2
+%source set gcc http://ftp.rtems.org/pub/rtems/people/chrisj/nios/nios2-gcc-4.1.tar.bz2
 %hash   md5 nios2-gcc-4.1.tar.bz2 717e5a25fda68d96d09353bcfa149cff
 
 #
diff --git a/rtems/config/tools/rtems-nios2-gdb-7.0-1.cfg b/rtems/config/tools/rtems-nios2-gdb-7.0-1.cfg
index e61fd71..1af43ba 100644
--- a/rtems/config/tools/rtems-nios2-gdb-7.0-1.cfg
+++ b/rtems/config/tools/rtems-nios2-gdb-7.0-1.cfg
@@ -11,7 +11,7 @@
 
 %define without_python
 
-%source set gdb http://ftp.rtems.org/ftp/pub/rtems/people/chrisj/nios/nios2-gdb-7.0.tar.bz2
+%source set gdb http://ftp.rtems.org/pub/rtems/people/chrisj/nios/nios2-gdb-7.0.tar.bz2
 
 #
 # The gdb build instructions. We use 7.xx Release 1.




More information about the vc mailing list