[master] 56a5b3bdf Add note about version bumps.

Poul-Henning Kamp phk at FreeBSD.org
Wed Jul 29 11:03:06 UTC 2020


commit 56a5b3bdfc226339c899e2917726dee41fb79fad
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Wed Jul 29 11:02:15 2020 +0000

    Add note about version bumps.

diff --git a/tools/vtest.sh b/tools/vtest.sh
index 88e853f80..de8cd8649 100755
--- a/tools/vtest.sh
+++ b/tools/vtest.sh
@@ -236,6 +236,9 @@ do
 	rm -rf "${REPORTDIR}"
 	mkdir "${REPORTDIR}"
 
+	# NB:  Only change the report version number when the format/content
+	# NB:  of the report changes.  Corresponding changes on the backend
+	# NB:  will be required.  Coordinate with phk at .
 	echo "VTEST 1.05" > ${VTEST_REPORT}
 	echo "DATE `date +%s`" >> ${VTEST_REPORT}
 	echo "BRANCH trunk" >> ${VTEST_REPORT}


More information about the varnish-commit mailing list