Re: RSB - How to checkout a branch from a repo and build from it

2015-02-24 Thread Hesham ALMatary
On Tue, Feb 24, 2015 at 7:31 PM, Gedare Bloom wrote: > It looks like you can specify a branch in the %source command, e.g. > config/tools/rtems-binutils-git-1.cfg has > %source set binutils > git://sourceware.org/git/binutils-gdb.git?fetch?reset=hard?branch=master?checkout=%{binutils_version} > T

Re: RSB - How to checkout a branch from a repo and build from it

2015-02-24 Thread Gedare Bloom
It looks like you can specify a branch in the %source command, e.g. config/tools/rtems-binutils-git-1.cfg has %source set binutils git://sourceware.org/git/binutils-gdb.git?fetch?reset=hard?branch=master?checkout=%{binutils_version} -Gedare On Tue, Feb 24, 2015 at 7:30 AM, Hesham Moustafa wrote