summaryrefslogtreecommitdiff
path: root/Documentation/contributing.rst
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2021-09-19 20:37:26 +0300
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2021-09-24 13:25:33 +0300
commit40f5fddca7f774944a53f58eeaebc4db79c373d8 (patch)
tree167174c52f5083411d7ad9325dd9af6870d103b1 /Documentation/contributing.rst
parent9b8f4c870fa831c4c4becd4226a2eccfc84f5110 (diff)
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 <laurent.pinchart@ideasonboard.com> Reviewed-by: Umang Jain <umang.jain@ideasonboard.com> Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>
Diffstat (limited to 'Documentation/contributing.rst')
-rw-r--r--Documentation/contributing.rst11
1 files changed, 7 insertions, 4 deletions
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
-------------