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 M4 source repository".
http://git.sv.gnu.org/gitweb/?p=m4.git;a=commitdiff;h=3ab044dd95cc146ae5383829de9836b6239b5a13 The branch, branch-1_4 has been updated via 3ab044dd95cc146ae5383829de9836b6239b5a13 (commit) from 210746ff583a56c1027463dc07e8a11d4e6dd545 (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 3ab044dd95cc146ae5383829de9836b6239b5a13 Author: Eric Blake <[EMAIL PROTECTED]> Date: Mon Feb 25 20:49:59 2008 -0700 * Makefile.cfg (url_dir_list): Fix location. Signed-off-by: Eric Blake <[EMAIL PROTECTED]> ----------------------------------------------------------------------- Summary of changes: ChangeLog | 2 ++ Makefile.cfg | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5d5f76f..a9af282 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2008-02-25 Eric Blake <[EMAIL PROTECTED]> + * Makefile.cfg (url_dir_list): Fix location. + Minor tweaks, learned from the release. * Makefile.maint (VC-tag): Avoid dashed git commands, and use signing key from Makefile.cfg. diff --git a/Makefile.cfg b/Makefile.cfg index 1e4b827..77680c9 100644 --- a/Makefile.cfg +++ b/Makefile.cfg @@ -21,8 +21,7 @@ gnu_ftp_host-beta = alpha.gnu.org gnu_ftp_host-major = ftp.gnu.org gnu_rel_host = $(gnu_ftp_host-$(RELEASE_TYPE)) -url_dir_list = \ - ftp://$(gnu_rel_host)/gnu/coreutils +url_dir_list = ftp://$(gnu_rel_host)/gnu/m4 # The GnuPG ID of the key used to sign the tarballs. gpg_key_ID = F4850180 hooks/post-receive -- GNU M4 source repository
