From f39d517cd3eb197819dd6697f93798103b3c3dbe Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Thu, 5 Mar 2009 20:02:03 +0100 Subject: [PATCH] * lib/gnupload: Change conffile name to `.gnuploadrc'. Signed-off-by: Ralf Wildenhues --- ChangeLog | 4 ++++ lib/gnupload | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 32cdd76d3..3e05c7ec6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-03-05 Ralf Wildenhues + + * lib/gnupload: Change conffile name to `.gnuploadrc'. + 2009-03-04 William Pursell Replace bare `automake' with `@command{automake}' or `Automake'. diff --git a/lib/gnupload b/lib/gnupload index a1add234d..7c34784e4 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= -- 2.47.2