From b05a8ba0c7a51c93d962fc422b7742e2c781cf91 Mon Sep 17 00:00:00 2001 From: Pavel Zhukov <pavel.zhukov@huawei.com> Date: Fri, 15 Oct 2021 09:08:15 +0200 Subject: [PATCH] docs/repo-workspace: Update PPA references Signed-off-by: Pavel Zhukov <pavel.zhukov@huawei.com> --- docs/repo-workspace.rst | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/docs/repo-workspace.rst b/docs/repo-workspace.rst index 1ea02d5c..dd14d168 100644 --- a/docs/repo-workspace.rst +++ b/docs/repo-workspace.rst @@ -31,12 +31,24 @@ openSUSE, Arch and a few other distributions at `OBS <https://build.opensuse.org The patches are also available in the tool's `source repository <https://git.ostc-eu.org/OSTC/packaging/git-repo>`_. One can install this tool by following the next steps: -On Ubuntu: ----------- +On Ubuntu/Debian: +----------------- .. code-block:: console - $ sudo add-apt-repository ppa:openharmony/tools + $ sudo apt-get update + $ sudo apt-get install repo + +For Debian "contrib" repo should be [enabled](https://wiki.debian.org/SourcesList#Example_sources.list) + +The repo package has not been backported to Ubuntu 20.04. PPA repository should be used for this release instead: + +On Ubuntu 20.04: +---------------- + +.. code-block:: console + + $ sudo add-apt-repository ppa:ostc/ppa $ sudo apt-get update $ sudo apt-get install git-repo -- GitLab