Hello Karl,

* Karl Berry wrote on Wed, Nov 08, 2006 at 06:02:55PM CET:
> gnupload --help has this example:
> 
>   gnupload ...
>            --to alpha.gnu.org:automake \\
>            ...
> 
> I suggest changing it to:
>            --to alpha.gnu.org:gnu/automake \\

Thanks.  I took liberty to apply this patch and sync to gnulib.

Cheers,
Ralf

2006-11-08  Ralf Wildenhues  <[EMAIL PROTECTED]>

        * lib/gnupload: Add missing 'gnu' to example URL.
        Report by Karl Berry.

Index: lib/gnupload
===================================================================
RCS file: /cvs/automake/automake/lib/gnupload,v
retrieving revision 1.8
diff -u -r1.8 gnupload
--- lib/gnupload        16 Oct 2006 19:20:04 -0000      1.8
+++ lib/gnupload        8 Nov 2006 18:54:33 -0000
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Sign files and upload them.
 
-scriptversion=2006-10-15.21
+scriptversion=2006-11-08.20
 
 # Copyright (C) 2004, 2005, 2006  Free Software Foundation
 #
@@ -48,7 +48,7 @@
 
 Example:
   gnupload --to sources.redhat.com:~ftp/pub/automake \\
-           --to alpha.gnu.org:automake \\
+           --to alpha.gnu.org:gnu/automake \\
            automake-1.8.2b.tar.gz automake-1.8.2b.tar.bz2
 
 Report bugs to <bug-automake@gnu.org>.


Reply via email to