From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id SEtkIcqSl2GgbAAAgWs5BA (envelope-from ) for ; Fri, 19 Nov 2021 13:04:26 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id SBQdHcqSl2EbLAAA1q6Kng (envelope-from ) for ; Fri, 19 Nov 2021 12:04:26 +0000 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 7E862364B0 for ; Fri, 19 Nov 2021 13:04:25 +0100 (CET) Received: from localhost ([::1]:36540 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mo2cy-0002j8-MP for larch@yhetil.org; Fri, 19 Nov 2021 07:04:24 -0500 Received: from eggs.gnu.org ([209.51.188.92]:58646) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mo2Zk-0000Od-Vp for guix-patches@gnu.org; Fri, 19 Nov 2021 07:01:05 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:54944) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mo2Zi-0007Yr-JM for guix-patches@gnu.org; Fri, 19 Nov 2021 07:01:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mo2Zi-0007o3-He for guix-patches@gnu.org; Fri, 19 Nov 2021 07:01:02 -0500 Subject: bug#51888: [PATCH 0/1] import: opam: Warn instead of leave when fetching fails. Resent-From: Julien Lepiller Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 19 Nov 2021 12:01:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 51888 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch Cc: 51888-done@debbugs.gnu.org Mail-Followup-To: 51888@debbugs.gnu.org, julien@lepiller.eu, zimon.toutoune@gmail.com Received: via spool by 51888-done@debbugs.gnu.org id=D51888.163732321427218 (code D ref 51888); Fri, 19 Nov 2021 12:01:02 +0000 Received: (at 51888-done) by debbugs.gnu.org; 19 Nov 2021 12:00:14 +0000 Received: from localhost ([127.0.0.1]:38257 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mo2Yv-00074i-Qx for submit@debbugs.gnu.org; Fri, 19 Nov 2021 07:00:14 -0500 Received: from lepiller.eu ([89.234.186.109]:39282) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mo2Yu-00072H-AE for 51888-done@debbugs.gnu.org; Fri, 19 Nov 2021 07:00:12 -0500 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id 476d64f4 for <51888-done@debbugs.gnu.org>; Fri, 19 Nov 2021 12:00:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lepiller.eu; h=date:from :cc:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=dkim; bh=G3tAZSUonCVh YWhFoPlP/c4WjJuZYqL5OumIwM5z4Q0=; b=X1wdEWPRqWNIdi++ya1+4jcSlR3R LK1sOexdS5a17GqmuuLfzZd1HA6EZ4x5GrMBnnuONkTwa8JZA9CA3TuhIrRnNvE2 QWjQnASlhETG89jnHZsUvGNIOlYb684muZ48ono8yPH9HqLfaq0oC6K+yh2B8WSw rlQAB9lF7tIj1f51JfEyVrBbtCGTcEL5vFe2sFyJd8EvLfQ+uIWMC6D0qtJ+jR/8 xIPKIveapC00SaSOyZSsQoTf+5bbqCp1QfBtcW7RD/VOQYCAA5h49BXP71py8Uc6 KuaXqthVSZq30l7Qqfq/tm9tgKiQuAy2i2H88cP32B3s9k5afnNDJCFvnA== Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id 32d21496 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO) for <51888-done@debbugs.gnu.org>; Fri, 19 Nov 2021 12:00:11 +0000 (UTC) Date: Fri, 19 Nov 2021 13:00:05 +0100 From: Julien Lepiller Message-ID: <20211119130005.25118216@tachikoma.lepiller.eu> In-Reply-To: <20211116101043.58471-1-zimon.toutoune@gmail.com> References: <20211116101043.58471-1-zimon.toutoune@gmail.com> X-Mailer: Claws Mail 4.0.0 (GTK+ 3.24.24; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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" X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1637323466; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: 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=G3tAZSUonCVhYWhFoPlP/c4WjJuZYqL5OumIwM5z4Q0=; b=afAyX8/JBgntkxqJwkcJ+WLO9ixK71y77RCMLC/rs5zk3byJ6aDd/QtbjoGj87YRf8/VuN WN3eJ8EDkjV2JmGEm24YXwa2+4i/npJmKSGQvbXYUI8bTZQz+YXxti1KDgitneE0wzPcTc kjU76mKX8l5dkbeykl41V5Aoe06d3xBzwOEiMHiyy8h8GyzzF/VwiUMeS+DPyjzw7MXmOC 7zuIctUcswJFUfJ5IRWDXkzdYkimGHBRK9uWbMvRa9ZhJ9iwQoKi1e0uSm+H4vIGDkHLtS 5h2E/JQbTBZhYc9KEE08P1S8dFLxFxGtKL+LAPbteudNIoZKsEiNqLIgE/ihBw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1637323466; a=rsa-sha256; cv=none; b=hyxghxSsV91oSBs4X2lzpXEnOQEET8oXc4J4nQmhO6TGw/80VPAa4vhaFRn8PgUccaL+uS KBTwDFqJMIeFeSL3L1hg/R08tqrWvF0PVvJyYqr/dyYnkt1EhpNrGvtT7TwM89dQCqNSqR ZfJUXAyLMcvdz5ADWcAXw3iqRrQlloiJ/9bRsOU2l+83sKk6Bg8GwNWGA4Qeby40sCR/MF IkmzVJecoIH4H8mko3n4TM3A5CPCZlwndhawMHmahtavyNGXWYgY6PWf8PuDzENIj2KS8I jpljLnMTcOc/W9RC9gqyeA2Ybsixa8cVvs7KbaAXUy9tZFYQt9bBc4PMSjAiCA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=lepiller.eu header.s=dkim header.b=X1wdEWPR; 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" X-Migadu-Spam-Score: 0.14 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=lepiller.eu header.s=dkim header.b=X1wdEWPR; 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" X-Migadu-Queue-Id: 7E862364B0 X-Spam-Score: 0.14 X-Migadu-Scanner: scn0.migadu.com X-TUID: 4Tishrk1YXXv Forgot to close.