[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[automake-commit] branch master updated: maint: announcement text tweaks
From: |
Karl Berry |
Subject: |
[automake-commit] branch master updated: maint: announcement text tweaks. |
Date: |
Mon, 18 Dec 2023 17:21:05 -0500 |
This is an automated email from the git hooks/post-receive script.
karl pushed a commit to branch master
in repository automake.
View the commit online:
https://git.savannah.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=80b72e67e11bf03de63184420b5bb18c673e21c4
The following commit(s) were added to refs/heads/master by this push:
new 80b72e67e maint: announcement text tweaks.
80b72e67e is described below
commit 80b72e67e11bf03de63184420b5bb18c673e21c4
Author: Karl Berry <karl@freefriends.org>
AuthorDate: Mon Dec 18 14:20:55 2023 -0800
maint: announcement text tweaks.
* HACKING: mention DEVEL_SNAPSHOT=1 for us.
* NEWS: tweak text.
* maintainer/maint.mk (announcement): tweak text,
ls -l ./announcement as a clue as to where the result is.
---
HACKING | 2 ++
NEWS | 6 ++----
maintainer/maint.mk | 9 ++++++---
3 files changed, 10 insertions(+), 7 deletions(-)
diff --git a/HACKING b/HACKING
index 4c2fd641f..14cf9d749 100644
--- a/HACKING
+++ b/HACKING
@@ -497,6 +497,8 @@
of $(VERSION)).
* Run "make git-upload-release".
+ For pretest releases: "DEVEL_SNAPSHOT=1 make git-upload-release".
+
This will first verify that you are releasing from a tagged version
and that the local git repository and working tree are clean and
up-to-date, and will then run "make dist" to create the tarballs,
diff --git a/NEWS b/NEWS
index 249725f99..5b56a7283 100644
--- a/NEWS
+++ b/NEWS
@@ -51,7 +51,7 @@ New in 1.17:
filesystem that supports sub-second resolution; otherwise, we fall
back to one-second granularity as before. When everything is
supported, a new line `Features: subsecond-mtime' is printed by
- automake --version (and autom4mte --version). (bugs #64756, #67670)
+ automake --version (and autom4mte --version). (bug#64756, bug#67670)
- The default value of $ARFLAGS is now "cr" instead of "cru", to better
support deterministic builds. (bug#20082)
@@ -83,9 +83,7 @@ New in 1.17:
(bug#34151 and others)
- Pass any options given to AM_PROG_LEX on to AC_PROG_LEX.
- (bug#65600 and bug#65730)
-
-* Miscellaneous changes
+ (bug#65600, bug#65730)
* Obsolescence:
diff --git a/maintainer/maint.mk b/maintainer/maint.mk
index 270cff2b9..927af28b5 100644
--- a/maintainer/maint.mk
+++ b/maintainer/maint.mk
@@ -308,10 +308,12 @@ announcement: NEWS
&& X "Please report bugs and problems to" \
"<$(PACKAGE_BUGREPORT)>," \
&& X "and send general comments and feedback to" \
- "<$(PACKAGE_MAILINGLIST)>." \
+ "<$(PACKAGE_MAILINGLIST)>," \
+ && X "and patches to" \
+ "<automake-patches@gnu.org>." \
&& X \
&& X "Thanks to everyone who has reported problems, contributed" \
- && X "patches, and helped testing Automake!" \
+ && X "patches, and helped test Automake!" \
&& X \
&& X "-*-*-*-" \
&& X \
@@ -320,7 +322,8 @@ announcement: NEWS
(/^~~~/ && wait_for_end) { print; exit(0) } \
{ print } \
' <$(srcdir)/NEWS >> $@-t \
- && mv -f $@-t $@
+ && mv -f $@-t $@ \
+ && ls -l ./$@
.PHONY: announcement
CLEANFILES += announcement
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [automake-commit] branch master updated: maint: announcement text tweaks.,
Karl Berry <=