From ff9710f39e79770286b590742046f466f124ca85 Mon Sep 17 00:00:00 2001 From: AJ Jordan Date: Wed, 7 Oct 2020 13:08:54 -0400 Subject: [PATCH] Correct references to the `zfsonlinux` GitHub org --- docs/Developer Resources/Building ZFS.rst | 28 +++++++++++------------ 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/Developer Resources/Building ZFS.rst b/docs/Developer Resources/Building ZFS.rst index 2bf7ea6..17a3452 100644 --- a/docs/Developer Resources/Building ZFS.rst +++ b/docs/Developer Resources/Building ZFS.rst @@ -5,24 +5,24 @@ GitHub Repositories ~~~~~~~~~~~~~~~~~~~ The official source for ZFS on Linux is maintained at GitHub by the -`zfsonlinux `__ organization. The -project consists of two primary git repositories named -`spl `__ and -`zfs `__, both are required to build -ZFS on Linux. +`openzfs `__ organization. The project +consists of two primary git repositories named `spl +`__ and `zfs +`__, both are required to build ZFS on +Linux. **NOTE:** The SPL was merged in to the -`zfs `__ repository, the last major +`zfs `__ repository, the last major release with a separate SPL is ``0.7``. - **SPL**: The SPL is thin shim layer which is responsible for implementing the fundamental interfaces required by OpenZFS. It's this layer which allows OpenZFS to be used across multiple platforms. -- **ZFS**: The ZFS repository contains a copy of the upstream OpenZFS - code which has been adapted and extended for Linux. The vast majority - of the core OpenZFS code is self-contained and can be used without - modification. +- **ZFS**: The ZFS repository contains a copy of the upstream OpenZFS + code which has been adapted and extended for Linux and FreeBSD. The + vast majority of the core OpenZFS code is self-contained and can be + used without modification. Installing Dependencies ~~~~~~~~~~~~~~~~~~~~~~~ @@ -93,18 +93,18 @@ numbers or matching release branches. Avoid using mismatched versions, this can result build failures due to interface changes. **NOTE:** SPL was merged in to the -`zfs `__ repository, last release +`zfs `__ repository, last release with separate SPL is ``0.7``. :: - git clone https://github.com/zfsonlinux/zfs + git clone https://github.com/openzfs/zfs If you need 0.7 release or older: :: - git clone https://github.com/zfsonlinux/spl + git clone https://github.com/openzfs/spl Configure and Build ^^^^^^^^^^^^^^^^^^^ @@ -235,7 +235,7 @@ directory designed to aid developers working with in-tree builds. Suite. Three loopback devices are created on top of sparse files located in ``/var/tmp/`` and used for the regression test. Detailed directions for the ZFS Test Suite can be found in the - `README `__ + `README `__ located in the top-level tests directory. ::