Hello Karl, Hello Karl,
* Karl Berry wrote on Thu, Nov 09, 2006 at 01:52:34AM CET: > I suggested changing the example to: > --to alpha.gnu.org:gnu/automake \\ > > But actually I had it exactly wrong, and you had it right in the first > place. The gnu/ must *not* be there in the filename: directive, [...] > Let me try another minor suggestion: perhaps it would be worth including > the url > http://www.gnu.org/prep/maintain/html_node/Automated-FTP-Uploads.html in > the --help output. I installed this into Automake and sync'ed to gnulib. Cheers, Ralf * lib/gnupload: Revert last change. Add pointer to upload instructions of the GNU Maintenance Instructions. Suggestion by Karl Berry. Index: lib/gnupload =================================================================== RCS file: /cvs/automake/automake/lib/gnupload,v retrieving revision 1.9 diff -u -r1.9 gnupload --- lib/gnupload 8 Nov 2006 18:58:16 -0000 1.9 +++ lib/gnupload 12 Nov 2006 09:49:20 -0000 @@ -1,7 +1,7 @@ #!/bin/sh # Sign files and upload them. -scriptversion=2006-11-08.20 +scriptversion=2006-11-12.11 # Copyright (C) 2004, 2005, 2006 Free Software Foundation # @@ -29,7 +29,8 @@ usage="Usage: $0 [OPTIONS]... FILES... -Sign all FILES, and upload them to selected destinations. +Sign all FILES, and upload them to selected destinations, according to +<http://www.gnu.org/prep/maintain/html_node/Automated-FTP-Uploads.html>. Options: --help print this help text and exit @@ -48,7 +49,7 @@ Example: gnupload --to sources.redhat.com:~ftp/pub/automake \\ - --to alpha.gnu.org:gnu/automake \\ + --to alpha.gnu.org:automake \\ automake-1.8.2b.tar.gz automake-1.8.2b.tar.bz2 Report bugs to <bug-automake@gnu.org>.