svn commit: r365902 - head

Ed Maste emaste at FreeBSD.org
Sat Sep 19 13:55:27 UTC 2020


Author: emaste
Date: Sat Sep 19 13:55:26 2020
New Revision: 365902
URL: https://svnweb.freebsd.org/changeset/base/365902

Log:
  Cirrus-CI: skip svn_head branch
  
  svn_head has the same content as the master or main branch (it's just
  the result of a `git svn` conversion instead of svn2git).
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/.cirrus.yml

Modified: head/.cirrus.yml
==============================================================================
--- head/.cirrus.yml	Sat Sep 19 12:08:16 2020	(r365901)
+++ head/.cirrus.yml	Sat Sep 19 13:55:26 2020	(r365902)
@@ -9,6 +9,7 @@ env:
   CIRRUS_CLONE_DEPTH: 1
 
 task:
+  only_if: $CIRRUS_BRANCH != 'svn_head'
   timeout_in: 120m
   install_script:
   - pkg install -y qemu-devel uefi-edk2-qemu-x86_64


More information about the svn-src-all mailing list