From unknown Wed Sep 10 21:37:05 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#41913 <41913@debbugs.gnu.org> To: bug#41913 <41913@debbugs.gnu.org> Subject: Status: [PATCH] doc: Delete description of a nonexistent option. Reply-To: bug#41913 <41913@debbugs.gnu.org> Date: Thu, 11 Sep 2025 04:37:05 +0000 retitle 41913 [PATCH] doc: Delete description of a nonexistent option. reassign 41913 guix-patches submitter 41913 Timotej Lazar severity 41913 normal tag 41913 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 17 07:40:45 2020 Received: (at submit) by debbugs.gnu.org; 17 Jun 2020 11:40:45 +0000 Received: from localhost ([127.0.0.1]:50558 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jlWQv-00053y-1K for submit@debbugs.gnu.org; Wed, 17 Jun 2020 07:40:45 -0400 Received: from lists.gnu.org ([209.51.188.17]:55352) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jlWQq-00053n-Vk for submit@debbugs.gnu.org; Wed, 17 Jun 2020 07:40:43 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43796) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jlWQp-0002xS-OO for guix-patches@gnu.org; Wed, 17 Jun 2020 07:40:40 -0400 Received: from araneo.si ([2001:15c0:2110:3400::2]:55076) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jlWQm-0002hY-W2 for guix-patches@gnu.org; Wed, 17 Jun 2020 07:40:39 -0400 Received: from araneo.si (localhost.lan [127.0.0.1]) by araneo.si (OpenSMTPD) with ESMTP id 0aeb6d9b for ; Wed, 17 Jun 2020 11:40:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=araneo.si; h=from:to:cc :subject:date:message-id:mime-version:content-transfer-encoding; s=20180623; bh=M9UeFUyDSn9R/mCJSn/vaeV4RAs=; b=B6G/RM33Ygy1Vm9V 3grc6T4/FKS3QKHXMPMS/LyyoBj+tP10XMpdNWjH33kDBoW4pUkWaCI48Vvpu3Xy xRmyvsmMq0v7D3HuLBim4F1/uIwFIhDGPlxCB1imOvzEs5lyqH/0AAkJx8SglUGX DCA6AjScdsA2Ra3lfr7DGHDFS8nZHAtpbNjmV64nL9nPcMCWXQdAIFXuhp7iV5mC Kzvg/XucEhoTU3GBbWI82/XDVbIYYSGTCCYdnztZoFZWVknHe9uzF5sqeQ787+0J mIGogtVvZuLDPNwmoHBjfU/1oy+2Qm0es2YWZ8Aa+TVUVBsnnAm7iSSeYU5f0DJS fzquCA== Received: by araneo.si (OpenSMTPD) with ESMTPSA id ab338cc1 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Wed, 17 Jun 2020 11:40:31 +0000 (UTC) From: Timotej Lazar To: guix-patches@gnu.org Subject: [PATCH] doc: Delete description of a nonexistent option. Date: Wed, 17 Jun 2020 13:39:50 +0200 Message-Id: <20200617113950.3113-1-timotej.lazar@araneo.si> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2001:15c0:2110:3400::2; envelope-from=timotej.lazar@araneo.si; helo=araneo.si X-detected-operating-system: by eggs.gnu.org: No matching host in p0f cache. That's all we know. X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Timotej Lazar X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * doc/guix.texi (Invoking guix pull): Delete a paragraph about the --verbose option, which was removed in 1edcfda81ba5c20ca715473d45315662c60dd81e. --- doc/guix.texi | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/guix.texi b/doc/guix.texi index 6c59db3393..1a756e82ad 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -3948,9 +3948,6 @@ Make sure you understand its security implications before using Attempt to build for @var{system}---e.g., @code{i686-linux}---instead of the system type of the build host. -@item --verbose -Produce verbose output, writing build logs to the standard error output. - @item --bootstrap Use the bootstrap Guile to build the latest Guix. This option is only useful to Guix developers. -- 2.26.2 From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 18 08:43:55 2020 Received: (at 41913-done) by debbugs.gnu.org; 18 Jun 2020 12:43:55 +0000 Received: from localhost ([127.0.0.1]:53023 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jltta-0000Fl-Vt for submit@debbugs.gnu.org; Thu, 18 Jun 2020 08:43:55 -0400 Received: from eggs.gnu.org ([209.51.188.92]:40670) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jlttZ-0000FZ-FQ for 41913-done@debbugs.gnu.org; Thu, 18 Jun 2020 08:43:53 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:39384) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jlttT-0006SG-P5; Thu, 18 Jun 2020 08:43:47 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=60124 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jlttT-0004A6-97; Thu, 18 Jun 2020 08:43:47 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Timotej Lazar Subject: Re: [bug#41913] [PATCH] doc: Delete description of a nonexistent option. References: <20200617113950.3113-1-timotej.lazar@araneo.si> Date: Thu, 18 Jun 2020 14:43:46 +0200 In-Reply-To: <20200617113950.3113-1-timotej.lazar@araneo.si> (Timotej Lazar's message of "Wed, 17 Jun 2020 13:39:50 +0200") Message-ID: <87r1uclf25.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 41913-done Cc: 41913-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi, Timotej Lazar skribis: > * doc/guix.texi (Invoking guix pull): Delete a paragraph about the --verb= ose > option, which was removed in 1edcfda81ba5c20ca715473d45315662c60dd81e. Applied, thanks! Ludo=E2=80=99. From unknown Wed Sep 10 21:37:05 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 17 Jul 2020 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator