From f3ffc12d4abc36e8909d3334129bdd2d4059e3a6 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Fri, 19 Nov 2021 13:10:55 +0000 Subject: [PATCH] docs: Drop LFS LFS was only needed for the blueprints documentation. That was removed from the main repo so we can also drop the docs advertising this dependecy in the main oniro repository. Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- docs/oniro-quick-build.rst | 2 +- docs/repo-workspace.rst | 11 ----------- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/docs/oniro-quick-build.rst b/docs/oniro-quick-build.rst index 9fda583b..21f346f4 100644 --- a/docs/oniro-quick-build.rst +++ b/docs/oniro-quick-build.rst @@ -45,7 +45,7 @@ by: $ sudo add-apt-repository ppa:ostc/ppa $ sudo apt-get update - $ sudo apt-get install git-repo git-lfs + $ sudo apt-get install git-repo Initialize a repo workspace and clone all required repositories: diff --git a/docs/repo-workspace.rst b/docs/repo-workspace.rst index 42519d42..3b369b28 100644 --- a/docs/repo-workspace.rst +++ b/docs/repo-workspace.rst @@ -89,17 +89,6 @@ On OpenMandriva: OpenMandriva has already added |main_project_name| version of ``repo`` to its official repositories. If you're on OpenMandriva, simply ``dnf install repo``. -Git LFS -******* - -Some projects included in the repo configuration (manifests) use git LFS which -means the associated package needs to be installed. Here is an example for -**Ubuntu**: - -.. code-block:: console - - $ sudo apt-get install git-lfs - The Manifests ************* -- GitLab