[RTEMS Project] #3448: Add GCC, Binutils+GDB, Newlib mirrors to RTEMS github

RTEMS trac trac at rtems.org
Wed Jun 13 05:33:44 UTC 2018


#3448: Add GCC, Binutils+GDB, Newlib mirrors to RTEMS github
-----------------------------+------------------------------
 Reporter:  Sebastian Huber  |       Owner:  Sebastian Huber
     Type:  task             |      Status:  assigned
 Priority:  normal           |   Milestone:  5.1
Component:  tool             |     Version:  5
 Severity:  normal           |  Resolution:
 Keywords:                   |  Blocked By:
 Blocking:                   |
-----------------------------+------------------------------

Comment (by Sebastian Huber):

 I have now the following setup on a local machine:

 {{{
 git clone --mirror git://sourceware.org/git/binutils-gdb.git
 cd binutils-gdb
 git remote add github git at github.com:RTEMS/sourceware-mirror-binutils-
 gdb.git
 }}}
 {{{
 git clone --mirror git://sourceware.org/git/newlib-cygwin.git
 cd newlib-cygwin
 git remote add github git at github.com:RTEMS/sourceware-mirror-newlib-
 cygwin.git
 }}}
 {{{
 git clone --mirror git://gcc.gnu.org/git/gcc.git/git/binutils-gdb.git
 cd gcc
 git remote add github git at github.com:RTEMS/gnu-mirror-gcc.git
 }}}
 Synchronization is quite easy:
 {{{
 git fetch
 git push --mirror github
 }}}
 I will set up a cron job on my local machine for now. It runs during work
 days. To set it up on dispatch.rtems.org we need more disk space (I
 suggest 4G) and someone with enough privileges on this server.

--
Ticket URL: <http://devel.rtems.org/ticket/3448#comment:13>
RTEMS Project <http://www.rtems.org/>
RTEMS Project


More information about the bugs mailing list