From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) by sourceware.org (Postfix) with ESMTP id 3B9383858CD1 for ; Mon, 11 Mar 2024 21:04:19 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 3B9383858CD1 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gentoo.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gentoo.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 3B9383858CD1 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=140.211.166.183 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1710191060; cv=none; b=nrYSCr1BgSHgvUcDdyluBzIXimagB6iP/lWW7moID8Y2tL6fi5Q3UyfYGBVIX6KMIxkNRTtkfe1J0tx6YnJe6n+uSkPtdCg/Ni53jeSdunsLkevv5sQr5r0/zCFFrSj87kYWG+sby1Fdy+xwGbaklgNHLUw/qZs+Wjsbzbq1VCU= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1710191060; c=relaxed/simple; bh=Pi50vP8/eu/T6N39NaPRPJQnNzDjjHkSVfM8CjioiKk=; h=From:To:Subject:Date:Message-ID:MIME-Version; b=cJ1/PkS2KnS/b8UPdyXK0Es/qogLLF0O6aDhH1TcgyiFu3VIrIvvTLODe5nxhQD27aIX0vPjjw4A30VV25M1a82+qsSFxYPYgVGrdVKzW3OjtOCFYgAYuSH9QPPdPyWwfHoXbMUVP07BaIU5JfRRq5j3Dz2TSj0PR5b7Qz11O9o= ARC-Authentication-Results: i=1; server2.sourceware.org From: Sam James To: Simon Marchi Cc: buildbot@sourceware.org Subject: Re: [PATCH 0/8] Some changes to autoregen.py In-Reply-To: <20240311190341.235331-1-simon.marchi@efficios.com> (Simon Marchi's message of "Mon, 11 Mar 2024 15:01:12 -0400") Organization: Gentoo References: <20240311190341.235331-1-simon.marchi@efficios.com> User-Agent: mu4e 1.12.0; emacs 30.0.50 Date: Mon, 11 Mar 2024 21:04:14 +0000 Message-ID: <87o7bkmqep.fsf@gentoo.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE 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: --=-=-= Content-Type: text/plain Simon Marchi writes: > The first half of the patches are cleanups to make autoregen.py clean in > the eyes of some tools I usually use for Python code. > > The rest of the patches make the script log a bit more. My main wish is > for the script to print the shell commands it executes. The series LGTM and tested it. r-b > > Simon Marchi (8): > autoregen.py: re-format with black 24.2.0 > autoregen.py: fix a pyright `reportConstantRedefinition` warning > autoregen.py: add type annotation for config_folders > autoregen.py: capitalize some constant names > autoregen.py: add non-suffixed version of the tools > autoregen.py: print executed commands on stdout > autoregen.py: let subprocesses print to stdout/stderr > autoregen.py: be more verbose > > builder/containers/autoregen.py | 110 ++++++++++++++++++++------------ > 1 file changed, 69 insertions(+), 41 deletions(-) > > > base-commit: 753c1b3e9b56949af4600b9a43424ce5004361c2 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iOUEARYKAI0WIQQlpruI3Zt2TGtVQcJzhAn1IN+RkAUCZe9xz18UgAAAAAAuAChp c3N1ZXItZnByQG5vdGF0aW9ucy5vcGVucGdwLmZpZnRoaG9yc2VtYW4ubmV0MjVB NkJCODhERDlCNzY0QzZCNTU0MUMyNzM4NDA5RjUyMERGOTE5MA8cc2FtQGdlbnRv by5vcmcACgkQc4QJ9SDfkZBrjQD/Sn72vAPRcSaHwy5kNdzpE2cl6JAcvxMhV0VV 8d5q4P0A/ibAV4Xo9mo1XOJi8IXQaEclBl8X4uWxE4K/Ufr4RwML =/MvJ -----END PGP SIGNATURE----- --=-=-=--