svn commit: r364899 - head/release

Glen Barber gjb at FreeBSD.org
Fri Aug 28 02:09:11 UTC 2020


Author: gjb
Date: Fri Aug 28 02:09:10 2020
New Revision: 364899
URL: https://svnweb.freebsd.org/changeset/base/364899

Log:
  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)

Modified:
  head/release/Makefile.inc1

Modified: head/release/Makefile.inc1
==============================================================================
--- head/release/Makefile.inc1	Fri Aug 28 01:55:35 2020	(r364898)
+++ head/release/Makefile.inc1	Fri Aug 28 02:09:10 2020	(r364899)
@@ -29,3 +29,4 @@ GITREV!=	${GIT_CMD} -C ${.CURDIR} rev-parse --verify -
 BUILDDATE!=		date +%Y%m%d
 .export BUILDDATE
 .endif
+


More information about the svn-src-head mailing list