summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-10-16 16:26:34 +0200
committerSteve Sakoman <steve@sakoman.com>2023-10-25 04:51:01 -1000
commitd6701da0f4bd23f33e81f0813d44bb0eb4ca8823 (patch)
tree0901374613979c9779ac29f9a671a8e855a1a2dd
parent1172a378c9deb3c642d42ec4b76e36ca8cb7b674 (diff)
downloadpoky-d6701da0f4bd23f33e81f0813d44bb0eb4ca8823.tar.gz
dev-manual: start.rst: remove obsolete reference
Remove a reference to a web resource which is clearly marked as obsolete. Replace the unnecessarily verbose note by just links to the mentioned tools. [YOCTO #15233] (From yocto-docs rev: f7e57707a08a9a86ea146722e481ef2e7f362277) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--documentation/dev-manual/start.rst24
1 files changed, 6 insertions, 18 deletions
diff --git a/documentation/dev-manual/start.rst b/documentation/dev-manual/start.rst
index 88afa27ad5..4a556967eb 100644
--- a/documentation/dev-manual/start.rst
+++ b/documentation/dev-manual/start.rst
@@ -88,27 +88,15 @@ particular working environment and set of practices.
88 For information about BitBake, see the 88 For information about BitBake, see the
89 :doc:`bitbake:index`. 89 :doc:`bitbake:index`.
90 90
91 It is relatively easy to set up Git services and create 91 It is relatively easy to set up Git services and create infrastructure like
92 infrastructure like :yocto_git:`/`, which is based on 92 :yocto_git:`/`, which is based on server software called
93 server software called ``gitolite`` with ``cgit`` being used to 93 `Gitolite <https://gitolite.com>`__
94 generate the web interface that lets you view the repositories. The 94 with `cgit <https://git.zx2c4.com/cgit/about/>`__ being used to
95 ``gitolite`` software identifies users using SSH keys and allows 95 generate the web interface that lets you view the repositories.
96 ``gitolite`` identifies users using SSH keys and allows
96 branch-based access controls to repositories that you can control as 97 branch-based access controls to repositories that you can control as
97 little or as much as necessary. 98 little or as much as necessary.
98 99
99 .. note::
100
101 The setup of these services is beyond the scope of this manual.
102 However, here are sites describing how to perform setup:
103
104 - `Gitolite <https://gitolite.com>`__: Information for
105 ``gitolite``.
106
107 - `Interfaces, frontends, and
108 tools <https://git.wiki.kernel.org/index.php/Interfaces,_frontends,_and_tools>`__:
109 Documentation on how to create interfaces and frontends for
110 Git.
111
112#. *Set up the Application Development Machines:* As mentioned earlier, 100#. *Set up the Application Development Machines:* As mentioned earlier,
113 application developers are creating applications on top of existing 101 application developers are creating applications on top of existing
114 software stacks. Following are some best practices for setting up 102 software stacks. Following are some best practices for setting up