[rtems-source-builder commit] rtems: Change the base URL for RTEMS git to https to avoid the redirects.

Chris Johns chrisj at rtems.org
Fri Mar 27 23:01:18 UTC 2015


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

Author:    Chris Johns <chrisj at rtems.org>
Date:      Sat Mar 28 10:00:26 2015 +1100

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

---

 rtems/config/rtems-urls.bset | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rtems/config/rtems-urls.bset b/rtems/config/rtems-urls.bset
index 42336b7..d9aeb65 100644
--- a/rtems/config/rtems-urls.bset
+++ b/rtems/config/rtems-urls.bset
@@ -5,7 +5,7 @@
 #
 # The RTEMS http git URL.
 #
-%define rtems_http_git         http://git.rtems.org
+%define rtems_http_git         https://git.rtems.org
 %define rtems_git_tools        %{rtems_http_git}/rtems-tools/plain/tools/%{rtems_version}
 %define rtems_binutils_patches %{rtems_git_tools}/binutils
 %define rtems_gcc_patches      %{rtems_git_tools}/gcc



More information about the vc mailing list