Re: updating rspec to newer version
- To: Praveen A <pravi.a@gmail.com>
- Cc: debian-ruby@lists.debian.org
- Subject: Re: updating rspec to newer version
- From: Vasudev Kamath <kamathvasudev@gmail.com>
- Date: Mon, 29 Oct 2012 09:20:50 +0530
- Message-id: <CAK+NOPUBOuU+K=miV2Jidd4TcWSq=zbGAn2JRLvJQ+pzFUVt3g@mail.gmail.com>
- In-reply-to: <CAOo+eVreNQ5BS-Ce-CMcoTV1EW9hZ=dT8YTsMEu1_UpirfRmuw@mail.gmail.com>
- References: <CAOo+eVreNQ5BS-Ce-CMcoTV1EW9hZ=dT8YTsMEu1_UpirfRmuw@mail.gmail.com>
Hi Praveen,
On Thu, Oct 25, 2012 at 3:20 PM, Praveen A <pravi.a@gmail.com> wrote:
> I'm trying to update rspec to latest upsteam veriosn, 2.11 [1]. It
> seems this repo does not have an upstream or pristine-tar branch. How
> do I proceed? Can I manually update the files to newer upstream
> version?
If you clone using git branches won't automagically show up but it
will still be there just try git branch -a you will see
remotes/origin/pristine-tar
remotes/origin/upstream
To make them available locally just run following commands
git branch --track pristine-tar remotes/origin/pristine-tar
git branch --track upstream remotes/origin/upstream
And you will be ready to go.
Other alternative is as Cedric said gbp-clone --pirstine-tar
Best Regards
--
Vasudev Kamath
http://copyninja.info
copyninja@{frndk.de|vasudev.homelinux.net}
Reply to: