-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi,
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 ?
I even did a "cvs co" on my project, hoping that would get ma a F-14 directory, but it did not.
I'm ok if the F-14 is not yet, but I thought with F-14 approaching it might be available already.
Comments, pointers to urls (that I might have missed) appreciated.
- -Greg
- -- +---------------------------------------------------------------------+
Please also check the log file at "/dev/null" for additional information. (from /var/log/Xorg.setup.log)
| Greg Hosler ghosler@redhat.com | +---------------------------------------------------------------------+
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
-----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:
https://fedoraproject.org/wiki/PackageMaintainers/Join#Get_a_Fedora_Account
I went here:
https://admin.fedoraproject.org/accounts/user/gencert
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:
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 ?
Many thanks, and all the best,
- -Greg Hosler
- -- +---------------------------------------------------------------------+
Please also check the log file at "/dev/null" for additional information. (from /var/log/Xorg.setup.log)
| Greg Hosler ghosler@redhat.com | +---------------------------------------------------------------------+
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:
Host *.fedoraproject.org IdentityFile ~/.ssh/id_rsa_fedora
Regards Till
-----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?
[ghosler@localhost ~]# ssh ghosler@pkgs.fedoraproject.org Permission denied (publickey).
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 ?
Thank you, and all the best,
- -Greg
- -- +---------------------------------------------------------------------+
Please also check the log file at "/dev/null" for additional information. (from /var/log/Xorg.setup.log)
| Greg Hosler ghosler@redhat.com | +---------------------------------------------------------------------+
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@lists.fedoraproject.org