Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jul 2021 20:41:45 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 79e6eb5c018d - main - zfs: Remove zfs-images submodule
Message-ID:  <202107192041.16JKfjPw096726@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=79e6eb5c018d44ee59c5b9b10755d116c860c366

commit 79e6eb5c018d44ee59c5b9b10755d116c860c366
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2021-06-14 13:31:39 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107192041.16JKfjPw096726>