From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from outgoing.mit.edu (outgoing-auth-1.mit.edu [18.9.28.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 302271F4C96 for ; Fri, 11 Apr 2025 14:18:22 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=18.9.28.11 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744381105; cv=none; b=bzU2QDe7SqurN7Mob6BC50je2TBymH7lzSn6nAPxi9svpYdEuk5aW+UP27Oay1ubwALhbVBxcUYnrEvITnkbdUH03F4g6tsS/v1ktp0Yvqm7OpJQ8Q/dwYJK69NDWi7cKvSyxbuOwcKD/RApY64IJBqmKzi85hnpioWLwPbvScA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744381105; c=relaxed/simple; bh=NDsY2GejGHPsisFNMA3dg+4MIfGKo3u3VkHIjbmC0ag=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=KasRu8B9jPypw5ZItDxheyjeJ3ndG2tl/Bgc0cVf3CMmQQocrPQ3Tv2QN7lYjOszGpzv6ssJmDxVZYEwSp4hHRmWGOHhS6GDOU+0tPykc+CIqFSOg2JZrR1txegHiIDMEfIpZUyolufhYjLs1vpZP+YwNJ0aip8r7OuKBKM+fLc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=mit.edu; spf=pass smtp.mailfrom=mit.edu; arc=none smtp.client-ip=18.9.28.11 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=mit.edu Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=mit.edu Received: from trampoline.thunk.org (pool-173-48-82-137.bstnma.fios.verizon.net [173.48.82.137]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 53BEI0Hs005219 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 11 Apr 2025 10:18:00 -0400 Received: by trampoline.thunk.org (Postfix, from userid 15806) id 24DC82E00E9; Fri, 11 Apr 2025 10:18:00 -0400 (EDT) Date: Fri, 11 Apr 2025 10:18:00 -0400 From: "Theodore Ts'o" To: Konstantin Ryabitsev Cc: Daniel Gomez , users@kernel.org, Luis Chamberlain , Chuck Lever , kdevops@lists.linux.dev Subject: Re: Forbidden requests for kernel.org/releases.json Message-ID: <20250411141800.GA648081@mit.edu> References: <20250410-prophetic-elegant-fossa-a210fb@lemur> Precedence: bulk X-Mailing-List: kdevops@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250410-prophetic-elegant-fossa-a210fb@lemur> On Thu, Apr 10, 2025 at 08:45:30AM -0400, Konstantin Ryabitsev wrote: > Set your user-agent to something like: > > "kdevops-ci/{version} (contact@address.here)" > Hi Konstantin, Is this something you'd like continuous integration tools use in generation? I'm using the git CLI called out from go co, but I could do something like export GIT_HTTP_USER_AGENT="gce-xfstests-20250411/3-g42bcd9aa tytso@thunk.org" (Where the version would be a lightly edited version of $(git describe) from the xfstests-bld repository.) The other alternative that I've tried is to replace git.kernel.org with kernel.googlesource.com as the git mirror, is supposed to be only a few minutes behind git.kernel.org and presumably is closer to a GCE VM from a network perspective. Do you have any advice or preference about the adviseability of these approaches? - Ted