From unknown Sun Jun 22 17:18:37 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#57569] [PATCH] Fix misspelling of GUIX_DIGITAL_OCEAN_TOKEN. Resent-From: Matthew James Kraai Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 03 Sep 2022 23:56:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 57569 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 57569@debbugs.gnu.org Cc: Matthew James Kraai X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.166224934425549 (code B ref -1); Sat, 03 Sep 2022 23:56:01 +0000 Received: (at submit) by debbugs.gnu.org; 3 Sep 2022 23:55:44 +0000 Received: from localhost ([127.0.0.1]:43176 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oUczH-0006e1-HU for submit@debbugs.gnu.org; Sat, 03 Sep 2022 19:55:43 -0400 Received: from lists.gnu.org ([209.51.188.17]:40322) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oUczD-0006ds-S4 for submit@debbugs.gnu.org; Sat, 03 Sep 2022 19:55:41 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:44196) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oUczD-00022S-Km for guix-patches@gnu.org; Sat, 03 Sep 2022 19:55:39 -0400 Received: from mail.ftbfs.org ([52.8.68.13]:39058 helo=aws.ftbfs.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oUczC-0000Iy-5Q for guix-patches@gnu.org; Sat, 03 Sep 2022 19:55:39 -0400 Received: from ip68-4-255-43.oc.oc.cox.net ([68.4.255.43] helo=carlo.lan) by aws.ftbfs.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1oUcz9-001IT8-6w; Sat, 03 Sep 2022 23:55:35 +0000 From: Matthew James Kraai Date: Sat, 3 Sep 2022 16:55:30 -0700 Message-Id: <20220903235530.4901-1-kraai@ftbfs.org> X-Mailer: git-send-email 2.37.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Status: No (score -2.9): Spam detection software, running on the system "aws.ftbfs.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: * gnu/machine/digital-ocean.scm (maybe-raise-missing-api-key-error): Fix misspelling of GUIX_DIGITAL_OCEAN_TOKEN. --- gnu/machine/digital-ocean.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion( [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Received-SPF: pass client-ip=52.8.68.13; envelope-from=kraai@ftbfs.org; helo=aws.ftbfs.org X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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.4 (--) * gnu/machine/digital-ocean.scm (maybe-raise-missing-api-key-error): Fix misspelling of GUIX_DIGITAL_OCEAN_TOKEN. --- gnu/machine/digital-ocean.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/machine/digital-ocean.scm b/gnu/machine/digital-ocean.scm index 90b66a54d9..3361cfe922 100644 --- a/gnu/machine/digital-ocean.scm +++ b/gnu/machine/digital-ocean.scm @@ -1,6 +1,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2019 Jakob L. Kreuze ;;; Copyright © 2020 Brice Waegeneire +;;; Copyright © 2022 Matthew James Kraai ;;; ;;; This file is part of GNU Guix. ;;; @@ -407,7 +408,7 @@ (define (maybe-raise-missing-api-key-error) (raise (condition (&message (message (G_ "No Digital Ocean access token was provided. This \ -may be fixed by setting the environment variable GUIX_DIGITAL_OCAEN_TOKEN to \ +may be fixed by setting the environment variable GUIX_DIGITAL_OCEAN_TOKEN to \ one procured from https://cloud.digitalocean.com/account/api/tokens."))))))) (define (maybe-raise-unsupported-configuration-error machine) -- 2.37.2 From unknown Sun Jun 22 17:18:37 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Matthew James Kraai Subject: bug#57569: closed (Re: bug#57569: [PATCH] Fix misspelling of GUIX_DIGITAL_OCEAN_TOKEN.) Message-ID: References: <875yi3xjl6.fsf@gnu.org> <20220903235530.4901-1-kraai@ftbfs.org> X-Gnu-PR-Message: they-closed 57569 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 57569@debbugs.gnu.org Date: Sun, 04 Sep 2022 15:10:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1662304202-13919-1" This is a multi-part message in MIME format... ------------=_1662304202-13919-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #57569: [PATCH] Fix misspelling of GUIX_DIGITAL_OCEAN_TOKEN. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 57569@debbugs.gnu.org. --=20 57569: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D57569 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1662304202-13919-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 57569-done) by debbugs.gnu.org; 4 Sep 2022 15:09:21 +0000 Received: from localhost ([127.0.0.1]:45421 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oUrFQ-0003bB-Ro for submit@debbugs.gnu.org; Sun, 04 Sep 2022 11:09:21 -0400 Received: from eggs.gnu.org ([209.51.188.92]:34706) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oUrFP-0003au-CS for 57569-done@debbugs.gnu.org; Sun, 04 Sep 2022 11:09:19 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:43840) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oUrFK-0002Bg-3R; Sun, 04 Sep 2022 11:09: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:In-Reply-To:Date:References:Subject:To: From; bh=BLQe1Po7Y3/cpF83ulvKidIl3zqs/0Zn6zHVlX7b+fQ=; b=El7vdBjcKZo8cmFXgCLq +q56nNbPCnNK/H7W4Clux6xvqRXzktYFwIq4AEoZhVeZnTwFb0VLHnhkgcbUsnYeoB4deISxpu6ur LRlJdOX7eSKzPlOAIZTP89IBf5gKKIXFWz97CQ+lha8K/wT1HFGnr4gvUTAkQb1Q20dV/jFZE0wCp J2XFsneU+2glOXxykt914ik2ITPlBhL6TaXjZ5bLNFGnXsnDQJimTk20klY5e+Mh5ywUjIo/4z1CE mxdk39B1AliNc+GeRSaonyva4+liqofP8bR9RAM2oUsma4RaNSOi5RB5/fEg6+zA2byjJ5kCkcuUD 90SWazGpjBmWjg==; Received: from ppp-2-87-36-71.home.otenet.gr ([2.87.36.71]:44996 helo=meije) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oUrFI-00052i-GP; Sun, 04 Sep 2022 11:09:13 -0400 From: Mathieu Othacehe To: Matthew James Kraai Subject: Re: bug#57569: [PATCH] Fix misspelling of GUIX_DIGITAL_OCEAN_TOKEN. References: <20220903235530.4901-1-kraai@ftbfs.org> Date: Sun, 04 Sep 2022 17:09:09 +0200 In-Reply-To: <20220903235530.4901-1-kraai@ftbfs.org> (Matthew James Kraai's message of "Sat, 3 Sep 2022 16:55:30 -0700") Message-ID: <875yi3xjl6.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 57569-done Cc: 57569-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 (---) > * gnu/machine/digital-ocean.scm (maybe-raise-missing-api-key-error): Fix > misspelling of GUIX_DIGITAL_OCEAN_TOKEN. Pushed, thanks! Mathieu ------------=_1662304202-13919-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 3 Sep 2022 23:55:44 +0000 Received: from localhost ([127.0.0.1]:43176 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oUczH-0006e1-HU for submit@debbugs.gnu.org; Sat, 03 Sep 2022 19:55:43 -0400 Received: from lists.gnu.org ([209.51.188.17]:40322) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oUczD-0006ds-S4 for submit@debbugs.gnu.org; Sat, 03 Sep 2022 19:55:41 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:44196) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oUczD-00022S-Km for guix-patches@gnu.org; Sat, 03 Sep 2022 19:55:39 -0400 Received: from mail.ftbfs.org ([52.8.68.13]:39058 helo=aws.ftbfs.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oUczC-0000Iy-5Q for guix-patches@gnu.org; Sat, 03 Sep 2022 19:55:39 -0400 Received: from ip68-4-255-43.oc.oc.cox.net ([68.4.255.43] helo=carlo.lan) by aws.ftbfs.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1oUcz9-001IT8-6w; Sat, 03 Sep 2022 23:55:35 +0000 From: Matthew James Kraai To: guix-patches@gnu.org Subject: [PATCH] Fix misspelling of GUIX_DIGITAL_OCEAN_TOKEN. Date: Sat, 3 Sep 2022 16:55:30 -0700 Message-Id: <20220903235530.4901-1-kraai@ftbfs.org> X-Mailer: git-send-email 2.37.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Status: No (score -2.9): Spam detection software, running on the system "aws.ftbfs.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: * gnu/machine/digital-ocean.scm (maybe-raise-missing-api-key-error): Fix misspelling of GUIX_DIGITAL_OCEAN_TOKEN. --- gnu/machine/digital-ocean.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion( [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Received-SPF: pass client-ip=52.8.68.13; envelope-from=kraai@ftbfs.org; helo=aws.ftbfs.org X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Matthew James Kraai 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.4 (--) * gnu/machine/digital-ocean.scm (maybe-raise-missing-api-key-error): Fix misspelling of GUIX_DIGITAL_OCEAN_TOKEN. --- gnu/machine/digital-ocean.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/machine/digital-ocean.scm b/gnu/machine/digital-ocean.scm index 90b66a54d9..3361cfe922 100644 --- a/gnu/machine/digital-ocean.scm +++ b/gnu/machine/digital-ocean.scm @@ -1,6 +1,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2019 Jakob L. Kreuze ;;; Copyright © 2020 Brice Waegeneire +;;; Copyright © 2022 Matthew James Kraai ;;; ;;; This file is part of GNU Guix. ;;; @@ -407,7 +408,7 @@ (define (maybe-raise-missing-api-key-error) (raise (condition (&message (message (G_ "No Digital Ocean access token was provided. This \ -may be fixed by setting the environment variable GUIX_DIGITAL_OCAEN_TOKEN to \ +may be fixed by setting the environment variable GUIX_DIGITAL_OCEAN_TOKEN to \ one procured from https://cloud.digitalocean.com/account/api/tokens."))))))) (define (maybe-raise-unsupported-configuration-error machine) -- 2.37.2 ------------=_1662304202-13919-1--