[git] GPG-ERROR - branch, master, updated. libgpg-error-1.19-7-gd328c4d

by Werner Koch cvs at cvs.gnupg.org
Tue Aug 25 20:45:24 CEST 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Error codes used by GnuPG et al.".

The branch, master has been updated
       via  d328c4d72fa6d224117d7332082509c240a4f2fc (commit)
      from  1e8d00260a97e0213559c74f687e478e7479a0ea (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d328c4d72fa6d224117d7332082509c240a4f2fc
Author: Werner Koch <wk at gnupg.org>
Date:   Tue Aug 25 20:41:52 2015 +0200

    Make configure option --disable-build-timestamp the default.
    
    * configure.ac (BUILD_TIMESTAMP): Set to "<none>" by default.
    
    Signed-off-by: Werner Koch <wk at gnupg.org>

diff --git a/configure.ac b/configure.ac
index 2f49bd1..762ecae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -494,15 +494,15 @@ AC_SUBST(BUILD_VERSION)
 AC_SUBST(BUILD_FILEVERSION)
 
 AC_ARG_ENABLE([build-timestamp],
-              AC_HELP_STRING([--enable-build-timestamp],
-                [set an explicit build timestamp for reproducibility.
-                 (default is the current time in ISO-8601 format)]),
-                [if test "$enableval" = "no"; then
-                    BUILD_TIMESTAMP="<none>"
-                 else
-                    BUILD_TIMESTAMP="$enableval"
-                 fi],
-        [BUILD_TIMESTAMP=`date -u +%Y-%m-%dT%H:%M+0000 2>/dev/null || date`])
+  AC_HELP_STRING([--enable-build-timestamp],
+                 [set an explicit build timestamp for reproducibility.
+                  (default is the current time in ISO-8601 format)]),
+     [if test "$enableval" = "yes"; then
+        BUILD_TIMESTAMP=`date -u +%Y-%m-%dT%H:%M+0000 2>/dev/null || date`
+      else
+        BUILD_TIMESTAMP="$enableval"
+      fi],
+     [BUILD_TIMESTAMP="<none>"])
 AC_SUBST(BUILD_TIMESTAMP)
 AC_DEFINE_UNQUOTED(BUILD_TIMESTAMP, "$BUILD_TIMESTAMP",
                    [The time this package was configured for a build])

-----------------------------------------------------------------------

Summary of changes:
 configure.ac | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
Error codes used by GnuPG et al.
http://git.gnupg.org




More information about the Gnupg-commits mailing list