Re: 'make prep' breaks on private branches.

2010-08-19 Thread M A Young
On Thu, 19 Aug 2010, Roland McGrath wrote: >> Here is what I'm doing: >> >> fedpkg clone kernel >> fedpkg switch-branch f14 >> git checkout -b pnfs-all-2.6.35-2010-08-05 > > Make that 'git checkout --track -b pnfs-blah-blah origin/f14/master'. > Or, equivalently, after the fact, do: > git co

Re: 'make prep' breaks on private branches.

2010-08-19 Thread Todd Zullinger
Roland McGrath wrote: >> Here is what I'm doing: >> >> fedpkg clone kernel >> fedpkg switch-branch f14 >> git checkout -b pnfs-all-2.6.35-2010-08-05 > > Make that 'git checkout --track -b pnfs-blah-blah origin/f14/master'. > Or, equivalently, after the fact, do: > git config branch.pnfs-blah-

Re: 'make prep' breaks on private branches.

2010-08-19 Thread Steve Dickson
On 08/19/2010 01:57 PM, Roland McGrath wrote: >> Here is what I'm doing: >> >> fedpkg clone kernel >> fedpkg switch-branch f14 >> git checkout -b pnfs-all-2.6.35-2010-08-05 > > Make that 'git checkout --track -b pnfs-blah-blah origin/f14/master'. > Or, equivalently, after the fact, do: > g

Re: 'make prep' breaks on private branches.

2010-08-19 Thread Roland McGrath
> Here is what I'm doing: > > fedpkg clone kernel > fedpkg switch-branch f14 > git checkout -b pnfs-all-2.6.35-2010-08-05 Make that 'git checkout --track -b pnfs-blah-blah origin/f14/master'. Or, equivalently, after the fact, do: git config branch.pnfs-blah-blah.remote origin git

'make prep' breaks on private branches.

2010-08-19 Thread Steve Dickson
Here is what I'm doing: fedpkg clone kernel fedpkg switch-branch f14 git checkout -b pnfs-all-2.6.35-2010-08-05 make prep fedpkg -v prep --arch=noarch Creating module object from /Build/steved/fc/git/kernel Traceback (most recent call last): File "/usr/bin/fedpkg", line 1062, in args.comman