source: rtems-source-builder/rtems/config/rtems-urls.bset @ d3fa158

4.104.95
Last change on this file since d3fa158 was d3fa158, checked in by Chris Johns <chrisj@…>, on 03/10/16 at 05:19:58

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.

  • Property mode set to 100644
File size: 541 bytes
Line 
1#
2# The URLs for RTEMS
3#
4
5#
6# The RTEMS http git URL.
7#
8%define rtems_http_git         https://git.rtems.org
9%define rtems_git_tools        %{rtems_http_git}/rtems-tools/plain/tools/%{rtems_version}
10%define rtems_autoconf_patches %{rtems_git_tools}/autoconf
11%define rtems_automake_patches %{rtems_git_tools}/automake
12%define rtems_binutils_patches %{rtems_git_tools}/binutils
13%define rtems_gcc_patches      %{rtems_git_tools}/gcc
14%define rtems_newlib_patches   %{rtems_git_tools}/newlib
15%define rtems_gdb_patches      %{rtems_git_tools}/gdb
Note: See TracBrowser for help on using the repository browser.