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

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

2015-02-24 Thread Hesham Moustafa
Hi, I am wondering how can I checkout a github repo, and from RSB change to another branch, and build from their. For example this repo [1] has master branch called "epiphany-binutils-2.23" which is not stable, instead it has another stable branch called "epiphany-binutils-2.23-software-cache" whi