From patchwork Mon May 29 14:45:17 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Ludovic_Court=C3=A8s?= X-Patchwork-Id: 50430 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 3187027BBEA; Mon, 29 May 2023 15:47:45 +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=ham 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 A5E9427BBE2 for ; Mon, 29 May 2023 15:47:44 +0100 (BST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1q3e9L-00023N-Ai; Mon, 29 May 2023 10:47:07 -0400 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 1q3e9H-00022K-IN for guix-patches@gnu.org; Mon, 29 May 2023 10:47:05 -0400 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 1q3e9H-000338-9g for guix-patches@gnu.org; Mon, 29 May 2023 10:47:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1q3e9H-0001Ot-6L for guix-patches@gnu.org; Mon, 29 May 2023 10:47:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#63571] [PATCH v2 06/19] doc: Mention 'guix refresh -u' for third-party channels. Resent-From: Ludovic =?utf-8?q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 29 May 2023 14:47:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 63571 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 63571@debbugs.gnu.org Cc: Ludovic =?utf-8?q?Court=C3=A8s?= Received: via spool by 63571-submit@debbugs.gnu.org id=B63571.16853715665197 (code B ref 63571); Mon, 29 May 2023 14:47:03 +0000 Received: (at 63571) by debbugs.gnu.org; 29 May 2023 14:46:06 +0000 Received: from localhost ([127.0.0.1]:58773 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q3e8L-0001Le-PR for submit@debbugs.gnu.org; Mon, 29 May 2023 10:46:06 -0400 Received: from eggs.gnu.org ([209.51.188.92]:45708) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q3e89-0001IL-Ai for 63571@debbugs.gnu.org; Mon, 29 May 2023 10:45:53 -0400 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 1q3e84-0002eO-0c; Mon, 29 May 2023 10:45:48 -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=sE0JsR/sCc9UrVtYJCriYcGZ6Ifz8m8x8hxjCvIRSsQ=; b=VC1k8DfPnXUljEW9KATd R/SIkhWj4UBjwoiHVOET/tudssnrQuHEUtUU3FC/BSYxDuOjan9Pux8QIiIFRXJ3vImbBhX8zWQgK YZLq5SUHZ2v39A60Or2RYONug47yRHaxoKQCH5a7e6Fi0TnZqLszImlgShPFOEwIoEc4hiQupAroX hWUwozfCCCzJa0r8eaeAKPxG5bDZs47B7Jum9Y4e0gU7B+sw7noc0wRYz3TgJpNInZbO3jb4GzuSw mDJchxayUb8FrRdIl+fSmnGiMRefJ3aV05Pv/QvdkTS7uwiF0nKjQFPCkdkPpdiJeu8nKgnml2jf2 QwA65NEQUnR0DQ==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=gnu.org) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q3e83-00044B-JG; Mon, 29 May 2023 10:45:47 -0400 From: Ludovic =?utf-8?q?Court=C3=A8s?= Date: Mon, 29 May 2023 16:45:17 +0200 Message-Id: <2f7e782d19dbcd3a13918f07f8d2c8c31e038cc4.1685371175.git.ludo@gnu.org> X-Mailer: git-send-email 2.40.1 In-Reply-To: <87y1l7fb9j.fsf@gnu.org> References: <87y1l7fb9j.fsf@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-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches * doc/guix.texi (Invoking guix refresh): Show how to run 'guix refresh -u' on a third-party channel. --- doc/guix.texi | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/doc/guix.texi b/doc/guix.texi index 31dc33fb97..b52a40cc38 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -14340,15 +14340,22 @@ Invoking guix refresh @item --update @itemx -u -Update distribution source files (package recipes) in place. This is +Update distribution source files (package definitions) in place. This is usually run from a checkout of the Guix source tree (@pxref{Running Guix Before It Is Installed}): @example -$ ./pre-inst-env guix refresh -s non-core -u +./pre-inst-env guix refresh -s non-core -u @end example @xref{Defining Packages}, for more information on package definitions. +You can also run it on packages from a third-party channel: + +@example +guix refresh -L /path/to/channel -u @var{package} +@end example + +@xref{Creating a Channel}, on how to create a channel. @item --select=[@var{subset}] @itemx -s @var{subset}