On Fri, 6 Aug 2010, Chuck Ebbert wrote:

> On Thu,  5 Aug 2010 16:16:23 -0700 (PDT)
> Roland McGrath <[email protected]> wrote:
>
>>> But unfortunately that isn't what fedpkg calls the branch it creates
>>> locally, which means that your naming scheme could cause problems to
>>> fedpkg users.
>>
>> $ fedpkg clone -b f12 kernel
>> $ cd kernel
>> $ git branch
>> * f12/master
>> $ rpm -qf /usr/bin/fedpkg
>> fedora-packager-0.5.1.0-1.fc13.noarch
>>
>
> $ f12 $ git branch
> * f12
>  f13
>  f14
>  master
>
> $ f12 $ rpm -qf /usr/bin/fedpkg
> fedora-packager-0.5.0.1-3.fc12.noarch

and
fedpkg clone kernel
cd kernel
fedpkg switch-branch f12
git branch
* f12
   master
rpm -q fedora-packager
fedora-packager-0.5.1.0-1.fc13.noarch

        Michael Young
_______________________________________________
kernel mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/kernel

Reply via email to