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

4.104.95
Last change on this file since fb4ba79 was da801b0, checked in by Chris Johns <chrisj@…>, on 03/27/15 at 23:00:26

rtems: Change the base URL for RTEMS git to https to avoid the redirects.

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