Date: Fri, 5 Mar 2021 17:48:59 GMT From: Ed Maste <emaste@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: de40e928fb5a - stable/13 - Cirrus-CI: remove svn2git remnant Message-ID: <202103051748.125Hmx33061038@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=de40e928fb5ae58567a08372e1ab793b9c4a2a24 commit de40e928fb5ae58567a08372e1ab793b9c4a2a24 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2021-01-29 14:34:27 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2021-03-05 17:46:12 +0000 Cirrus-CI: remove svn2git remnant Previously Cirrus was skipped on svn_head to avoid running CI on two different branches with identical content. With the transition to git this serves no purpose. Reported by: kevans Sponsored by: The FreeBSD Foundation (cherry picked from commit f17fc5439f517d06ac8976f53354789cde5a7427) --- .cirrus.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 71bd02a2ca8c..c577ca8aeca3 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -11,7 +11,6 @@ env: CIRRUS_CLONE_DEPTH: 1 task: - only_if: $CIRRUS_BRANCH != 'svn_head' timeout_in: 120m install_script: - pkg install -y qemu42 uefi-edk2-qemu-x86_64 llvm11
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103051748.125Hmx33061038>