From 40f5fddca7f774944a53f58eeaebc4db79c373d8 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Sun, 19 Sep 2021 20:37:26 +0300 Subject: libcamera: Standardize URLs to git repositories When the libcamera project was started, we had no public git tree hosted on git.libcamera.org. The problem has been addressed a while ago, and the git.linuxtv.org libcamera repository is now a mirror of the main git tree. The mirror is useful to benefit from the linuxtv.org automated compile tests, but it can also confuse users who don't know where the official version is. To try and clarify this, use the git.libcamera.org URL consistently through the project. This doesn't void the validatity of the linuxtv.org repository which will continue to mirror the libcamera.org repository. Signed-off-by: Laurent Pinchart Reviewed-by: Umang Jain Reviewed-by: Paul Elder --- Documentation/contributing.rst | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'Documentation/contributing.rst') diff --git a/Documentation/contributing.rst b/Documentation/contributing.rst index 6da82bac..b192c3b4 100644 --- a/Documentation/contributing.rst +++ b/Documentation/contributing.rst @@ -30,14 +30,17 @@ Source Code ----------- libcamera is in early stages of development, and no releases are available yet. -The source code is available from the project's `git tree`_, hosted by `LinuxTV`_. +The source code is available from the project's `git tree`_. .. code-block:: shell - $ git clone git://linuxtv.org/libcamera.git + $ git clone https://git.libcamera.org/libcamera/libcamera.git -.. _git tree: https://git.linuxtv.org/libcamera.git/ -.. _LinuxTV: https://linuxtv.org/ +.. _git tree: https://git.libcamera.org/libcamera/libcamera.git/ + +A mirror is also hosted on `LinuxTV`_. + +.. _LinuxTV: https://git.linuxtv.org/libcamera.git/ Issue Tracker ------------- -- cgit v1.2.1