From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id MNGLCVGJl2IEZgEAbAwnHQ (envelope-from ) for ; Wed, 01 Jun 2022 17:44:17 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id oNaOCVGJl2K8VgAA9RJhRA (envelope-from ) for ; Wed, 01 Jun 2022 17:44:17 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id D69999545 for ; Wed, 1 Jun 2022 17:44:16 +0200 (CEST) Received: from localhost ([::1]:57918 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nwQW7-0004JU-Rb for larch@yhetil.org; Wed, 01 Jun 2022 11:44:15 -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 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1654098256; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=ZDrWno+zqHqD8EsnSSMP/9ELYmoVlYTXU4usM+QwLvs=; b=RSzKC8ujHlDAQidFiRpgHbJtt7E/+iMEXYlA1BN71HJHt7zZOod/H/biI0rXpDr4S1c4Vv ql/1yLswVR1n6rGAXjhITs5AufgIqe7WWchmVqAP/mVZw4JwfZ+zyPj/l7kkS2C9hPNpPb sSOptdoBeQ/H4gAAZ3y9iF4/tavY85sTn4YilqI0AXowqPAh2CiTmcTywNKbalS3zZTv1a idelQnRxzeDyCalmm/IhneuTAQY6SCnPqUQtmTCwiieuKAGHSbCcobyCxkiGL6fNai6FY+ l23vvYK55VgeKac9G7liq7i9NVcPy1UHF1K/BBRhjUG5SFeaQVZ60mdQH1/Chw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1654098256; a=rsa-sha256; cv=none; b=b9kysCDMSbVlwSI9BFkqcChEcsnmPkesQDfIO0BlpR2Wl/BiUHFxdRbvz8haaEkkzeVvgz i8bhhT49B7IcLhg/0udsJr4ISncPA88V2rshfMh9qlPTFZkkRS+nHZ2C95MM3DTc5rkyRj tH1Fs7wnTWHb8eQBb8sVSVmePxnxpxYdQN7tuIux2Wu0s8Ec5jvx8NBqjIb46+qtKT77Vy 7Hv8j54HEjSA+Nzft8FIDpq08YJsvAF9QmRyIjmUlY18jGasIAP1rgx1EQqZPfg9esJDil nLEd+23CvM0MjWmIltS2vYhaHGxlE1oADsP6iWYjRVCmKaNHHecoWSCzw/biuA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=V+5hSiCT; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -3.43 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=V+5hSiCT; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: D69999545 X-Spam-Score: -3.43 X-Migadu-Scanner: scn0.migadu.com X-TUID: CAia/KMsCvgK 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") -- 2.36.1