On 25/05/10 00:32, Ruediger Landmann wrote:
On 05/25/2010 08:10 AM, Nathan Thomas wrote:
  
Thanks Piotr, your workaround works (around) for me. However, I am still
encountering the error I reported to the list yesterday when trying to
push to the docs.fp.org repo:

[nathan@amilo web]$ git push
Enter passphrase for key '/home/nathan/.ssh/id_rsa':
Counting objects: 56, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (30/30), done.
Writing objects: 100% (30/30), 28.23 KiB, done.
Total 30 (delta 24), reused 1 (delta 0)
error: unable to create temporary sha1 filename
./objects/tmp_obj_pTRnwk: Permission denied

fatal: failed to write object
error: unpack failed: unpacker exited with error code
To ssh://nathant@git.fedorahosted.org/git/docs/web.git
  ! [remote rejected] master ->  master (n/a (unpacker error))
error: failed to push some refs to
'ssh://nathant@git.fedorahosted.org/git/docs/web.git'


Not sure if Rudi's still working on the repo, so I'll hang fire until I
hear.
    
That looks like a permissions error to me

Nathan, can you please check your .git/config file and verify that you 
see a section that says:

[remote "origin"]
         fetch = +refs/heads/*:refs/remotes/origin/*
         url = ssh://YOUR_USERNAME@git.fedorahosted.org/git/docs/web.git


  
Yes, this is in my .git/config, and I could push to the repo a couple of weeks ago. I don't know if it's connected with the reorganisation of commit groups this week? I noticed I've been added to the 'gitdocsite-publican' commit group.
Cheers
Rudi

PS -- You might not need to do anything for the Live Images doc anyway, 
unless another translation has completed or been updated since the 
weekend? I rebuilt all the docs then as I was preparing the site


  
If you rebuilt all the docs over the weekend it should be fine - there was just a couple of translations from the end of last week that hadn't updated yet.

Cheers
Nathan