| Date: Wed, 12 Nov 2008 21:02:21 +0100 | From: Ralf Wildenhues <[EMAIL PROTECTED]> | | Hi Karl, and sorry for the huge delay. | | * 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: | > | > bash-3.2$ gnupload --to [EMAIL PROTECTED]:releases/freesnell/ /home/jaffer/pub/FreeSnell.zip | > 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 | > | > But ran scp directly this way, and succeeded: | > | > bash-3.2$ scp FreeSnell.zip FreeSnell.zip.sig dl.sv.nongnu.org:/releases/freesnell/ | > FreeSnell.zip 100% 585KB 292.4KB/s 00:02 | > FreeSnell.zip.sig 100% 189 0.2KB/s 00:00 | | AIUI then removing the special-casing for nongnu.org should just | fix things, no? Could you try the patch below for me? | | Thanks! | Ralf
In order to apply the patch, I should have a recent version of gnupload. Googling "site:gnu.org gnupload" finds http://www.gnu.org/prep/maintain/html_node/Automated-Upload-Procedure.html, which says: One relatively easy way to create and transfer the necessary files is to use the gnupload script, which is available from the build-aux/ directory of the gnulib project at http://savannah.gnu.org/projects/gnulib. http://savannah.gnu.org/projects/gnulib/build-aux/ says: Error: Invalid Group: That group does not exist.
