From 233a5529d14c4ed6fdc3fe62889f7be0e88c1b4c Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Fri, 28 Aug 2020 02:09:10 +0000 Subject: [PATCH] Add a new line to force a commit to verify if lwhsu did indeed fix the jenkins build by adding git to the dependency list. Sponsored by: Rubicon Communications, LLC (netgate.com) --- release/Makefile.inc1 | 1 + 1 file changed, 1 insertion(+) diff --git a/release/Makefile.inc1 b/release/Makefile.inc1 index 8fd38b966bd5..0cd88f84460c 100644 --- a/release/Makefile.inc1 +++ b/release/Makefile.inc1 @@ -29,3 +29,4 @@ GITREV!= ${GIT_CMD} -C ${.CURDIR} rev-parse --verify --short HEAD 2>/dev/null || BUILDDATE!= date +%Y%m%d .export BUILDDATE .endif +