[libvirt PATCH 1/2] syntax-check: Add versioning information

Andrea Bolognani abologna at redhat.com
Tue May 24 13:31:33 UTC 2022


Our copy of syntax-check has diverged quite a bit from the
gnulib original, but a lot of the core logic has remained
identical and it would be nice if we could periodically pull
improvements.

To make this manageable, record the gnulib commit our copy is
derived from: this way, the person updating the file will know
the range of gnulib commits that they have to consider.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
 build-aux/syntax-check.mk | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/build-aux/syntax-check.mk b/build-aux/syntax-check.mk
index 09e7a014a3..3ae5abd11a 100644
--- a/build-aux/syntax-check.mk
+++ b/build-aux/syntax-check.mk
@@ -2,6 +2,10 @@
 # Rules for running syntax-check, derived from gnulib's
 # maint.mk
 #
+# Specifically, all shared code should match gnulib commit
+#
+#   1f6fb368c04919243e2c70f2aa514a5f88e95309 (2019-08-19)
+#
 # Copyright (C) 2008-2019 Red Hat, Inc.
 # Copyright (C) 2003-2019 Free Software Foundation, Inc.
 
-- 
2.35.3



More information about the libvir-list mailing list