From patchwork Tue Oct 24 13:23:15 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Opdenacker X-Patchwork-Id: 32859 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 42876C07545 for ; Tue, 24 Oct 2023 13:23:49 +0000 (UTC) Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [217.70.183.199]) by mx.groups.io with SMTP id smtpd.web10.147627.1698153824061337404 for ; Tue, 24 Oct 2023 06:23:44 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@bootlin.com header.s=gm1 header.b=JCwoLCO8; spf=pass (domain: bootlin.com, ip: 217.70.183.199, mailfrom: michael.opdenacker@bootlin.com) Received: by mail.gandi.net (Postfix) with ESMTPSA id 9BCC7FF803; Tue, 24 Oct 2023 13:23:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1698153822; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Z+FWukk8gf2IqCpEMdIP6K9inxjqaIh930gBh5YhMTA=; b=JCwoLCO8GKdGjjMwqnqsuTP1uk88wY32iJ5ayhTNFID6U/BshfPUnrul9m03hi1kJDFUsf bZNsT9tjvSyZu9i8NYaE3EnAK6R4hHT8x6Jol4QbXwRHBCKiffq4s5alS7mJJV7rRObwFR q5TYi+1qr6k5icuywU0ZstBtU5btW9te1bs6Y6GOCE+SeAjtaAPixYpvl0wk9g3J8BzG4i b8J03+TaKZmtQJNjM8uDJjPTZF28YjwNDZ1nVCPtyh9Cu6mQxmOv/q4vcFoL3JdiM3B3A6 hh8PgAxGseft18x3GNy810Vpfn/HOpMkRBuHOC/zBmAu7X1ZOvoHgp/5g1YcJg== From: michael.opdenacker@bootlin.com To: docs@lists.yoctoproject.org Cc: Michael Opdenacker , "Robert P . J . Day" Subject: [mickledore][PATCH 10/13] dev-manual: start.rst: remove obsolete reference Date: Tue, 24 Oct 2023 15:23:15 +0200 Message-Id: <20231024132318.90209-11-michael.opdenacker@bootlin.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20231024132318.90209-1-michael.opdenacker@bootlin.com> References: <20231024132318.90209-1-michael.opdenacker@bootlin.com> MIME-Version: 1.0 X-GND-Sasl: michael.opdenacker@bootlin.com List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 24 Oct 2023 13:23:49 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/docs/message/4471 From: Michael Opdenacker 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] Signed-off-by: Michael Opdenacker Reported-by: Robert P. J. Day --- documentation/dev-manual/start.rst | 24 ++++++------------------ 1 file 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. For information about BitBake, see the :doc:`bitbake:index`. - It is relatively easy to set up Git services and create - infrastructure like :yocto_git:`/`, which is based on - server software called ``gitolite`` with ``cgit`` being used to - generate the web interface that lets you view the repositories. The - ``gitolite`` software identifies users using SSH keys and allows + It is relatively easy to set up Git services and create infrastructure like + :yocto_git:`/`, which is based on server software called + `Gitolite `__ + with `cgit `__ being used to + generate the web interface that lets you view the repositories. + ``gitolite`` identifies users using SSH keys and allows branch-based access controls to repositories that you can control as little or as much as necessary. - .. note:: - - The setup of these services is beyond the scope of this manual. - However, here are sites describing how to perform setup: - - - `Gitolite `__: Information for - ``gitolite``. - - - `Interfaces, frontends, and - tools `__: - Documentation on how to create interfaces and frontends for - Git. - #. *Set up the Application Development Machines:* As mentioned earlier, application developers are creating applications on top of existing software stacks. Following are some best practices for setting up