From owner-dev-commits-src-main@freebsd.org Mon Jul 19 20:41:45 2021 Return-Path: Delivered-To: dev-commits-src-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AD81365E882; Mon, 19 Jul 2021 20:41:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GTDKP4RnBz3n47; Mon, 19 Jul 2021 20:41:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 81C2D1DBB5; Mon, 19 Jul 2021 20:41:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 16JKfjcF096743; Mon, 19 Jul 2021 20:41:45 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16JKfjPw096726; Mon, 19 Jul 2021 20:41:45 GMT (envelope-from git) Date: Mon, 19 Jul 2021 20:41:45 GMT Message-Id: <202107192041.16JKfjPw096726@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Ed Maste Subject: git: 79e6eb5c018d - main - zfs: Remove zfs-images submodule MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: emaste X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 79e6eb5c018d44ee59c5b9b10755d116c860c366 Auto-Submitted: auto-generated X-BeenThere: dev-commits-src-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for the main branch of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2021 20:41:45 -0000 The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=79e6eb5c018d44ee59c5b9b10755d116c860c366 commit 79e6eb5c018d44ee59c5b9b10755d116c860c366 Author: Ed Maste AuthorDate: 2021-06-14 13:31:39 +0000 Commit: Ed Maste CommitDate: 2021-07-19 20:40:09 +0000 zfs: Remove zfs-images submodule This can cause issues like 'No url found for submodule path' in downstream or derived projects making use of submodules. Reviewed by: imp --- sys/contrib/openzfs/.gitmodules | 3 --- sys/contrib/openzfs/scripts/zfs-images | 1 - 2 files changed, 4 deletions(-) diff --git a/sys/contrib/openzfs/.gitmodules b/sys/contrib/openzfs/.gitmodules deleted file mode 100644 index 9eaa2b0495dc..000000000000 --- a/sys/contrib/openzfs/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "scripts/zfs-images"] - path = scripts/zfs-images - url = https://github.com/openzfs/zfs-images diff --git a/sys/contrib/openzfs/scripts/zfs-images b/sys/contrib/openzfs/scripts/zfs-images deleted file mode 160000 index 3331601f6dc5..000000000000 --- a/sys/contrib/openzfs/scripts/zfs-images +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 3331601f6dc50ef2c9779c1656218701b48b276c