[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: slib
From: |
Aubrey Jaffer |
Subject: |
Re: slib |
Date: |
Sun, 16 Nov 2008 13:51:29 -0500 (EST) |
| Date: Sun, 16 Nov 2008 12:10:12 +0100
| From: Ralf Wildenhues <address@hidden>
|
| * 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 address@hidden:releases/freesnell/
/home/jaffer/pub/FreeSnell.zip
Enter GPG passphrase:
Signing /home/jaffer/pub/FreeSnell.zip...
Uploading /home/jaffer/pub/FreeSnell.zip to
address@hidden: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 address@hidden:freesnell /home/jaffer/pub/FreeSnell.zip
Enter GPG passphrase:
Signing /home/jaffer/pub/FreeSnell.zip...
Uploading /home/jaffer/pub/FreeSnell.zip to address@hidden:freesnell...
You tried to execute: scp -d -t freesnell
Sorry, you are not allowed to execute that command.
lost connection
make: *** [upzip] Error 1
- Re: slib, Ralf Wildenhues, 2008/11/12
- Re: slib, Aubrey Jaffer, 2008/11/16
- Re: slib, Ralf Wildenhues, 2008/11/16
- Re: slib,
Aubrey Jaffer <=