On Sun, 15 Aug 2010 19:20:24 +0800, Gregory wrote:
> in my cvs development tree, I am not seeing a F-14 branch, yet.
>
> At the risk of sounding like I missed an announcement :-(, should I be ?
Fedora package cvs has converted to using git:
https://fedoraproject.org/wiki/Using_Fedora_GIT
--
packaging mailing list
packaging@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/packaging
08-15-2010, 01:01 PM
Gregory Hosler
F-14 build tree
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 08/15/2010 07:23 PM, Michael Schwendt wrote:
> On Sun, 15 Aug 2010 19:20:24 +0800, Gregory wrote:
>
>> in my cvs development tree, I am not seeing a F-14 branch, yet.
>>
>> At the risk of sounding like I missed an announcement :-(, should I be ?
>
> Fedora package cvs has converted to using git:
> https://fedoraproject.org/wiki/Using_Fedora_GIT
Ok, thanks for that.
I need some add'l help now.
Having troubles git cloning, so I went to the documentation as follows:
generated a certificate, and then moved it to ~/.fedora.cert
I also:
fedora-packager-setup
to setup my environment
Next I ran:
fedpkg clone gyachi
and it politely told me:
Cloning into gyachi...
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
Could not clone: Command '['git', 'clone',
'ssh://ghosler@pkgs.fedoraproject.org/gyachi']' returned
non-zero exit status 128
I straced, and my certificate file is being opened:
On Sun, Aug 15, 2010 at 09:01:14PM +0800, Gregory Hosler wrote:
>
> fedpkg clone gyachi
>
> and it politely told me:
>
> Cloning into gyachi...
> Permission denied (publickey).
> fatal: The remote end hung up unexpectedly
> Could not clone: Command '['git', 'clone',
> 'ssh://ghosler@pkgs.fedoraproject.org/gyachi']' returned
> non-zero exit status 128
>
> I straced, and my certificate file is being opened:
>
> open("/home/ghosler/.fedora.cert", O_RDONLY|O_LARGEFILE) = 3
>
> so i'm a bit stumped...
>
> basically: why am i getting "Permission denied (publickey)" ?
>
> any thoughts or suggestions ?
For cloning, you do not need the certificate. Here you need your private
SSH key. Is ghosler your Fedora Account name?
What does ssh ghosler@pkgs.fedoraproject.org return?
Do you maybe use a SSH key, that is in a non-default location, for
Fedora? Then you might need to tweak your .ssh/config to use the key for
pkgs.fedoraproject.org or all fedoraproject.org servers:
Regards
Till
--
packaging mailing list
packaging@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/packaging
08-15-2010, 05:43 PM
Gregory Hosler
F-14 build tree
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 08/15/2010 09:21 PM, Till Maas wrote:
> On Sun, Aug 15, 2010 at 09:01:14PM +0800, Gregory Hosler wrote:
>
>>
>> fedpkg clone gyachi
>>
>> and it politely told me:
>>
>> Cloning into gyachi...
>> Permission denied (publickey).
>> fatal: The remote end hung up unexpectedly
>> Could not clone: Command '['git', 'clone',
>> 'ssh://ghosler@pkgs.fedoraproject.org/gyachi']' returned
>> non-zero exit status 128
>>
>> I straced, and my certificate file is being opened:
>>
>> open("/home/ghosler/.fedora.cert", O_RDONLY|O_LARGEFILE) = 3
>>
>> so i'm a bit stumped...
>>
>> basically: why am i getting "Permission denied (publickey)" ?
>>
>> any thoughts or suggestions ?
>
> For cloning, you do not need the certificate. Here you need your private
> SSH key. Is ghosler your Fedora Account name?
yes.
> What does ssh ghosler@pkgs.fedoraproject.org return?
> Do you maybe use a SSH key, that is in a non-default location, for
> Fedora? Then you might need to tweak your .ssh/config to use the key for
> pkgs.fedoraproject.org or all fedoraproject.org servers:
>
> Host *.fedoraproject.org
> IdentityFile ~/.ssh/id_rsa_fedora
It sounds like i missed a step about uploading my public key ?
or, put another way, how is/was pkgs.fedoraproject.org supposed to get a copy of
my public key ?
On Mon, Aug 16, 2010 at 01:43:39AM +0800, Gregory Hosler wrote:
> It sounds like i missed a step about uploading my public key ?
>
> or, put another way, how is/was pkgs.fedoraproject.org supposed to get a copy of
> my public key ?
You need to upload it to the Fedora Account System at:
https://admin.fedoraproject.org/accounts/user/edit/ghosler
It has to be RSA2 key. I assumed you already did this, because otherwise
you should not have gotten access to CVS...
Regards
Till
--
packaging mailing list
packaging@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/packaging