texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * README-hacking: Update


From: Gavin D. Smith
Subject: branch master updated: * README-hacking: Update
Date: Sun, 19 Mar 2023 17:26:09 -0400

This is an automated email from the git hooks/post-receive script.

gavin pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new e2d30b1270 * README-hacking: Update
e2d30b1270 is described below

commit e2d30b1270deacf5a1eab1d383733a5a088827d6
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sun Mar 19 21:26:01 2023 +0000

    * README-hacking: Update
---
 ChangeLog      |  4 ++++
 README-hacking | 16 +++++++++++++++-
 2 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index ae0d3d2780..2d3e17329c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2023-03-19  Gavin Smith <gavinsmith0123@gmail.com>
+
+       * README-hacking: Update
+
 2023-03-19  Gavin Smith <gavinsmith0123@gmail.com>
 
        * doc/texinfo-tex-test.texi (Line macros):
diff --git a/README-hacking b/README-hacking
index d46cca0097..03581a10dc 100644
--- a/README-hacking
+++ b/README-hacking
@@ -257,7 +257,13 @@ Check "make ccheck" and "make vcheck" work in 
"doc/refcard".
 make V=1 pdf and fix underfull/overfull boxes.
 
 -------------------------------------------------------------------------
-- Final (easy) checks:
+- Final steps
+
+(Keep a copy of README-hacking open in a text editor to update these
+release instructions.)
+
+Check on correct branch (master or release/*) and rebuild.
+./autogen.sh ; ./configure ; make
 
 Have a look at the output of "git status -u" to check for files that
   should be tracked in git or ignored.  Check for leftover result
@@ -265,6 +271,8 @@ Have a look at the output of "git status -u" to check for 
files that
 
 check OpenCSW build reports at
   https://buildfarm.opencsw.org/buildbot/waterfall?category=texinfo
+(for master branch only)
+
 Check that translations have been updated, e.g.:
   rsync  -Lrtzv  translationproject.org::tp/latest/texinfo/ po
   rsync  -Lrtzv  translationproject.org::tp/latest/texinfo_document/ \
@@ -294,6 +302,10 @@ Update version number:
 
 (cd tp ; maintain/regenerate_file_lists.pl) # list all test results
 
+For release-7.0 series only - need to update result of
+test_scripts/layout_formatting_epub_nodes.sh test (delete this note
+once we are on release-7.1)
+
 - Official releases only:
 version and date in NEWS.
 (cd tp && maintain/regenerate_documentlanguages-loc.pl)
@@ -305,6 +317,8 @@ make distcheck
 (export MALLOC_CHECK_=2; make distcheck)  # repeat until clean
 git commit and push
 
+(If on a release branch, copy the NEWS message to NEWS on master)
+
 -------------------------------------------------------------------------
 
 - To do the actual upload:



reply via email to

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