From debbugs-submit-bounces@debbugs.gnu.org Sun Dec 15 16:34:41 2019 Received: (at submit) by debbugs.gnu.org; 15 Dec 2019 21:34:41 +0000 Received: from localhost ([127.0.0.1]:37309 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1igbXF-00019v-Gs for submit@debbugs.gnu.org; Sun, 15 Dec 2019 16:34:41 -0500 Received: from lists.gnu.org ([209.51.188.17]:51046) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1igbXD-00019o-ON for submit@debbugs.gnu.org; Sun, 15 Dec 2019 16:34:40 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:40970) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1igbXC-0002Wn-Dz for guix-patches@gnu.org; Sun, 15 Dec 2019 16:34:39 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.4 required=5.0 tests=BAYES_40,KHOP_HELO_FCRDNS, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1igbXA-00048i-Vx for guix-patches@gnu.org; Sun, 15 Dec 2019 16:34:38 -0500 Received: from m4s11.vlinux.de ([83.151.27.109]:33202 helo=bjoernhoefling.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1igbXA-00041s-Je for guix-patches@gnu.org; Sun, 15 Dec 2019 16:34:36 -0500 Received: from alma-ubu (p57B526BA.dip0.t-ipconnect.de [87.181.38.186]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by bjoernhoefling.de (Postfix) with ESMTPSA id 782823F836 for ; Sun, 15 Dec 2019 22:34:34 +0100 (CET) Date: Sun, 15 Dec 2019 22:34:33 +0100 From: =?UTF-8?B?QmrDtnJuIEjDtmZsaW5n?= To: Subject: Software Heritage (swh): Fix API change, causing repeatedly submitting archives Message-ID: <20191215223433.5ce5be20@alma-ubu> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/acxEE_=PrIiNeJps9+HDS6w"; protocol="application/pgp-signature" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 83.151.27.109 X-Spam-Score: -2.3 (--) 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: -3.3 (---) --Sig_/acxEE_=PrIiNeJps9+HDS6w Content-Type: multipart/mixed; boundary="MP_/6m.0.eo4hoelSsvXGSYoRfc" --MP_/6m.0.eo4hoelSsvXGSYoRfc Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi Guix, when linting, I recognized that the archival linter was repeatedly sending packages to the SWH, despite that the package was already archived. With some investigations, I noticed they changed the API. Here's a patch that fixes it. I have not communicated with SWH about that, especially I have not asked SWH why they broke the API without updating the version number. Bj=C3=B6rn --MP_/6m.0.eo4hoelSsvXGSYoRfc Content-Type: text/x-patch Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename=0001-swh-Fix-API-call-for-getting-origin.patch =46rom a5ada85d168b45d517d8faf0d79ad5beccc26911 Mon Sep 17 00:00:00 2001 From: =3D?UTF-8?q?Bj=3DC3=3DB6rn=3D20H=3DC3=3DB6fling?=3D Date: Sun, 15 Dec 2019 22:00:56 +0100 Subject: [PATCH] swh: Fix API call for getting origin. When using the archival linter, git origins already in the archive where not recognized due to an API change and where repeatedly asked for archival. This is fixed here. * guix/swh.scm (lookup-origin): Fix API URI for getting origin. (): Fix comment with API URI example. --- guix/swh.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guix/swh.scm b/guix/swh.scm index 7acad05928..372e4c84d1 100644 --- a/guix/swh.scm +++ b/guix/swh.scm @@ -244,7 +244,7 @@ FALSE-IF-404? is true, return #f upon 404 responses." docstring (call (swh-url components ...) json->value))))) =20 -;; +;; (define-json-mapping make-origin origin? json->origin (id origin-id) @@ -365,7 +365,7 @@ FALSE-IF-404? is true, return #f upon 404 responses." =20 (define-query (lookup-origin url) "Return an origin for URL." - (path "/api/1/origin/git/url" url) + (path "/api/1/origin" url "get") json->origin) =20 (define-query (lookup-content hash type) --=20 2.23.0 --MP_/6m.0.eo4hoelSsvXGSYoRfc-- --Sig_/acxEE_=PrIiNeJps9+HDS6w Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iF0EARECAB0WIQQiGUP0np8nb5SZM4K/KGy2WT5f/QUCXfam6QAKCRC/KGy2WT5f /fenAJ9bGb6G8EjV7iP6S4BMKtD2zH5jfQCbBYi4fjTU290htYpCOSewZiFv5Jk= =JIMw -----END PGP SIGNATURE----- --Sig_/acxEE_=PrIiNeJps9+HDS6w-- From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 17 11:41:15 2019 Received: (at 38630) by debbugs.gnu.org; 17 Dec 2019 16:41:15 +0000 Received: from localhost ([127.0.0.1]:42305 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ihFuN-0003HT-JP for submit@debbugs.gnu.org; Tue, 17 Dec 2019 11:41:15 -0500 Received: from eggs.gnu.org ([209.51.188.92]:42972) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ihFuL-0003HG-P1 for 38630@debbugs.gnu.org; Tue, 17 Dec 2019 11:41:14 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:54020) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ihFuG-0002qo-03; Tue, 17 Dec 2019 11:41:08 -0500 Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=51398 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1ihFuF-000610-Dz; Tue, 17 Dec 2019 11:41:07 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: =?utf-8?Q?Bj=C3=B6rn_H=C3=B6fling?= Subject: Re: [bug#38630] Software Heritage (swh): Fix API change, causing repeatedly submitting archives References: <20191215223433.5ce5be20@alma-ubu> Date: Tue, 17 Dec 2019 17:41:04 +0100 In-Reply-To: <20191215223433.5ce5be20@alma-ubu> (=?utf-8?Q?=22Bj=C3=B6rn?= =?utf-8?Q?_H=C3=B6fling=22's?= message of "Sun, 15 Dec 2019 22:34:33 +0100") Message-ID: <87h81yrjkv.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-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 38630 Cc: 38630@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 (---) Hello! Bj=C3=B6rn H=C3=B6fling skribis: > when linting, I recognized that the archival linter was repeatedly > sending packages to the SWH, despite that the package was already > archived. > > With some investigations, I noticed they changed the API. Here's a > patch that fixes it. Good catch! > I have not communicated with SWH about that, especially I have not asked > SWH why they broke the API without updating the version number. Yeah, that=E2=80=99s weird, I=E2=80=99ve pinged them on IRC. It seems that the removal was intentional as part of , but it wasn=E2=80=99t clear whe= ther the API breakage should have happened. This led them to open a new task: . We should keep an eye on it. > From a5ada85d168b45d517d8faf0d79ad5beccc26911 Mon Sep 17 00:00:00 2001 > From: =3D?UTF-8?q?Bj=3DC3=3DB6rn=3D20H=3DC3=3DB6fling?=3D > > Date: Sun, 15 Dec 2019 22:00:56 +0100 > Subject: [PATCH] swh: Fix API call for getting origin. > > When using the archival linter, git origins already in the archive where > not recognized due to an API change and where repeatedly asked for archiv= al. > This is fixed here. > > * guix/swh.scm (lookup-origin): Fix API URI for getting origin. > (): Fix comment with API URI example. In the meantime, your patch looks like the right move, so you can push it. Thank you! Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 17 17:32:43 2019 Received: (at 38630-done) by debbugs.gnu.org; 17 Dec 2019 22:32:44 +0000 Received: from localhost ([127.0.0.1]:42491 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ihLOV-00064c-Oo for submit@debbugs.gnu.org; Tue, 17 Dec 2019 17:32:43 -0500 Received: from m4s11.vlinux.de ([83.151.27.109]:54846 helo=bjoernhoefling.de) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ihLOU-00064U-Ba for 38630-done@debbugs.gnu.org; Tue, 17 Dec 2019 17:32:42 -0500 Received: from alma-ubu (p57B526BA.dip0.t-ipconnect.de [87.181.38.186]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by bjoernhoefling.de (Postfix) with ESMTPSA id 25E1D3F886; Tue, 17 Dec 2019 23:32:41 +0100 (CET) Date: Tue, 17 Dec 2019 23:32:40 +0100 From: =?UTF-8?B?QmrDtnJuIEjDtmZsaW5n?= To: Ludovic =?UTF-8?B?Q291cnTDqHM=?= Subject: Re: [bug#38630] Software Heritage (swh): Fix API change, causing repeatedly submitting archives Message-ID: <20191217233240.09d4166a@alma-ubu> In-Reply-To: <87h81yrjkv.fsf@gnu.org> References: <20191215223433.5ce5be20@alma-ubu> <87h81yrjkv.fsf@gnu.org> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/o+IG6tNQ+q2IBgqEgTGhVrX"; protocol="application/pgp-signature" X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 38630-done Cc: 38630-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: -0.9 (/) --Sig_/o+IG6tNQ+q2IBgqEgTGhVrX Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Tue, 17 Dec 2019 17:41:04 +0100 Ludovic Court=C3=A8s wrote: > > I have not communicated with SWH about that, especially I have not > > asked SWH why they broke the API without updating the version > > number. =20 >=20 > Yeah, that=E2=80=99s weird, I=E2=80=99ve pinged them on IRC. >=20 > It seems that the removal was intentional as part of > , but it wasn=E2=80=99t clear > whether the API breakage should have happened. This led them to open > a new task: . We should > keep an eye on it. I will be frequently linting and see what's happening :-) [..] > In the meantime, your patch looks like the right move, so you can > push it. Thanks for your review and further information, pushed as 356a79becc4061d158c68718ad169abac1ab672f Closing this ticket. Bj=C3=B6rn --Sig_/o+IG6tNQ+q2IBgqEgTGhVrX Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iF0EARECAB0WIQQiGUP0np8nb5SZM4K/KGy2WT5f/QUCXflXiAAKCRC/KGy2WT5f /e0ZAKC1v1xhBRgrZXBJBZ3Wcebj7HH99QCeJjpqgcd0IohBPDvsQ1ewmoKBArg= =/YrK -----END PGP SIGNATURE----- --Sig_/o+IG6tNQ+q2IBgqEgTGhVrX-- From debbugs-submit-bounces@debbugs.gnu.org Wed Dec 18 04:22:37 2019 Received: (at 38630) by debbugs.gnu.org; 18 Dec 2019 09:22:37 +0000 Received: from localhost ([127.0.0.1]:42678 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ihVXQ-0001c4-Ve for submit@debbugs.gnu.org; Wed, 18 Dec 2019 04:22:37 -0500 Received: from mout.web.de ([217.72.192.78]:46003) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ihVXO-0001bq-Gk for 38630@debbugs.gnu.org; Wed, 18 Dec 2019 04:22:35 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=web.de; s=dbaedf251592; t=1576660948; bh=09DapNumuaYeoCnGKFlGvONFyTLSBCIeTvW2l+n2w0c=; h=X-UI-Sender-Class:Subject:To:References:From:Date:In-Reply-To; b=HmXEwJW3pzAcfIHMKBTKZcElXD+ebvmNqzcuazDhQz1Er7EoJJwQTW4esYWyDJ56S HuZ477+ssSM+rsXgW7XgnTcbVnIwNdO4tfSamLtO+5rzpPpUuT5HlttlHHTbObrA30 wY6AFI5HWerEfNCo2470D7isfejRqoHEuW0PXMNQ= X-UI-Sender-Class: c548c8c5-30a9-4db5-a2e7-cb6cb037b8f9 Received: from [192.168.178.26] ([92.117.255.72]) by smtp.web.de (mrweb101 [213.165.67.124]) with ESMTPSA (Nemesis) id 0LdEsP-1hz3un09Z3-00iR9g; Wed, 18 Dec 2019 10:22:28 +0100 Subject: Re: bug#38630: Software Heritage (swh): Fix API change, causing repeatedly submitting archives To: 38630@debbugs.gnu.org, bjoern.hoefling@bjoernhoefling.de References: <20191215223433.5ce5be20@alma-ubu> <87h81yrjkv.fsf@gnu.org> <20191217233240.09d4166a@alma-ubu> From: Jonathan Brielmaier Message-ID: <322949b2-93fe-d741-3208-d5c0c30c7511@web.de> Date: Wed, 18 Dec 2019 10:22:27 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.3.0 MIME-Version: 1.0 In-Reply-To: <20191217233240.09d4166a@alma-ubu> Content-Type: text/plain; charset=utf-8 Content-Language: de-DE Content-Transfer-Encoding: quoted-printable X-Provags-ID: V03:K1:XPEIA43GhzM6o2ETcp3g2Se706W0k6zkEllQBTXq5X5+bxDxetx 63k7zAV2NqR1UoPs94NEvz5VpFMy/C83kPmAdLOnLl/VQumnoyGEeBv0gdZYkdQjGkqCdGg OOLCcEdwnxlpnaVMQWxgI7YVP5vuVjqJoke0GMaiUa/2zbmkTcNMIJXcZf8JUpuFeIsk3iq 5dCNrWCoOZZd0aTtAyLzA== X-Spam-Flag: NO X-UI-Out-Filterresults: notjunk:1;V03:K0:LHgaG/1+vn0=:i9uaHYNnUHLdQwB5DY43Eh 3G7WoLVcFrjhkpEvWZydyfKoXidwMxQOxIpMKDGzkS1qQqCjsFT6AF3TqDCLZz2zX2VHWjy+t ddWtdHYrbTms9w/22AgQRBscCfcdS5dekmcP5jhliV6bjXKHu5/5i3mP3aCwKgcMPcDVlRN0M PjuSstnrbs4LTZKkzJMRdX7NVVjSEiRrq8pIbvG/8ON72pG3cS9WM8uOamBZqVP9PPpOa09Gn W+bQEMfa/C7TWtbQVnFF1NU2ZfHrN9g2QiT4c4c94lZa9mZQZb/6qNSMyqYW82aVDiz+OnfHL Xkg/9cUm/axC1ZaWfBzgeV6S4poiC3zrviSCSWNGPQOnytnNVzDrBTr0emuBm4LbvZ0f/QNl6 W6B9/RtMLKkuC9qEygK3jVR5CiAAFA12e7Xn83zEMaRmdueWgOKAjzhG6xNIUuYMz/CsIHNE+ /1/OqVyOOlsW3Wm+w434t0CP9Fr9jp5yCDdiX5cS44uLu3Uv6rv7VJ2YvSSjM0POaQD2lpPnU FEzUxfbvoPQK3AanEa5JtiSia6G2EbLUB+Puj80alV0SDhxzAn2vC7EH8uPApg/5r92GRywTM Nm7bS0ahHy9TqwRHKyF7E9lLlYYKwrJCZ5zWfaaVzYv5I3fxw2tQmPM5zvLYJaXXeNhAaB76b 5apDySGjJty/H2vyKquiIFCIhLpuwrJs9hKnFBBhEs7MFO0GdqNiOPGtxW7qBwog1eVaZvthw P1J72GOAaEC4h187/jsvJeKf5eQp+Qonm7H/ScLmujCPXR7n9RC7hnM/XZSRp6NfrmHCcWgcR AG+9633UeNscS9KcEhWXM5xHRmRYngbH7sY471xcxig7/xDvmOeW0PuQsNuTUk9lv3Vffw0PJ 4NKnVXsicaXZ035XvF50XleZMXlbDDDJCUD9cUhcKi+EJpJyAXq8UEb5eQ1juWDK7exQe2B62 sm2wfNeL/CPnG8TW9uyfMvg1nvztGCpgd2cI73JyMSt1Dg8wG2w7nxLDFro+m3fe3YY33gO3h d9IUZTZzpDnshbHsQ4qh1AkNjI9BAHuXdXlw4sRoS/kH4hGaxv3lsF3Xwpa7hgf/kk9Cekvrv N7n6vR3WB9B138FMz+gjWQzghXSWpQOa7bffsZyFQvYXh++ZVhNG8IgzXg2jAReQGT3EbBCT/ P6kjgU66brsdHrELhtAPHKoPPf8Rh8SjYw2UocylpvMVVWUKeqN9+FdrTgXcPTrdhz/q0TOif h2oRYCLks7eoP32na7eWO0AkfdntQ2/Kp9nTsi1OrrzQhrqNUOrz7DMCzasg= X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 38630 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: -1.7 (-) On 17.12.19 23:32, Bj=C3=B6rn H=C3=B6fling wrote: > Thanks for your review and further information, pushed as > > 356a79becc4061d158c68718ad169abac1ab672f > > Closing this ticket. I guess the "origin//" in the comment should be "origin/" :) From debbugs-submit-bounces@debbugs.gnu.org Wed Dec 18 16:45:04 2019 Received: (at 38630-done) by debbugs.gnu.org; 18 Dec 2019 21:45:04 +0000 Received: from localhost ([127.0.0.1]:44050 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ihh7w-0003aP-8H for submit@debbugs.gnu.org; Wed, 18 Dec 2019 16:45:04 -0500 Received: from m4s11.vlinux.de ([83.151.27.109]:54972 helo=bjoernhoefling.de) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ihh7t-0003Ze-DD for 38630-done@debbugs.gnu.org; Wed, 18 Dec 2019 16:45:02 -0500 Received: from alma-ubu (p57B526BA.dip0.t-ipconnect.de [87.181.38.186]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by bjoernhoefling.de (Postfix) with ESMTPSA id ED9573F886; Wed, 18 Dec 2019 22:44:59 +0100 (CET) Date: Wed, 18 Dec 2019 22:44:59 +0100 From: =?UTF-8?B?QmrDtnJuIEjDtmZsaW5n?= To: Jonathan Brielmaier Subject: Re: bug#38630: Software Heritage (swh): Fix API change, causing repeatedly submitting archives Message-ID: <20191218224459.72594029@alma-ubu> In-Reply-To: <322949b2-93fe-d741-3208-d5c0c30c7511@web.de> References: <20191215223433.5ce5be20@alma-ubu> <87h81yrjkv.fsf@gnu.org> <20191217233240.09d4166a@alma-ubu> <322949b2-93fe-d741-3208-d5c0c30c7511@web.de> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/oTU/h=aPry3+TysIHrjm6m."; protocol="application/pgp-signature" X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 38630-done Cc: 38630-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: -0.9 (/) --Sig_/oTU/h=aPry3+TysIHrjm6m. Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Wed, 18 Dec 2019 10:22:27 +0100 Jonathan Brielmaier wrote: > On 17.12.19 23:32, Bj=C3=B6rn H=C3=B6fling wrote: > > Thanks for your review and further information, pushed as > > > > 356a79becc4061d158c68718ad169abac1ab672f > > > > Closing this ticket. =20 >=20 > I guess the "origin//" in the comment should be "origin/" :) Hi Jonathan, thanks for that hint, fixed in: 6afea7489b76c8db58d4f389fdbedc7c2b8992bd Bj=C3=B6rn --Sig_/oTU/h=aPry3+TysIHrjm6m. Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iF0EARECAB0WIQQiGUP0np8nb5SZM4K/KGy2WT5f/QUCXfqd2wAKCRC/KGy2WT5f /c6pAJ4uP8AHtQNWkVm6478QeyaoLzqASwCgnsmUHclTDs5UC/mdceNqs+FFmYM= =KtXj -----END PGP SIGNATURE----- --Sig_/oTU/h=aPry3+TysIHrjm6m.-- From debbugs-submit-bounces@debbugs.gnu.org Thu Dec 19 19:48:21 2019 Received: (at 38630-done) by debbugs.gnu.org; 20 Dec 2019 00:48:21 +0000 Received: from localhost ([127.0.0.1]:45731 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ii6Sr-0000tt-MM for submit@debbugs.gnu.org; Thu, 19 Dec 2019 19:48:21 -0500 Received: from mout.web.de ([212.227.15.14]:49031) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ii6Sp-0000te-ST for 38630-done@debbugs.gnu.org; Thu, 19 Dec 2019 19:48:20 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=web.de; s=dbaedf251592; t=1576802893; bh=odVX4z7p/xAsJbmvlWlmaoMRtkCjOmlgshhv1zT9I/o=; h=X-UI-Sender-Class:Subject:To:Cc:References:From:Date:In-Reply-To; b=hxkCGUT73z3Ho6HKMXnYEINcu2hKDQYCeoKHwv8zdOOPMDWUJPC0D4OFKRW+TjdGd 54YSZh31JIhXG09GrBYI63djVPuggB6JBw7+kO163oxxPuovFdZxeem4+6TMzN+2RX GBrsTEmJDROtGyOzIVH4KKgqYSUfBTjOM66xfTJQ= X-UI-Sender-Class: c548c8c5-30a9-4db5-a2e7-cb6cb037b8f9 Received: from [192.168.178.26] ([92.117.253.250]) by smtp.web.de (mrweb002 [213.165.67.108]) with ESMTPSA (Nemesis) id 0M5flQ-1hkt6a3tKy-00xciR; Fri, 20 Dec 2019 01:48:13 +0100 Subject: Re: bug#38630: Software Heritage (swh): Fix API change, causing repeatedly submitting archives To: =?UTF-8?B?QmrDtnJuIEjDtmZsaW5n?= References: <20191215223433.5ce5be20@alma-ubu> <87h81yrjkv.fsf@gnu.org> <20191217233240.09d4166a@alma-ubu> <322949b2-93fe-d741-3208-d5c0c30c7511@web.de> <20191218224459.72594029@alma-ubu> From: Jonathan Brielmaier Message-ID: <18a2a404-6394-4578-8783-114239497d1d@web.de> Date: Fri, 20 Dec 2019 01:48:11 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.3.0 MIME-Version: 1.0 In-Reply-To: <20191218224459.72594029@alma-ubu> Content-Type: text/plain; charset=utf-8 Content-Language: de-DE Content-Transfer-Encoding: quoted-printable X-Provags-ID: V03:K1:Q0+vcsG+46okC0TShatPMTihH8mxgqevOLIOEcgUF1R4Pbq/6KO Be2DQmG4FE5e/ArmFBgOju2nQzTPVBhP2LDEIRdtq6leX+5IpzGA6uoLmeX7+GUfY8GGImt gHyIKvVXqpyvHUfmhY4XW4wHCkuxjJsoyi38oAXhp67V99kN/n+tYgzMICoaVx4prQ6fJyx 0pK8hb1h/IUnzoGWu2xTg== X-Spam-Flag: NO X-UI-Out-Filterresults: notjunk:1;V03:K0:S/LhLbPh/jo=:1cwbQOgftlaRJVYRDMgO3U D//6HyFyAzNfjQQ0i5em0li3PgA7C9VfYyhhbJYXlg1ftLd1Tt31bdHWqAZK3B+qs8vvb1nOS J+8+5rQHgdyl27/67SQB7bo/cIHnZrcngCk1PYfpemaPFfywsLMa8JAK7BS/vCGW+NZWClaeu MIn88yQsQ3Kp1T0AyFHkVNFDWv2JPrv8trBX/mLTOzWEvHipD0ffP+bMaWPI05nIsu4NhddQ0 tBPatIXC3I2WGXOCzosgNdz6ljD69WSGSDa4hHmnsldUH/IqSq1+g82/Cl+jeQ0dw/QB5ntv9 aex84u0wF/NPi0KW0vGDGr6U511VmL/HcaTYGQOoist36pN31EWKmvxgcMPYq30TnbAte1pMV vE3EQKTGxykiI1UzREI7LwTPla/6tO9QDVe/dg/QNhGvkEMT1xq/OveUdhd5t3E4MLaGPCCk9 KKzOoZb26pDBM9kL3LcY7/M9hQYZkT4QfsAbMPxzS5tfq/SS6gNjbFfJn6FCigy0M/Y+23Mrg ylPFc7DWR1dIaZS246b4HStl5uYiIOZukPh6V0FIbDjIR5MkhzC+GkHwpEaaR8hrcfE2W2TCd hdS7Tsw6t6I3Zhxqeq009yDzbBo874Q9/IPrlZNTHrTCP2XInmGxwT3qjcnLXsX16A7PXzTzP B0T/YksHowdkcYWsXNLIZJ6QTRxEx8MVJJdA3K5DGhPxzBa4n7tbv0GuluS+s+VJDRbX0sn0/ pXzU2PeGK6XszHPOpDcjErwqSKtdleZqz9XYw/iLaOqrOAGisf+GFTn4zeu/B261vMrBiaXDt fE78eTmcNcgiTNbKuvVvuYex9DFLEOzlm3b+SKacZhMdF9i96DbRRpv4S39WX250GxaIap5Y8 xkaBApqUniRvJvbf4AjYWNF+5mQQZeEn8oEmfQr/6YUqOy+HtWpODBMxPvV7GYjchoyc2Usgl A2zNkBcwn+4T/aIwoQKvgv7W5I1M3gqEd+agbCZ4F2i+ApUWtdnpvvXx3l7PYglm/eulokBM3 V/GPZKfnBY2QbOrHnmtjFrO494R2n7BBArrZ/FY8+mem8HsQLMxrCcaB0gMcPDQ7hWrxtqayw G+1jkPY7SqKuTtFY03LYHWlGOFqK+NfiYqmnrKhzMge2HGWL+wg32MaAtmbkZ4KnEUvvskRut WBQxCqODO/62OUP0qFICihAUsTONFuoO2XPzcrnHuU2eYYifJ/rDz+6PhUTVsu7vGWXGULeEY 2XGI/5ALNhC3Xgc8JRcP+DIYJz15ODDLeOxu7kWxOOjA3m6S/Ceg5cOgX0hM= X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 38630-done Cc: 38630-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: -1.0 (-) On 18.12.19 22:44, Bj=C3=B6rn H=C3=B6fling wrote: > On Wed, 18 Dec 2019 10:22:27 +0100 > Jonathan Brielmaier wrote: > >> On 17.12.19 23:32, Bj=C3=B6rn H=C3=B6fling wrote: >>> Thanks for your review and further information, pushed as >>> >>> 356a79becc4061d158c68718ad169abac1ab672f >>> >>> Closing this ticket. >> >> I guess the "origin//" in the comment should be "origin/" :) > > Hi Jonathan, > > thanks for that hint, fixed in: > > 6afea7489b76c8db58d4f389fdbedc7c2b8992bd Now we lost the h in https, but it's only a comment so not really important :) From debbugs-submit-bounces@debbugs.gnu.org Wed Dec 25 18:27:27 2019 Received: (at 38630-done) by debbugs.gnu.org; 25 Dec 2019 23:27:27 +0000 Received: from localhost ([127.0.0.1]:54769 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ikG3r-0007Nd-8r for submit@debbugs.gnu.org; Wed, 25 Dec 2019 18:27:27 -0500 Received: from m4s11.vlinux.de ([83.151.27.109]:56396 helo=bjoernhoefling.de) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ikG3p-0007NO-GZ for 38630-done@debbugs.gnu.org; Wed, 25 Dec 2019 18:27:25 -0500 Received: from alma-ubu (p57B526BA.dip0.t-ipconnect.de [87.181.38.186]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by bjoernhoefling.de (Postfix) with ESMTPSA id 064A33F827; Thu, 26 Dec 2019 00:27:23 +0100 (CET) Date: Thu, 26 Dec 2019 00:27:23 +0100 From: =?UTF-8?B?QmrDtnJuIEjDtmZsaW5n?= To: Mark H Weaver Subject: Re: guix: swh: Fix example URI in comment for . Message-ID: <20191226002723.5a6e448b@alma-ubu> In-Reply-To: <877e2t8286.fsf@netris.org> References: <877e2t8286.fsf@netris.org> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/nPMJQaSG8q_QcUqJZctbB.A"; protocol="application/pgp-signature" X-Spam-Score: 0.4 (/) X-Debbugs-Envelope-To: 38630-done Cc: 38630-done@debbugs.gnu.org, Jonathan Brielmaier 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: -0.9 (/) --Sig_/nPMJQaSG8q_QcUqJZctbB.A Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi Mark and Jonathan, On Wed, 18 Dec 2019 21:42:38 -0500 Mark H Weaver wrote: > Hi Bj=C3=B6rn, >=20 > Your recent commit 6afea7489b76c8db58d4f389fdbedc7c2b8992bd is > erroneous. It claims to remove a slash from an example URI, but it > actually removed both a slash and the 'h' from 'https'. See the diff > below. What a shame. Thanks for looking into the details. I hope that: e507d30c482cf018b44e70931a6153e5d3ea93f1 is the last in that series :-) Bj=C3=B6rn --Sig_/nPMJQaSG8q_QcUqJZctbB.A Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iF0EARECAB0WIQQiGUP0np8nb5SZM4K/KGy2WT5f/QUCXgPwWwAKCRC/KGy2WT5f /X+yAJwP6tZU/AMg8pLlld8peNrrBmmkcACgqo6gBPhwOa8hawit4TMzVx/H/0w= =mguR -----END PGP SIGNATURE----- --Sig_/nPMJQaSG8q_QcUqJZctbB.A-- From unknown Sun Jun 22 11:40:17 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 23 Jan 2020 12:24:04 +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