X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=build-aux%2Fgnupload;h=8320b58cf57ec102729f20e4be6e57f3d8f54370;hb=d4f30512d2396f8550a56510931ed9dba2ccba53;hp=a1add234da42c00aabc0dcd2f2bfa8f0b18a2bba;hpb=c6162b39c2b35a9c29b24454c29b82facbc621d7;p=gnulib.git diff --git a/build-aux/gnupload b/build-aux/gnupload index a1add234d..8320b58cf 100755 --- a/build-aux/gnupload +++ b/build-aux/gnupload @@ -1,13 +1,13 @@ #!/bin/sh # Sign files and upload them. -scriptversion=2009-03-04.21 +scriptversion=2009-04-28.21; # UTC # Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 3, or (at your option) +# the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, @@ -23,7 +23,7 @@ scriptversion=2009-03-04.21 set -e GPG='gpg --batch --no-tty' -conffile=.gnupload +conffile=.gnuploadrc to= dry_run=false symlink_files= @@ -407,5 +407,6 @@ exit 0 # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" -# time-stamp-end: "$" +# time-stamp-time-zone: "UTC" +# time-stamp-end: "; # UTC" # End: