From: Ralf Wildenhues Date: Sun, 12 Nov 2006 09:49:50 +0000 (+0000) Subject: * lib/gnupload: Revert last change. Add pointer to upload X-Git-Tag: v1.10b~276 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae53ac0477b5742c669739e73380e3179912eb37;p=thirdparty%2Fautomake.git * lib/gnupload: Revert last change. Add pointer to upload instructions of the GNU Maintenance Instructions. Suggestion by Karl Berry. --- diff --git a/ChangeLog b/ChangeLog index f1ac69b85..45bd7b027 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-11-12 Ralf Wildenhues + + * lib/gnupload: Revert last change. Add pointer to upload + instructions of the GNU Maintenance Instructions. + Suggestion by Karl Berry. + 2006-11-08 Ralf Wildenhues * lib/gnupload: Add missing 'gnu' to example URL. diff --git a/lib/gnupload b/lib/gnupload index 2f9a1fd45..a8e6d66e3 100755 --- a/lib/gnupload +++ b/lib/gnupload @@ -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 @@ to= 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 +. Options: --help print this help text and exit @@ -48,7 +49,7 @@ Recognized destinations are: 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 .