automake-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Automake-commit] [SCM] GNU Automake branch, branch-1-10, updated. v1.10


From: Ralf Wildenhues
Subject: [Automake-commit] [SCM] GNU Automake branch, branch-1-10, updated. v1.10.2-35-gc2632b4
Date: Thu, 05 Mar 2009 19:04:51 +0000

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 "GNU Automake".

http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=c2632b4f55c094221c0d3d4769887cf5dddc44d2

The branch, branch-1-10 has been updated
       via  c2632b4f55c094221c0d3d4769887cf5dddc44d2 (commit)
      from  c0df3fea2d350995cdd51bb4626c7e276b39381d (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 c2632b4f55c094221c0d3d4769887cf5dddc44d2
Author: Ralf Wildenhues <address@hidden>
Date:   Thu Mar 5 20:02:03 2009 +0100

    * lib/gnupload: Change conffile name to `.gnuploadrc'.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

Summary of changes:
 ChangeLog    |    4 ++++
 lib/gnupload |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index aa37e39..2aae334 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-03-05  Ralf Wildenhues  <address@hidden>
+
+       * lib/gnupload: Change conffile name to `.gnuploadrc'.
+
 2009-03-04  William Pursell  <address@hidden>
 
        Replace bare `automake' with address@hidden' or `Automake'.
diff --git a/lib/gnupload b/lib/gnupload
index cf97e50..351c667 100755
--- a/lib/gnupload
+++ b/lib/gnupload
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Sign files and upload them.
 
-scriptversion=2009-03-04.21
+scriptversion=2009-03-05.20
 
 # Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation
 #
@@ -25,7 +25,7 @@ scriptversion=2009-03-04.21
 set -e
 
 GPG='gpg --batch --no-tty'
-conffile=.gnupload
+conffile=.gnuploadrc
 to=
 dry_run=false
 symlink_files=


hooks/post-receive
--
GNU Automake




reply via email to

[Prev in Thread] Current Thread [Next in Thread]