From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id 24B1B3858D33 for ; Thu, 18 Apr 2024 21:55:15 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 24B1B3858D33 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 24B1B3858D33 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=45.83.234.184 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1713477316; cv=none; b=Qdnty/AfoI/krdqqwWjFDO6Y5T0t7jEjHkGmQqfhQ5NwbnF5icwhk7j7lTgmv3qDBguqgm3nnN95MU1Gkfp8xJD63dUanXILhVMIHeJv0d3fOKPpBfwuZlTNSK8WhyHXAme/3xLRS8DhDSPQcEJxTbcMyXaNty1S3P9UJdTnoAs= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1713477316; c=relaxed/simple; bh=Mzu0mdeQB0zivc5DuatiZeNd+9CIiVzq15l5m49J3VY=; h=Date:From:To:Subject:Message-ID:MIME-Version; b=vcBxjHSiW6R2YEbXbsNvRAMohA4nFMUfN7VSo+X1GpnBjhuc/h73L57fsW23I9P7SXe8YD96G7u6ugnp7XHsWAU5fE5lUzWg23YCPL7vUVKsXFc0Fr6CjFVqAvt6n18PU8ipEMCxqWU2c1Nn7iJnznenneMRYegq8NIgB/EQHH0= ARC-Authentication-Results: i=1; server2.sourceware.org Received: by gnu.wildebeest.org (Postfix, from userid 1000) id 340C53000587; Thu, 18 Apr 2024 23:55:14 +0200 (CEST) Date: Thu, 18 Apr 2024 23:55:14 +0200 From: Mark Wielaard To: Christophe Lyon Cc: Simon Marchi , buildbot@sourceware.org Subject: Re: [PATCH 5/5] autoregen.py: Add introduction comment Message-ID: <20240418215514.GG25080@gnu.wildebeest.org> References: <20240417145033.2077525-1-christophe.lyon@linaro.org> <20240417145033.2077525-5-christophe.lyon@linaro.org> <36e0b0c0-2e14-44ec-905c-00de568ae930@simark.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi Christophe, On Thu, Apr 18, 2024 at 11:59:19AM +0200, Christophe Lyon wrote: > On Wed, 17 Apr 2024 at 17:12, Simon Marchi wrote: > > > --- a/builder/containers/autoregen.py > > > +++ b/builder/containers/autoregen.py > > > @@ -1,5 +1,12 @@ > > > #!/usr/bin/env python3 > > > > > > +# This script helps to regenerate files managed by autotools and > > > +# autogen in binutils-gdb and gcc repositories. > > > + > > > +# In can be used by buildbots to check that the current repository > > > > In -> It > > > > Otherwise, the series LGTM. > > Gasp, sorry for the typo, thanks for catching it. > > Mark, I don't think I have commit rights, so if you are OK with the > series, can you commit it with the typo fixed? Pushed. Thanks, Mark