[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-
From: |
Ralf Wildenhues |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-10-266-gf39d517 |
Date: |
Thu, 05 Mar 2009 19:04:53 +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=f39d517cd3eb197819dd6697f93798103b3c3dbe
The branch, master has been updated
via f39d517cd3eb197819dd6697f93798103b3c3dbe (commit)
from 8c35801ec527743f9f154759d5a1c046df11d6e0 (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 f39d517cd3eb197819dd6697f93798103b3c3dbe
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 32cdd76..3e05c7e 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 a1add23..7c34784 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
#
@@ -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=
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-10-266-gf39d517,
Ralf Wildenhues <=