From d3fa1581091bed9d66e5a071be76ce5830a8a6c9 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Thu, 10 Mar 2016 16:19:58 +1100 Subject: sb: Add a download option --with-release-url/--without-release-url. The default without the option is to prepend the release URL to the URL list to download from the RTEMS FTP site first if the RSB is released. This option can force the RTEMS FTP to be tried first when not a release, or you can supply a different URL to download from or you can request no RTEMS URL is tried first. Eg: --with-release-url --with-release-url=file://opt/local/cache --without-release-url Move the RTEMS release URL to the default.mc file. Change the URL to the RTEMS FTP server and do not use the https method of access. The option's with_arg call was cleaned up to make sense. Remove the log's raw output of an extra space. Some download error message formating was cleaned up. Closes #2636. --- rtems/config/rtems-urls.bset | 5 ----- 1 file changed, 5 deletions(-) (limited to 'rtems/config/rtems-urls.bset') diff --git a/rtems/config/rtems-urls.bset b/rtems/config/rtems-urls.bset index 13fb517..91e4bad 100644 --- a/rtems/config/rtems-urls.bset +++ b/rtems/config/rtems-urls.bset @@ -13,8 +13,3 @@ %define rtems_gcc_patches %{rtems_git_tools}/gcc %define rtems_newlib_patches %{rtems_git_tools}/newlib %define rtems_gdb_patches %{rtems_git_tools}/gdb - -# -# Releases paths on the FTP server. -# -%define rtems_release_url https://ftp.rtems.org/pub/rtems/releases/%{rtems_version} -- cgit v1.2.3