bug-coreutils
[Top][All Lists]
Advanced

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

[PATCH] dist: do not emit MD5 or SHA1 checksums into announcement templa


From: Jim Meyering
Subject: [PATCH] dist: do not emit MD5 or SHA1 checksums into announcement template
Date: Mon, 02 Mar 2009 08:59:54 +0100

I've just applied this:

>From 2209d10f4c512a562d71b328a5e353f3c9675bc7 Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Mon, 2 Mar 2009 08:40:41 +0100
Subject: [PATCH] dist: do not emit MD5 or SHA1 checksums into announcement 
template

* maint.mk (announcement): Use announce-gen's new --no-print-checksums.
---
 maint.mk |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/maint.mk b/maint.mk
index 63b4c88..da5521e 100644
--- a/maint.mk
+++ b/maint.mk
@@ -812,6 +812,7 @@ announcement: NEWS ChangeLog $(rel-files)
            --news=NEWS                                                 \
            --bootstrap-tools=autoconf,automake,bison,gnulib            \
            --gnulib-version=$(gnulib-version)                          \
+           --no-print-checksums                                        \
            $(addprefix --url-dir=, $(url_dir_list))

 ## ---------------- ##
--
1.6.2.rc1.285.gc5f54




reply via email to

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