gbranden pushed a commit to branch master
in repository groff.

commit f097fd7a561174c30adee015d5d7ea8ed3096ff7
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sat Dec 13 12:03:44 2025 -0600

    Fix Savannah #67787.
    
    * README.git: Delete file not distributed in archives.
    
    * bootstrap.conf (checkout_only_file): Identify "FOR-RELEASE" instead of
      "README.git" as the indicator of a Git checkout.
    
    Fixes <https://savannah.gnu.org/bugs/?67787>.  Thanks to Dave Kemper for
    the report.
---
 ChangeLog      | 9 +++++++++
 README.git     | 3 ---
 bootstrap.conf | 6 +++---
 3 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index a98f0b174..6cf453fb6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2025-12-13  G. Branden Robinson <[email protected]>
+
+       * README.git: Delete file not distributed in archives.
+       * bootstrap.conf (checkout_only_file): Identify "FOR-RELEASE"
+       instead of "README.git" as the indicator of a Git checkout.
+
+       Fixes <https://savannah.gnu.org/bugs/?67787>.  Thanks to Dave
+       Kemper for the report.
+
 2025-12-12  G. Branden Robinson <[email protected]>
 
        * src/utils/grog/grog.pl: Improve heuristics for distinguishing
diff --git a/README.git b/README.git
deleted file mode 100644
index d9cdb3df0..000000000
--- a/README.git
+++ /dev/null
@@ -1,3 +0,0 @@
-This file is not distributed and is given to the bootstrap script to
-be sure that this script is invoked on a source tree checked out from
-the git repository and not from a tarball.
diff --git a/bootstrap.conf b/bootstrap.conf
index c6c8ba9f5..7cc44c82a 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -28,9 +28,9 @@ build_aux=build-aux
 
 gnulib_name=libgnu
 
-# This file is not distributed and used to check if the bootstrap
-# script is not launched on a tarball
-checkout_only_file=README.git
+# This file is not distributed, and is used to check if the bootstrap
+# script is not launched on a distribution archive.
+checkout_only_file=FOR-RELEASE
 
 # gnulib modules used by this package.
 # havelib provides config.rpath

_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to