From patchwork Wed Jun 1 15:43:02 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Ludovic_Court=C3=A8s?= X-Patchwork-Id: 39707 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 30E3927BBEB; Wed, 1 Jun 2022 16:44:16 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id C3B8127BBEA for ; Wed, 1 Jun 2022 16:44:15 +0100 (BST) Received: from localhost ([::1]:57918 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nwQW6-0004JU-VH for patchwork@mira.cbaines.net; Wed, 01 Jun 2022 11:44:14 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:48344) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nwQVv-0004Cm-Dr for guix-patches@gnu.org; Wed, 01 Jun 2022 11:44:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:57753) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nwQVv-000893-5S for guix-patches@gnu.org; Wed, 01 Jun 2022 11:44:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nwQVv-0001Wg-0P for guix-patches@gnu.org; Wed, 01 Jun 2022 11:44:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#55752] [PATCH 5/5] DRAFT news: Add entry for 'guix system edit' and 'guix home edit'. Resent-From: Ludovic =?utf-8?q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 01 Jun 2022 15:44:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 55752 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 55752@debbugs.gnu.org Cc: Ludovic =?utf-8?q?Court=C3=A8s?= Received: via spool by 55752-submit@debbugs.gnu.org id=B55752.16540982025766 (code B ref 55752); Wed, 01 Jun 2022 15:44:02 +0000 Received: (at 55752) by debbugs.gnu.org; 1 Jun 2022 15:43:22 +0000 Received: from localhost ([127.0.0.1]:51644 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nwQVG-0001Ur-AG for submit@debbugs.gnu.org; Wed, 01 Jun 2022 11:43:22 -0400 Received: from eggs.gnu.org ([209.51.188.92]:54970) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nwQVD-0001UC-BG for 55752@debbugs.gnu.org; Wed, 01 Jun 2022 11:43:20 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:37380) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nwQV8-00083p-3f; Wed, 01 Jun 2022 11:43:14 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:References:In-Reply-To:Date:Subject:To: From; bh=ZDrWno+zqHqD8EsnSSMP/9ELYmoVlYTXU4usM+QwLvs=; b=V+5hSiCTA1yqa3BMZl8i el3quZFwi0Hsv4V5Y86J4H8i0gofBbIA7ey6oNf2qeuiD/liWbh6oDU1w32z2py2CYCz6j0Wuu354 kWe9/evT4TaXJTJgxr11U+nt+wV7bgYQ3OBEyOPU58gNagITt6ngvYjg8Ceetz4fhJjOrjGTdV+c7 /8eJZA9GJRQDVIJ4lkzigZ9Ap9ZsIrvPMD/Eshj/zfsZlFXeC6wxEUD3PgYQjRgLnYWrQ3WXr1qLY 0Qkax+gX90p2vlPvXcIpjpTwq2KnEC8Rp3oJvuurjbRNcw8987PY6ehCNul9C7YdMsjjmk/mStG2j L5vIX2eYWQfzjw==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:55618 helo=gnu.org) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nwQV7-0006Xy-M0; Wed, 01 Jun 2022 11:43:13 -0400 From: Ludovic =?utf-8?q?Court=C3=A8s?= Date: Wed, 1 Jun 2022 17:43:02 +0200 Message-Id: <20220601154302.16222-5-ludo@gnu.org> X-Mailer: git-send-email 2.36.1 In-Reply-To: <20220601154302.16222-1-ludo@gnu.org> References: <20220601154302.16222-1-ludo@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches DRAFT: Add correct commit ID before pushing. * etc/news.scm: Add entry. --- etc/news.scm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/etc/news.scm b/etc/news.scm index a74ca94b8a..70ef607911 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -25,6 +25,34 @@ (channel-news (version 0) + (entry (commit "XXX") + (title + (en "New @command{edit} sub-commands for services") + (fr "Nouvelles commandes @command{edit} pour les services")) + (body + (en "The new @command{guix system edit} and @command{guix home edit} commands +allow you to view or edit service types defined for Guix System or Guix Home. +For example, here is how you would open the definition of the OpenSSH system +service: + +@example +guix system edit openssh +@end example + +Run @command{info \"(guix) Invoking guix system\"} or @command{info \"(guix) +Invoking guix home\"} for more info.") + (fr "Les nouvelles commandes @command{guix system edit} et +@command{guix home edit} permettent de visualiser ou d'éditer les types de +services définis pour Guix System ou Guix Home. Par exemple, voici comment +ouvrir la définition du service système OpenSSH : + +@example +guix system edit openssh +@end example + +Lancer @command{info \"(guix.fr) Invoquer guix system\"} ou @command{info +\"(guix.fr) Invoquer guix home\"} pour plus d'informations."))) + (entry (commit "903c82583e1cec4c9ff09d5895c5cc646c37b661") (title (en "New @command{guix import elm} command")