]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
docs on ci-debug
authorAlan T. DeKok <aland@freeradius.org>
Mon, 22 Aug 2022 14:54:56 +0000 (10:54 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 23 Aug 2022 03:01:00 +0000 (23:01 -0400)
src/tests/daemon/all.mk

index a4348b736a3ed8d3952c211df55aecc8f5ec10f4..2a4c50b0265d836ce27f5556921671c0b350ec67 100644 (file)
@@ -2,6 +2,15 @@
 #  Don't bother running the shell commands every time.
 #  If the file exists,
 #
+#  This is run only on the 'ci-debug' branch.  Push to that branch,
+#  and on failure, the log will be spitting out a tmux command which
+#  can be used to access the system.
+#
+#  The shell may have temporary issues (network, etc.) which is added
+#  by GitHub in order to prevent people using CI to host things.  But
+#  it will still work.
+#
+#
 ifeq "$(wildcard $(BUILD_DIR)/tests/tmux.key)" ""
 
 MD5SUM := $(shell which md5sum 2>/dev/null)