]> Savannah Git Hosting - gnulib.git/commitdiff
gnupload: adjust comment
authorJim Meyering <meyering@fb.com>
Sat, 19 May 2018 19:01:06 +0000 (12:01 -0700)
committerJim Meyering <meyering@fb.com>
Sat, 19 May 2018 19:01:06 +0000 (12:01 -0700)
* build-aux/gnupload: Add FIXME-2020 comment, to make it slightly
more likely we'll remove the just-added code in a year or two.

ChangeLog
build-aux/gnupload

index 047dadf65706a7baabe4bef383068b41c9dfbb5f..7414575996704ae64660b45acaeb1608ffa6c4af 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2018-05-19  Jim Meyering  <meyering@fb.com>
+
+       gnupload: adjust comment
+       * build-aux/gnupload: Add FIXME-2020 comment, to make it slightly
+       more likely we'll remove the just-added code in a year or two.
+
 2018-05-19  Bruno Haible  <bruno@clisp.org>
 
        gnupload: Fix "gpg-agent is not available in this session" error.
index 0d92923eaf66e08b4995d69f075c2080950f312d..37d7b6806b6d0c0e4c50e45415185d3dc5122dd9 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Sign files and upload them.
 
-scriptversion=2018-03-07.03; # UTC
+scriptversion=2018-05-19.18; # UTC
 
 # Copyright (C) 2004-2018 Free Software Foundation, Inc.
 #
@@ -28,8 +28,7 @@ GPG=gpg
 # Choose the proper version of gpg, so as to avoid a
 # "gpg-agent is not available in this session" error
 # when gpg-agent is version 2 but gpg is still version 1.
-# This code can go away once all major distributions ship gpg version 2
-# as /usr/bin/gpg.
+# FIXME-2020: remove, once all major distros ship gpg version 2 as /usr/bin/gpg
 gpg_agent_version=`(gpg-agent --version) 2>/dev/null | sed -e '2,$d' -e 's/^[^0-9]*//'`
 case "$gpg_agent_version" in
   2.*)