From debbugs-submit-bounces@debbugs.gnu.org Wed May 03 09:52:03 2023 Received: (at submit) by debbugs.gnu.org; 3 May 2023 13:52:03 +0000 Received: from localhost ([127.0.0.1]:45991 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1puCtn-0004Zf-Hc for submit@debbugs.gnu.org; Wed, 03 May 2023 09:52:03 -0400 Received: from lists.gnu.org ([209.51.188.17]:53854) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1puCtl-0004ZE-Bf for submit@debbugs.gnu.org; Wed, 03 May 2023 09:52:01 -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 1puCtU-0000rj-5G for bug-guix@gnu.org; Wed, 03 May 2023 09:51:49 -0400 Received: from hosted.mailcow.de ([2a00:f820:417::202]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1puCtP-0007vj-Ez for bug-guix@gnu.org; Wed, 03 May 2023 09:51:43 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=roose.io; s=default; t=1683121889; h=from:subject:date:message-id:to:mime-version:content-type: content-transfer-encoding; bh=RuH8W1J/G8vkhnGJcsuIg3T8RdVWpmBmiIDbcFip61g=; b=mvAryztqbqzFFzgEEVsoN4VFHK+EX6U5Iwd0ryh5YeCvtvfPLbHmSEa0WxmnkdzEo0C5LH 9unV7LT68/pVb59Ji07aBHWX7sCQOBmgsGe0MnPc4k/v388o00G/1qDLnuJ88L484PqNiV JzW4qYoP/zxi6xTdVoqUgbEp2H1ZU/B3pECBEqFQR4rL9jdRCOABFf+jmA2G1jkOLgZm59 Zh/EU1rkdGn1RhAQy6ZdmKbfu/TUibZDmsQchbuU4fU77KnAzbwuHRdODFXYxBWBlzqxhw qXNa83VvwmS+NNchtI8gHjj9mOegg+4Dq9X245EOqWezvkRGsaY9d0n1y9df+A== Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 7F36A5C9E71 for ; Wed, 3 May 2023 15:51:29 +0200 (CEST) Message-ID: <093e9e51-a8ed-60a0-b720-b89e232b3733@roose.io> Date: Wed, 3 May 2023 14:51:24 +0100 MIME-Version: 1.0 Content-Language: en-US To: bug-guix@gnu.org From: Steven Roose Subject: guix weather should report on all substitute servers configured Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Received-SPF: pass client-ip=2a00:f820:417::202; envelope-from=steven@roose.io; helo=hosted.mailcow.de X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-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 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 (--) Currently guix weather only reports on the two default guix substitute servers. When you have configured other servers in your guix-daemon config, I think it would be expected behavior that guix weather also checks these for the given package. Currently using guix weather with an already-configured substitute URL requires manually passing that URL in --substitute-urls=.