From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id ABe2IzwvpmO9awAAbAwnHQ (envelope-from ) for ; Fri, 23 Dec 2022 23:44:12 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id cOXWIzwvpmNhUgEAauVa8A (envelope-from ) for ; Fri, 23 Dec 2022 23:44:12 +0100 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 E9FF2120FE for ; Fri, 23 Dec 2022 23:44:11 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p8qlo-0000lL-Sq; Fri, 23 Dec 2022 17:44:04 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p8qln-0000l2-JB for guix-patches@gnu.org; Fri, 23 Dec 2022 17:44:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1p8qlm-0000Ds-AM for guix-patches@gnu.org; Fri, 23 Dec 2022 17:44:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1p8qll-0002sS-MI for guix-patches@gnu.org; Fri, 23 Dec 2022 17:44:01 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#57460] [PATCH 00/19] Refresh to specific version Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 23 Dec 2022 22:44:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57460 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch moreinfo To: Hartmut Goebel Cc: 57460@debbugs.gnu.org Received: via spool by 57460-submit@debbugs.gnu.org id=B57460.167183538711045 (code B ref 57460); Fri, 23 Dec 2022 22:44:01 +0000 Received: (at 57460) by debbugs.gnu.org; 23 Dec 2022 22:43:07 +0000 Received: from localhost ([127.0.0.1]:39244 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p8qkt-0002s5-Gp for submit@debbugs.gnu.org; Fri, 23 Dec 2022 17:43:07 -0500 Received: from eggs.gnu.org ([209.51.188.92]:38436) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p8qkr-0002ri-Pf for 57460@debbugs.gnu.org; Fri, 23 Dec 2022 17:43:06 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p8qkl-0008T5-Bt; Fri, 23 Dec 2022 17:42:59 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=a5ceGWFp+RMJnzI/6uvpGy5IAJtsaQR/7pljyxQAYdY=; b=JB/haYL6cm93hE96Z1Ck xme9kAmEG49ebiNP/g18IjaQU7heB5rZRJQS1Rf/B2YaxLmcd1ePqANnWxbUIwivduOCCJ6IKELN8 pIkyypnpz+wKfj567gRJj9ZO8urwZcBUMCDIlEDjyPTxMScUuxt8J9kSYE7yDV10u/jXGEKaRWSYJ S807PzjSPKFFsOAFnzVWi+nggGRP/V5A+hWYvImOVuIbNfvxZVQ9PqBI9/b31NIQi0Qm3VwgNqFG4 mYJ1XdHMrncf4wPHcJAMRuMmnZbmPDD0uVQ7/I0t7HI7E9K2ZINO1m7gNumAlF0wF0zkCdDBOkfJu YwsOGuypXEIHVw==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p8qkh-0007Ry-0D; Fri, 23 Dec 2022 17:42:59 -0500 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <2b905274a868aa9f0d015b8b688e1526172a63da.1671527962.git.h.goebel@crazy-compilers.com> Date: Fri, 23 Dec 2022 23:42:52 +0100 In-Reply-To: <2b905274a868aa9f0d015b8b688e1526172a63da.1671527962.git.h.goebel@crazy-compilers.com> (Hartmut Goebel's message of "Tue, 20 Dec 2022 10:34:23 +0100") Message-ID: <87bkntzqqb.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1671835452; 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=a5ceGWFp+RMJnzI/6uvpGy5IAJtsaQR/7pljyxQAYdY=; b=SpmMIUoNe7Hj1gxaU52HJEZCn3KjIFwPcz3dSsxMHfRpyINfp5TuY4kacIPZf61tKkQ/w4 GwaAnrHUR2n2VHWeNFn9B2dO7c8kk4rBp3/EoMOecpoUto51jVFHOXWmCXbX+ZwOkvxukC qU3eDevvcWGQOX5r+r369YoqbgmxZo3jheuwrpsoU+o2HS+rUMoDIOSOC6vnt71ajOvKrD wvj7dLsVZo8vvLFz30pzKPjSsTy32dS6D0kfELe9rgso+GlQieyHuKoBIRTYzeEyIRqI1i aX18cBKSXyTP2CYZs7djOMQv1KOZ4Kh2RM+flqdUX2KaT4qsJk2l2wevFlJVkg== 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="JB/haYL6"; 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"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1671835452; a=rsa-sha256; cv=none; b=Vf/tU/Kq6qyAtFr1sKV6f2Z6JDbUG/JBzu0HxIYW09uVKgeMs/+UtNKP5o4IcgugD04KmT RKv3/0U2sHOoktULeW88QPPXoQaUdkPXTE8Hb//rzqig13Sxi6tcfaaXXLGt4LIkx4Na5R KW7EGqGVRa+hGIMMTua2ma4pdYDAQzaS0lk1c81VTK0PMknJiKez5Td52BFcs21isOFQCd jrUqQkhp6IMfi2AmCVDKFYggVZwpOcdc5RvYe/wyS9OVsAStllzjXDfWBsmDLZONIy6+nK 2c9Mx1LL9SOGVJmWR7TJ4e286JXe1yfra/2375bvIoXbK2sdvZomhjFiBLLI1A== X-Spam-Score: -2.41 X-Migadu-Queue-Id: E9FF2120FE Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="JB/haYL6"; 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"; dmarc=pass (policy=none) header.from=gnu.org X-Migadu-Scanner: scn1.migadu.com X-Migadu-Spam-Score: -2.41 X-TUID: +TJbJfECgomY Hartmut Goebel skribis: > --- > doc/guix.texi | 19 +++++++++++++++++++ > 1 file changed, 19 insertions(+) Please add a commit log. > +If for some reason you don't want to update to the latest version, > +you can update to a specific version > +by appending an equal-sign and the desired version number > +to the package specification. > +However, not all updaters support this. s/equal-sign/equal sign/ (You might want to =E2=80=9Cfill=E2=80=9D the paragraph too, to avoid those= spurious line breaks.) Maybe replace the last sentence with something more practical like: Note that not all updaters support this; an error is reported when an updater cannot refresh to the specified version. Ludo=E2=80=99.