From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca (simark.ca [158.69.221.121]) by sourceware.org (Postfix) with ESMTPS id DC242385828D for ; Mon, 11 Mar 2024 19:03:43 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org DC242385828D Authentication-Results: sourceware.org; dmarc=fail (p=none dis=none) header.from=efficios.com Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=efficios.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org DC242385828D Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=158.69.221.121 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1710183826; cv=none; b=DVv5hIVXkL/PPOdxZBqcvmxxRCbMGEvFkckdCUejoIEKLHYb4Rs8A6rDHv8ex774J9/x3bFb+txmsDHHk8wj9HT2vfUgbTkchmV/aCwp48UiN6t9JoDnnlVSJiddSq8wZ0mEtDmVIn1Sz3CbD9c3OPLxDdICpiWaOww1IynhoIc= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1710183826; c=relaxed/simple; bh=jxeAT88kWb4gSc14tuGzZaRGYGuMrNcLe5qeSZSPeS4=; h=From:To:Subject:Date:Message-ID:MIME-Version; b=YVlw0Il/xDppL3W6ABIwgR9H06b6iDtlW1MVrg9NTQVHeHQQ2/UYFW7FPbgMleP2UXmWFrERnxkwg76o5QMW0CT9HToaSGvrm5d30jxf9oLz6WItd1ZeKWyiSoqnSzrfd5rpTKaXdDFNYGxlXTp9y5A+3AWT4Vp5Fo/VoqGpqL0= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from smarchi-efficios.internal.efficios.com (192-222-143-198.qc.cable.ebox.net [192.222.143.198]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id 4DDE11E0AC; Mon, 11 Mar 2024 15:03:43 -0400 (EDT) From: Simon Marchi To: buildbot@sourceware.org Cc: Simon Marchi Subject: [PATCH 0/8] Some changes to autoregen.py Date: Mon, 11 Mar 2024 15:01:12 -0400 Message-ID: <20240311190341.235331-1-simon.marchi@efficios.com> X-Mailer: git-send-email 2.44.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-3490.4 required=5.0 tests=BAYES_00,KAM_DMARC_NONE,KAM_DMARC_STATUS,SPF_HELO_PASS,SPF_SOFTFAIL,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: 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. 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 -- 2.44.0