| Date: Sun, 16 Nov 2008 12:10:12 +0100
 | From: Ralf Wildenhues <[EMAIL PROTECTED]>
 | 
 | * Karl Berry wrote on Tue, May 27, 2008 at 08:29:42PM CEST:
 | > Aubrey is able to upload to savannah.nongnu using the direct
 | > commands (rsync/scp/sftp), but not using gnupload.  It surprises
 | > me.  Quoting parts of the previous messages, he ran gnupload this
 | > way and failed:
 |[...]
 | > But ran scp directly this way, and succeeded:
 |[...]
 | AIUI then removing the special-casing for nongnu.org should just
 | fix things, no?  Could you try the patch below for me?

Your patch makes no difference in behavior of gnupload:

  bash-3.2$ make upzip
  make upzip
  gnupload --to [EMAIL PROTECTED]:releases/freesnell/ 
/home/jaffer/pub/FreeSnell.zip
  Enter GPG passphrase: 
  Signing /home/jaffer/pub/FreeSnell.zip...
  Uploading /home/jaffer/pub/FreeSnell.zip to [EMAIL 
PROTECTED]:releases/freesnell/...
  You tried to execute: scp -d -t releases/freesnell/
  Sorry, you are not allowed to execute that command.
  lost connection
  make: *** [upzip] Error 1

  bash-3.2$ make upzip
  make upzip
  gnupload --to [EMAIL PROTECTED]:freesnell /home/jaffer/pub/FreeSnell.zip
  Enter GPG passphrase: 
  Signing /home/jaffer/pub/FreeSnell.zip...
  Uploading /home/jaffer/pub/FreeSnell.zip to [EMAIL PROTECTED]:freesnell...
  You tried to execute: scp -d -t freesnell
  Sorry, you are not allowed to execute that command.
  lost connection
  make: *** [upzip] Error 1


Reply via email to