From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS54825 139.178.80.0/21 X-Spam-Status: No, score=-3.5 required=3.0 tests=AWL,BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_HI, SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 055801F5C9 for ; Tue, 10 Sep 2024 20:29:48 +0000 (UTC) Authentication-Results: dcvr.yhbt.net; dkim=pass (1024-bit key; unprotected) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.a=rsa-sha256 header.s=korg header.b=m2kWJCuL; dkim-atps=neutral Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 8936F5C057D; Tue, 10 Sep 2024 20:29:44 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9D0E5C4CEC3; Tue, 10 Sep 2024 20:29:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1726000187; bh=Fy1SXy7RMt8P4IPz159l54lHidCw/y3qZmikTI+xrgA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=m2kWJCuL/FR9sVXroxKVLJ/gllayp+bSn1A7tmP6ozN9Hr8YaVh2UzrQ7S72z2xpA JCwOLIAELWxZUnjNN34mGcu7fHT7QvjxAkPGiPLww9bM6Ik6Jwxr1ERTgwHShDE9K5 gGSAbT/dbOVetwy3uZCapVHNqs0R+fETPUeNIaik= Date: Tue, 10 Sep 2024 16:29:44 -0400 From: Konstantin Ryabitsev To: Eric Wong Cc: meta@public-inbox.org Subject: Re: [PATCH] view: fix x-post links for relative urls Message-ID: <20240910-portable-paper-honeybee-2dd1ec@meerkat> References: <20240909-muskox-of-illegal-engineering-dadeda@lemur> <20240910-strong-rainbow-warthog-d6fe69@lemur> <20240910202517.M408057@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20240910202517.M408057@dcvr> List-Id: On Tue, Sep 10, 2024 at 08:25:17PM GMT, Eric Wong wrote: > That shouldn't happen, and I can't seem to reproduce it, > either... > > You're still using "url = $NAME" as posted in > https://public-inbox.org/meta/20240903-woodoo-airborne-harrier-6733c5@meerkat/ > , right? > > IOW this: > > [publicinbox "tools"] > url = tools > ... That's correct, the configs are exactly as in that message, with list details being the only variation per each defined list. -K